Age | Commit message (Expand) | Author |
2012-05-15 | NFC: Add HCI/SHDLC support to let driver check for tag presence | Eric Lapuyade |
2012-05-15 | NFC: Specify usage for targets found and target lost events | Eric Lapuyade |
2012-05-15 | NFC: Remove useless HCI private nfc target table | Eric Lapuyade |
2012-05-15 | NFC: Cache the core NFC active target pointer instead of its index | Eric Lapuyade |
2012-05-15 | NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers | Marcel Holtmann |
2012-04-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet |
2012-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-04-12 | NFC: Fix LLCP link timeout typo | Samuel Ortiz |
2012-04-12 | NFC: Add MIUX to the local LLCP general bytes | Samuel Ortiz |
2012-04-12 | NFC: Call llcp_add_header properly when sending LLCP DM or DISC | Samuel Ortiz |
2012-04-12 | NFC: Fix LLCP TLV building routine | Samuel Ortiz |
2012-04-12 | NFC: No need to apply twice the modulo op to LLCP's recv_n | Samuel Ortiz |
2012-04-12 | NFC: Dump LLCP frames | Samuel Ortiz |
2012-04-12 | NFC: Add Core support to generate tag lost event | Eric Lapuyade |
2012-04-12 | NFC: Changed target activated state logic | Eric Lapuyade |
2012-04-12 | NFC: Fix next target_idx type and rename for clarity | Eric Lapuyade |
2012-04-12 | NFC: The core part should generate the target index | Samuel Ortiz |
2012-04-12 | NFC: SHDLC implementation | Eric Lapuyade |
2012-04-12 | NFC: HCI support | Eric Lapuyade |
2012-04-12 | NFC: Export target lost function | Eric Lapuyade |
2012-04-12 | NFC: Add a target lost netlink event | Samuel Ortiz |
2012-04-11 | NFC: Fix the LLCP Tx fragmentation loop | Samuel Ortiz |
2012-04-01 | nfc: Stop using NLA_PUT*(). | David S. Miller |
2012-03-06 | NFC: NCI code identation fixes | Samuel Ortiz |
2012-03-06 | NFC: Core code identation fixes | Samuel Ortiz |
2012-03-06 | NFC: LLCP code identation fixes | Samuel Ortiz |
2012-03-06 | NFC: Fix LLCP sockets releasing path | Samuel Ortiz |
2012-03-06 | NFC: Remove the rf mode parameter from the DEP link up routine | Samuel Ortiz |
2012-03-06 | NFC: SN is not an invalid GT value | Samuel Ortiz |
2012-03-06 | NFC: Unlink LLCP child sockets from llcp_sock_release | Samuel Ortiz |
2012-03-06 | NFC: Fragment LLCP I frames | Samuel Ortiz |
2012-03-06 | NFC: Set MIU and RW values from CONNECT and CC LLCP frames | Samuel Ortiz |
2012-03-06 | NFC: Send LLCP RR frames to acknowledge received I frames | Samuel Ortiz |
2012-03-06 | NFC: Set the right LLCP N(R) value for I frames | Samuel Ortiz |
2012-03-06 | NFC: Clear LLCP SDPs whan MAC goes down | Samuel Ortiz |
2012-03-06 | NFC: Fix bitops usage in LLCP | Samuel Ortiz |
2012-03-06 | NFC: LLCP socket sendmsg implemetation | Samuel Ortiz |
2012-03-06 | NFC: Handle Receiver Not Ready LLCP frame | Samuel Ortiz |
2012-03-06 | NFC: Factorize the I frame queueing routine | Samuel Ortiz |
2012-03-06 | NFC: Add device powered netlink attribute | Samuel Ortiz |
2012-01-27 | nfc: NULL vs zero in nci_activate_target() | Dan Carpenter |
2012-01-24 | NFC: Add NCI multiple targets support | Ilan Elias |
2012-01-24 | NFC: NFC core layer should not set the target_idx | Ilan Elias |
2012-01-24 | NFC: Clearly separate NCI states from flags | Ilan Elias |
2012-01-24 | NFC: Add NCI data exchange timer | Ilan Elias |
2012-01-24 | NFC: Export new attributes sensb_res and sensf_res | Ilan Elias |
2012-01-24 | NFC: Complete NCI deactivate in deactivate_ntf | Ilan Elias |
2012-01-04 | NFC: Export a new attribute nfcid1 in target info | Ilan Elias |
2012-01-04 | NFC: Handle error during NCI data exchange | Ilan Elias |