summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds5-18/+18
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville18-579/+1157
2012-09-27NFC: Fix sleeping in atomic when releasing socketSzymon Janc1-5/+5
2012-09-27NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc1-7/+39
2012-09-27NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville1-0/+8
2012-09-27NFC: LLCP raw socket supportThierry Escande4-4/+137
2012-09-27NFC: Use dynamic initialization for rwlocksSzymon Janc1-2/+2
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz1-5/+5
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz1-7/+31
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz1-1/+2
2012-09-25NFC: Add HCI module descriptionEric Lapuyade1-0/+1
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade2-2/+2
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz3-17/+1
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade4-1009/+123
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade4-2/+851
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade4-2/+105
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade4-1/+241
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-20/+42
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-1/+33
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade4-24/+21
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz1-2/+1
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-25/+2
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun1-5/+9
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun2-4/+2
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo6-118/+26
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan1-3/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-1/+55
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+69
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-13/+13
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+21
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+21
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones1-0/+3
2012-07-12NFC: Set target nfcid1 for all HCI reader A targetsEric Lapuyade1-0/+15
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-223/+392
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-07-10NFC: Fix order of arguments to list_add_tail() when queueing HCP framesMathias Jeppsson1-1/+1
2012-07-10NFC: Fix empty HCI message list checkMathias Jeppsson1-3/+2
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz1-0/+3
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz3-4/+8
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz1-2/+2
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz1-0/+9
2012-07-09NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz1-2/+0
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz1-0/+44
2012-07-09NFC: LLCP late bindingSamuel Ortiz2-77/+166
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz1-17/+5
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz1-1/+3
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz3-14/+11
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz1-3/+8