summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2012-05-16NFC: Queue I frame fragments to the LLCP sockets queue tailSamuel Ortiz-1/+1
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade-17/+4
2012-05-15NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten-1/+1
2012-05-15NFC: HCI ops should not be exposed globallyH Hartley Sweeten-1/+1
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten-1/+1
2012-05-15NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten-0/+1
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten-4/+4
2012-05-15NFC: Fix LLCP compilation warningjoseph daniel-1/+1
2012-05-15NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz-1/+1
2012-05-15NFC: Update the LLCP poll maskSamuel Ortiz-1/+14
2012-05-15NFC: LLCP connect must wait for a CC frameSamuel Ortiz-1/+48
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade-0/+24
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade-11/+28
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade-7/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade-63/+81
2012-05-15NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann-0/+1
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-16/+2654
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-3/+3
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz-1/+1
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz-0/+10
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz-2/+2
2012-04-12NFC: Dump LLCP framesSamuel Ortiz-0/+7
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade-1/+71
2012-04-12NFC: Changed target activated state logicEric Lapuyade-3/+21
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade-3/+3
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz-6/+18
2012-04-12NFC: SHDLC implementationEric Lapuyade-0/+954
2012-04-12NFC: HCI supportEric Lapuyade-0/+1496
2012-04-12NFC: Export target lost functionEric Lapuyade-0/+39
2012-04-12NFC: Add a target lost netlink eventSamuel Ortiz-0/+31
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz-2/+2
2012-04-01nfc: Stop using NLA_PUT*().David S. Miller-29/+41
2012-03-06NFC: NCI code identation fixesSamuel Ortiz-122/+111
2012-03-06NFC: Core code identation fixesSamuel Ortiz-62/+54
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz-93/+100
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz-12/+26
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz-23/+17
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz-0/+2
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz-13/+3
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz-14/+43
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz-3/+49
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz-3/+33
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz-1/+1
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz-0/+13
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz-10/+10
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz-1/+62
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz-5/+11