summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande
2012-10-26NFC: Initial SNL supportSamuel Ortiz
2012-10-26NFC: Add SNL frame building routineSamuel Ortiz
2012-10-26NFC: Use llcp_allocate_pdu to build the DISC framesSamuel Ortiz
2012-10-26NFC: Avoid falling back to SYMM when sk is NULLSamuel Ortiz
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang
2012-10-26NFC: Implement HCI DEP link up and downArron Wang
2012-10-26NFC: Handle pn544 continue activationArron Wang
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc
2012-09-27NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville
2012-09-27NFC: LLCP raw socket supportThierry Escande
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc
2012-09-24NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz
2012-09-24NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz
2012-09-24NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz
2012-09-24NFC: Add HCI module descriptionEric Lapuyade
2012-09-24NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade
2012-09-24NFC: Remove unneeded LLC symbols exportSamuel Ortiz
2012-09-24NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade
2012-09-24NFC: Add an shdlc llc module to llc coreEric Lapuyade
2012-09-24NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade
2012-09-24NFC: Add an LLC Core layer to HCIEric Lapuyade
2012-09-24NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade
2012-09-24NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade
2012-09-24NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade
2012-09-24NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz
2012-09-24NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz
2012-09-24NFC: Fix possible LLCP memory leakWei Yongjun
2012-09-24NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun
2012-09-24NFC: Use system_nrt_wq instead of custom onesTejun Heo
2012-09-24NFC: Remove repeated code for NULL checkSyam Sidhardhan
2012-09-24NFC: Implement NCI dep_link_up and dep_link_downIlan Elias
2012-09-24NFC: Parse NCI NFC-DEP activation paramsIlan Elias
2012-09-24NFC: Set local general bytes in nci_start_pollIlan Elias
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones
2012-07-12NFC: Set target nfcid1 for all HCI reader A targetsEric Lapuyade
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10NFC: Fix order of arguments to list_add_tail() when queueing HCP framesMathias Jeppsson
2012-07-10NFC: Fix empty HCI message list checkMathias Jeppsson
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz