aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
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-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz
2012-09-25NFC: Add HCI module descriptionEric Lapuyade
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias
2012-09-25NFC: 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-10Merge 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
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz
2012-07-09NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz
2012-07-09NFC: LLCP late bindingSamuel Ortiz
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz