aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz
2012-03-06NFC: NCI code identation fixesSamuel Ortiz
2012-03-06NFC: Core code identation fixesSamuel Ortiz
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz
2012-03-06NFC: Factorize the I frame queueing routineSamuel Ortiz
2012-03-06NFC: Add device powered netlink attributeSamuel Ortiz
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter
2012-01-24NFC: Add NCI multiple targets supportIlan Elias
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias
2012-01-24NFC: Add NCI data exchange timerIlan Elias
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias
2011-12-19NFC: use kfree_skb() for sk_buffsDan Carpenter
2011-12-19NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter
2011-12-19NFC: Fix LLCP related build failureSamuel Ortiz
2011-12-14NFC: Initial LLCP supportSamuel Ortiz
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz
2011-12-14NFC: Atomic socket allocationSamuel Ortiz
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-12nfc: signedness bug in __nci_request()Dan Carpenter
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches
2011-11-30nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches
2011-11-30nfc: Use standard logging stylesJoe Perches
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches