aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAge
* NFC: Add netlink module alias for NFCSamuel Ortiz2012-07-09
* NFC: Add modules alias for NFC socketsSamuel Ortiz2012-07-09
* NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade2012-07-09
* NFC: nfc_driver_failure() implementationEric Lapuyade2012-07-09
* NFC: nfc_targets_found() should accept zero target foundEric Lapuyade2012-07-09
* NFC: Core must test the device polling state inside the device lockEric Lapuyade2012-07-09
* NFC: Implement HCI driver or internal error managementEric Lapuyade2012-07-09
* NFC: Factorize HCI cmd completionEric Lapuyade2012-07-09
* NFC: Driver failure APIEric Lapuyade2012-07-09
* NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade2012-07-09
* NFC: Implement HCP reaggregation allocation error caseEric Lapuyade2012-07-09
* NFC: Remove an impossible HCI error caseEric Lapuyade2012-07-09
* NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade2012-07-09
* NFC: Removed addressed shdlc TODOsEric Lapuyade2012-07-09
* NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade2012-07-09
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-09
|\
| * NFC: Prevent NULL deref when getting socket nameSasha Levin2012-07-09
| * NFC: Return from rawsock_release when sk is NULLEric Dumazet2012-06-25
| * NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-06-25
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-12
|\|
| * NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-08
* | NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz2012-06-04
* | NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz2012-06-04
* | NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz2012-06-04
* | NFC: Requeue lost LLCP framesSamuel Ortiz2012-06-04
* | NFC: Call the DEP link down ops even when in target modeSamuel Ortiz2012-06-04
* | NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz2012-06-04
* | NFC: Introduce target mode rx data callbackSamuel Ortiz2012-06-04
* | NFC: Introduce target mode tx opsSamuel Ortiz2012-06-04
* | NFC: Set the NFC device RF mode appropriatelySamuel Ortiz2012-06-04
* | NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-04
* | NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-04
* | NFC: Export LLCP general bytes getterSamuel Ortiz2012-06-04
* | NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz2012-06-04
* | NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz2012-06-04
* | NFC: Move LLCP receiver window value to socket structureSamuel Ortiz2012-06-04
* | NFC: Socket linked listSamuel Ortiz2012-06-04
* | NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz2012-06-04
|/
* NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz2012-05-16
* NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade2012-05-15
* NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten2012-05-15
* NFC: HCI ops should not be exposed globallyH Hartley Sweeten2012-05-15
* NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-15
* NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten2012-05-15
* NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-15
* NFC: Fix LLCP compilation warningjoseph daniel2012-05-15
* NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz2012-05-15
* NFC: Update the LLCP poll maskSamuel Ortiz2012-05-15
* NFC: LLCP connect must wait for a CC frameSamuel Ortiz2012-05-15
* NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade2012-05-15