aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-4/+4
2012-05-15NFC: Fix LLCP compilation warningjoseph daniel1-1/+1
2012-05-15NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz1-1/+1
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz1-1/+14
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz2-1/+48
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade2-0/+24
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade2-11/+28
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade1-7/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade3-63/+81
2012-05-15NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann1-0/+1
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville17-16/+2654
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet2-3/+3
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz1-1/+1
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz1-0/+10
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz1-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz1-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2-2/+2
2012-04-12NFC: Dump LLCP framesSamuel Ortiz1-0/+7
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade1-1/+71
2012-04-12NFC: Changed target activated state logicEric Lapuyade1-3/+21
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade2-3/+3
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz4-6/+18
2012-04-12NFC: SHDLC implementationEric Lapuyade3-0/+954
2012-04-12NFC: HCI supportEric Lapuyade8-0/+1496
2012-04-12NFC: Export target lost functionEric Lapuyade1-0/+39
2012-04-12NFC: Add a target lost netlink eventSamuel Ortiz2-0/+31
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-04-01nfc: Stop using NLA_PUT*().David S. Miller1-29/+41
2012-03-06NFC: NCI code identation fixesSamuel Ortiz4-122/+111
2012-03-06NFC: Core code identation fixesSamuel Ortiz5-62/+54