summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-0/+3
|\
| * NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-081-0/+3
* | NFC: Destroy LLCP timout workqueue when releasing the linkSamuel Ortiz2012-06-041-0/+1
* | NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLSSamuel Ortiz2012-06-041-2/+2
* | NFC: Send a receiver ready frame only to reply to an I frameSamuel Ortiz2012-06-041-1/+1
* | NFC: Requeue lost LLCP framesSamuel Ortiz2012-06-041-31/+55
* | NFC: Call the DEP link down ops even when in target modeSamuel Ortiz2012-06-041-5/+0Star
* | NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz2012-06-041-3/+3
* | NFC: Introduce target mode rx data callbackSamuel Ortiz2012-06-043-0/+34
* | NFC: Introduce target mode tx opsSamuel Ortiz2012-06-043-25/+28
* | NFC: Set the NFC device RF mode appropriatelySamuel Ortiz2012-06-041-4/+10
* | NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-043-0/+100
* | NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-046-17/+32
* | NFC: Export LLCP general bytes getterSamuel Ortiz2012-06-041-0/+8
* | NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz2012-06-041-2/+2
* | NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz2012-06-044-2/+9
* | NFC: Move LLCP receiver window value to socket structureSamuel Ortiz2012-06-044-21/+55
* | NFC: Socket linked listSamuel Ortiz2012-06-043-135/+158
* | NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz2012-06-043-24/+40
|/
* NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz2012-05-161-1/+1
* NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade2012-05-151-17/+4Star
* NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten2012-05-151-1/+1
* NFC: HCI ops should not be exposed globallyH Hartley Sweeten2012-05-151-1/+1
* NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-151-1/+1
* NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten2012-05-151-0/+1
* NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-151-4/+4
* NFC: Fix LLCP compilation warningjoseph daniel2012-05-151-1/+1
* NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz2012-05-151-1/+1
* NFC: Update the LLCP poll maskSamuel Ortiz2012-05-151-1/+14
* NFC: LLCP connect must wait for a CC frameSamuel Ortiz2012-05-152-1/+48
* NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade2012-05-152-0/+24
* NFC: Specify usage for targets found and target lost eventsEric Lapuyade2012-05-152-11/+28
* NFC: Remove useless HCI private nfc target tableEric Lapuyade2012-05-151-7/+0Star
* NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-153-63/+81
* NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann2012-05-151-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-1817-16/+2654
|\
| * NFC: Fix LLCP link timeout typoSamuel Ortiz2012-04-121-1/+1
| * NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz2012-04-121-0/+10
| * NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz2012-04-121-2/+2
| * NFC: Fix LLCP TLV building routineSamuel Ortiz2012-04-121-1/+1
| * NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2012-04-122-2/+2
| * NFC: Dump LLCP framesSamuel Ortiz2012-04-121-0/+7
| * NFC: Add Core support to generate tag lost eventEric Lapuyade2012-04-121-1/+71
| * NFC: Changed target activated state logicEric Lapuyade2012-04-121-3/+21
| * NFC: Fix next target_idx type and rename for clarityEric Lapuyade2012-04-122-3/+3
| * NFC: The core part should generate the target indexSamuel Ortiz2012-04-124-6/+18
| * NFC: SHDLC implementationEric Lapuyade2012-04-123-0/+954
| * NFC: HCI supportEric Lapuyade2012-04-128-0/+1496
| * NFC: Export target lost functionEric Lapuyade2012-04-121-0/+39
| * NFC: Add a target lost netlink eventSamuel Ortiz2012-04-122-0/+31