aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAge
* NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin2012-06-08
* 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
* NFC: Specify usage for targets found and target lost eventsEric Lapuyade2012-05-15
* NFC: Remove useless HCI private nfc target tableEric Lapuyade2012-05-15
* NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-15
* NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann2012-05-15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-18
|\
| * NFC: Fix LLCP link timeout typoSamuel Ortiz2012-04-12
| * NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz2012-04-12
| * NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz2012-04-12
| * NFC: Fix LLCP TLV building routineSamuel Ortiz2012-04-12
| * NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2012-04-12
| * NFC: Dump LLCP framesSamuel Ortiz2012-04-12
| * NFC: Add Core support to generate tag lost eventEric Lapuyade2012-04-12
| * NFC: Changed target activated state logicEric Lapuyade2012-04-12
| * NFC: Fix next target_idx type and rename for clarityEric Lapuyade2012-04-12
| * NFC: The core part should generate the target indexSamuel Ortiz2012-04-12
| * NFC: SHDLC implementationEric Lapuyade2012-04-12
| * NFC: HCI supportEric Lapuyade2012-04-12
| * NFC: Export target lost functionEric Lapuyade2012-04-12
| * NFC: Add a target lost netlink eventSamuel Ortiz2012-04-12
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-12
|\|
| * NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz2012-04-11
* | nfc: Stop using NLA_PUT*().David S. Miller2012-04-01
|/
* NFC: NCI code identation fixesSamuel Ortiz2012-03-06
* NFC: Core code identation fixesSamuel Ortiz2012-03-06
* NFC: LLCP code identation fixesSamuel Ortiz2012-03-06
* NFC: Fix LLCP sockets releasing pathSamuel Ortiz2012-03-06
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-06
* NFC: SN is not an invalid GT valueSamuel Ortiz2012-03-06
* NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz2012-03-06
* NFC: Fragment LLCP I framesSamuel Ortiz2012-03-06
* NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz2012-03-06
* NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz2012-03-06
* NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz2012-03-06
* NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz2012-03-06
* NFC: Fix bitops usage in LLCPSamuel Ortiz2012-03-06
* NFC: LLCP socket sendmsg implemetationSamuel Ortiz2012-03-06