aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz1-15/+17
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz1-4/+7
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz1-0/+1
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz1-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz1-0/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade3-21/+15
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade1-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade1-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade1-2/+7
2012-07-09NFC: Implement HCI driver or internal error managementEric Lapuyade1-4/+11
2012-07-09NFC: Factorize HCI cmd completionEric Lapuyade1-11/+16
2012-07-09NFC: Driver failure APIEric Lapuyade1-0/+10
2012-07-09NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade3-22/+23
2012-07-09NFC: Implement HCP reaggregation allocation error caseEric Lapuyade1-5/+10
2012-07-09NFC: Remove an impossible HCI error caseEric Lapuyade1-10/+0
2012-07-09NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade1-4/+4
2012-07-09NFC: Removed addressed shdlc TODOsEric Lapuyade1-11/+0
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade2-8/+19
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-7/+10
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin1-1/+1
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-9/+9
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+9
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet1-1/+4
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin1-0/+3
2012-06-04NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz1-0/+1
2012-06-04NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz1-2/+2
2012-06-04NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz1-1/+1
2012-06-04NFC: Requeue lost LLCP framesSamuel Ortiz1-31/+55
2012-06-04NFC: Call the DEP link down ops even when in target modeSamuel Ortiz1-5/+0
2012-06-04NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz1-3/+3
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz3-0/+34
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz3-25/+28
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz1-4/+10
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz3-0/+100
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz6-17/+32
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz1-0/+8
2012-06-04NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz1-2/+2
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz4-2/+9
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz4-21/+55
2012-06-04NFC: Socket linked listSamuel Ortiz3-135/+158
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz3-24/+40
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz1-1/+1
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade1-17/+4
2012-05-15NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-15NFC: HCI ops should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-1/+1
2012-05-15NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten1-0/+1