| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: Return from rawsock_release when sk is NULL | Eric Dumazet | 2012-06-26 | 1 | -1/+4 |
* | NFC: Prevent multiple buffer overflows in NCI | Dan Rosenberg | 2012-06-25 | 1 | -5/+5 |
* | NFC: Fix possible NULL ptr deref when getting the name of a socket | Sasha Levin | 2012-06-08 | 1 | -0/+3 |
* | NFC: Queue I frame fragments to the LLCP sockets queue tail | Samuel Ortiz | 2012-05-16 | 1 | -1/+1 |
* | NFC: HCI drivers don't have to keep track of polling state | Eric Lapuyade | 2012-05-15 | 1 | -17/+4 |
* | NFC: The NFC genl family structure should not be exposed globally | H Hartley Sweeten | 2012-05-15 | 1 | -1/+1 |
* | NFC: HCI ops should not be exposed globally | H Hartley Sweeten | 2012-05-15 | 1 | -1/+1 |
* | NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 2012-05-15 | 1 | -1/+1 |
* | NFC: Include nci_core.h to nci/lib.c | H Hartley Sweeten | 2012-05-15 | 1 | -0/+1 |
* | NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 2012-05-15 | 1 | -4/+4 |
* | NFC: Fix LLCP compilation warning | joseph daniel | 2012-05-15 | 1 | -1/+1 |
* | NFC: Return the amount of LLCP bytes queued to sock_sendmsg | Samuel Ortiz | 2012-05-15 | 1 | -1/+1 |
* | NFC: Update the LLCP poll mask | Samuel Ortiz | 2012-05-15 | 1 | -1/+14 |
* | NFC: LLCP connect must wait for a CC frame | Samuel Ortiz | 2012-05-15 | 2 | -1/+48 |
* | NFC: Add HCI/SHDLC support to let driver check for tag presence | Eric Lapuyade | 2012-05-15 | 2 | -0/+24 |
* | NFC: Specify usage for targets found and target lost events | Eric Lapuyade | 2012-05-15 | 2 | -11/+28 |
* | NFC: Remove useless HCI private nfc target table | Eric Lapuyade | 2012-05-15 | 1 | -7/+0 |
* | NFC: Cache the core NFC active target pointer instead of its index | Eric Lapuyade | 2012-05-15 | 3 | -63/+81 |
* | NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers | Marcel Holtmann | 2012-05-15 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-18 | 17 | -16/+2654 |
|\ |
|
| * | NFC: Fix LLCP link timeout typo | Samuel Ortiz | 2012-04-12 | 1 | -1/+1 |
| * | NFC: Add MIUX to the local LLCP general bytes | Samuel Ortiz | 2012-04-12 | 1 | -0/+10 |
| * | NFC: Call llcp_add_header properly when sending LLCP DM or DISC | Samuel Ortiz | 2012-04-12 | 1 | -2/+2 |
| * | NFC: Fix LLCP TLV building routine | Samuel Ortiz | 2012-04-12 | 1 | -1/+1 |
| * | NFC: No need to apply twice the modulo op to LLCP's recv_n | Samuel Ortiz | 2012-04-12 | 2 | -2/+2 |
| * | NFC: Dump LLCP frames | Samuel Ortiz | 2012-04-12 | 1 | -0/+7 |
| * | NFC: Add Core support to generate tag lost event | Eric Lapuyade | 2012-04-12 | 1 | -1/+71 |
| * | NFC: Changed target activated state logic | Eric Lapuyade | 2012-04-12 | 1 | -3/+21 |
| * | NFC: Fix next target_idx type and rename for clarity | Eric Lapuyade | 2012-04-12 | 2 | -3/+3 |
| * | NFC: The core part should generate the target index | Samuel Ortiz | 2012-04-12 | 4 | -6/+18 |
| * | NFC: SHDLC implementation | Eric Lapuyade | 2012-04-12 | 3 | -0/+954 |
| * | NFC: HCI support | Eric Lapuyade | 2012-04-12 | 8 | -0/+1496 |
| * | NFC: Export target lost function | Eric Lapuyade | 2012-04-12 | 1 | -0/+39 |
| * | NFC: Add a target lost netlink event | Samuel Ortiz | 2012-04-12 | 2 | -0/+31 |
* | | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 2 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-13 | 1 | -2/+2 |
|\| |
|
| * | NFC: Fix the LLCP Tx fragmentation loop | Samuel Ortiz | 2012-04-11 | 1 | -2/+2 |
* | | nfc: Stop using NLA_PUT*(). | David S. Miller | 2012-04-02 | 1 | -29/+41 |
|/ |
|
* | NFC: NCI code identation fixes | Samuel Ortiz | 2012-03-06 | 4 | -122/+111 |
* | NFC: Core code identation fixes | Samuel Ortiz | 2012-03-06 | 5 | -62/+54 |
* | NFC: LLCP code identation fixes | Samuel Ortiz | 2012-03-06 | 4 | -93/+100 |
* | NFC: Fix LLCP sockets releasing path | Samuel Ortiz | 2012-03-06 | 2 | -12/+26 |
* | NFC: Remove the rf mode parameter from the DEP link up routine | Samuel Ortiz | 2012-03-06 | 4 | -23/+17 |
* | NFC: SN is not an invalid GT value | Samuel Ortiz | 2012-03-06 | 1 | -0/+2 |
* | NFC: Unlink LLCP child sockets from llcp_sock_release | Samuel Ortiz | 2012-03-06 | 1 | -13/+3 |
* | NFC: Fragment LLCP I frames | Samuel Ortiz | 2012-03-06 | 1 | -14/+43 |
* | NFC: Set MIU and RW values from CONNECT and CC LLCP frames | Samuel Ortiz | 2012-03-06 | 2 | -3/+49 |
* | NFC: Send LLCP RR frames to acknowledge received I frames | Samuel Ortiz | 2012-03-06 | 3 | -3/+33 |
* | NFC: Set the right LLCP N(R) value for I frames | Samuel Ortiz | 2012-03-06 | 1 | -1/+1 |
* | NFC: Clear LLCP SDPs whan MAC goes down | Samuel Ortiz | 2012-03-06 | 1 | -0/+13 |