aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2012-06-04NFC: Call the DEP link down ops even when in target modeSamuel Ortiz
2012-06-04NFC: Don't hold a NULL connecting LLCP socket lockSamuel Ortiz
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz
2012-06-04NFC: LLCP's MIUX is 10 bytes long, not 7Samuel Ortiz
2012-06-04NFC: Move LLCP MIU extension value to socket structureSamuel Ortiz
2012-06-04NFC: Move LLCP receiver window value to socket structureSamuel Ortiz
2012-06-04NFC: Socket linked listSamuel Ortiz
2012-06-04NFC: Take a reference on the LLCP local pointer when creating a socketSamuel Ortiz
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade
2012-05-15NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten
2012-05-15NFC: HCI ops should not be exposed globallyH Hartley Sweeten
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten
2012-05-15NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten
2012-05-15NFC: Fix LLCP compilation warningjoseph daniel
2012-05-15NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade
2012-05-15NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz
2012-04-12NFC: Dump LLCP framesSamuel Ortiz
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade
2012-04-12NFC: Changed target activated state logicEric Lapuyade
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz
2012-04-12NFC: SHDLC implementationEric Lapuyade
2012-04-12NFC: HCI supportEric Lapuyade
2012-04-12NFC: Export target lost functionEric Lapuyade
2012-04-12NFC: Add a target lost netlink eventSamuel Ortiz
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz
2012-04-01nfc: Stop using NLA_PUT*().David S. Miller
2012-03-06NFC: NCI code identation fixesSamuel Ortiz
2012-03-06NFC: Core code identation fixesSamuel Ortiz