| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-12 | 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-01 | 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 |
* | NFC: Fix bitops usage in LLCP | Samuel Ortiz | 2012-03-06 | 1 | -10/+10 |
* | NFC: LLCP socket sendmsg implemetation | Samuel Ortiz | 2012-03-06 | 3 | -1/+62 |
* | NFC: Handle Receiver Not Ready LLCP frame | Samuel Ortiz | 2012-03-06 | 1 | -5/+11 |
* | NFC: Factorize the I frame queueing routine | Samuel Ortiz | 2012-03-06 | 2 | -17/+29 |
* | NFC: Add device powered netlink attribute | Samuel Ortiz | 2012-03-06 | 1 | -0/+3 |
* | nfc: NULL vs zero in nci_activate_target() | Dan Carpenter | 2012-01-27 | 1 | -1/+1 |
* | NFC: Add NCI multiple targets support | Ilan Elias | 2012-01-24 | 3 | -94/+337 |
* | NFC: NFC core layer should not set the target_idx | Ilan Elias | 2012-01-24 | 2 | -17/+0 |
* | NFC: Clearly separate NCI states from flags | Ilan Elias | 2012-01-24 | 3 | -12/+12 |
* | NFC: Add NCI data exchange timer | Ilan Elias | 2012-01-24 | 2 | -0/+28 |
* | NFC: Export new attributes sensb_res and sensf_res | Ilan Elias | 2012-01-24 | 2 | -13/+104 |
* | NFC: Complete NCI deactivate in deactivate_ntf | Ilan Elias | 2012-01-24 | 2 | -1/+6 |
* | NFC: Export a new attribute nfcid1 in target info | Ilan Elias | 2012-01-04 | 2 | -0/+9 |
* | NFC: Handle error during NCI data exchange | Ilan Elias | 2012-01-04 | 1 | -0/+18 |
* | NFC: Update names and structs to NCI spec 1.0 d22 | Ilan Elias | 2012-01-04 | 4 | -31/+30 |
* | NFC: use kfree_skb() for sk_buffs | Dan Carpenter | 2011-12-19 | 1 | -1/+1 |
* | NFC: double unlock in nfc_llcp_recv_connect() | Dan Carpenter | 2011-12-19 | 1 | -3/+1 |
* | NFC: Fix LLCP related build failure | Samuel Ortiz | 2011-12-19 | 1 | -2/+2 |
* | NFC: Initial LLCP support | Samuel Ortiz | 2011-12-14 | 9 | -2/+2321 |
* | NFC: Set and get DEP general bytes | Samuel Ortiz | 2011-12-14 | 1 | -0/+18 |
* | NFC: Add a DEP link control netlink command | Samuel Ortiz | 2011-12-14 | 3 | -0/+230 |
* | NFC: Atomic socket allocation | Samuel Ortiz | 2011-12-14 | 1 | -1/+1 |
* | NFC: Do not take the genl mutex from the netlink release notifier | Samuel Ortiz | 2011-12-14 | 1 | -2/+0 |
* | NFC: Add tx skb allocation routine | Samuel Ortiz | 2011-12-14 | 2 | -8/+29 |
* | NFC: Add function name to the NFC pr_fmt() routine | Samuel Ortiz | 2011-12-14 | 7 | -7/+7 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-14 | 1 | -1/+1 |
|\ |
|
| * | nfc: signedness bug in __nci_request() | Dan Carpenter | 2011-12-12 | 1 | -1/+1 |
* | | nfc: Remove function tracer like entry messages | Joe Perches | 2011-11-30 | 5 | -63/+19 |
* | | nfc: Remove unused nfc_printk and nfc_<level> macros | Joe Perches | 2011-11-30 | 2 | -26/+0 |
* | | nfc: Convert nfc_dbg to pr_debug | Joe Perches | 2011-11-30 | 7 | -158/+160 |
* | | nfc: Use standard logging styles | Joe Perches | 2011-11-30 | 6 | -26/+38 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2011-11-22 | 4 | -1/+4 |
|\ \ |
|
| * \ | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 3 | -0/+3 |
| |\ \ |
|
| | * | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |