summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-4/+21
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-4/+21
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones-0/+3
2012-07-12NFC: Set target nfcid1 for all HCI reader A targetsEric Lapuyade-0/+15
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-223/+392
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-07-10NFC: Fix order of arguments to list_add_tail() when queueing HCP framesMathias Jeppsson-1/+1
2012-07-10NFC: Fix empty HCI message list checkMathias Jeppsson-3/+2
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz-0/+3
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz-4/+8
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz-2/+2
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz-0/+9
2012-07-09NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz-2/+0
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz-0/+44
2012-07-09NFC: LLCP late bindingSamuel Ortiz-77/+166
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz-17/+5
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz-1/+3
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz-14/+11
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz-3/+8
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz-15/+17
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz-4/+7
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz-0/+1
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz-0/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade-21/+15
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade-2/+7
2012-07-09NFC: Implement HCI driver or internal error managementEric Lapuyade-4/+11
2012-07-09NFC: Factorize HCI cmd completionEric Lapuyade-11/+16
2012-07-09NFC: Driver failure APIEric Lapuyade-0/+10
2012-07-09NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade-22/+23
2012-07-09NFC: Implement HCP reaggregation allocation error caseEric Lapuyade-5/+10
2012-07-09NFC: Remove an impossible HCI error caseEric Lapuyade-10/+0
2012-07-09NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade-4/+4
2012-07-09NFC: Removed addressed shdlc TODOsEric Lapuyade-11/+0
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade-8/+19
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-7/+10
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin-1/+1
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf-9/+9
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+9
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet-1/+4
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg-5/+5
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+3
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin-0/+3
2012-06-04NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz-0/+1
2012-06-04NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz-2/+2
2012-06-04NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz-1/+1
2012-06-04NFC: Requeue lost LLCP framesSamuel Ortiz-31/+55