aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06NFC: NCI code identation fixesSamuel Ortiz4-122/+111
2012-03-06NFC: Core code identation fixesSamuel Ortiz5-62/+54
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz4-93/+100
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz2-12/+26
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz4-23/+17
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz1-13/+3
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz1-14/+43
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz2-3/+49
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz3-3/+33
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz1-1/+1
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz1-0/+13
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz1-10/+10
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz3-1/+62
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz1-5/+11
2012-03-06NFC: Factorize the I frame queueing routineSamuel Ortiz2-17/+29
2012-03-06NFC: Add device powered netlink attributeSamuel Ortiz1-0/+3
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter1-1/+1
2012-01-24NFC: Add NCI multiple targets supportIlan Elias3-94/+337
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias2-17/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias3-12/+12
2012-01-24NFC: Add NCI data exchange timerIlan Elias2-0/+28
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias2-13/+104
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias2-1/+6
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias2-0/+9
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+18
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias4-31/+30
2011-12-19NFC: use kfree_skb() for sk_buffsDan Carpenter1-1/+1
2011-12-19NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter1-3/+1
2011-12-19NFC: Fix LLCP related build failureSamuel Ortiz1-2/+2
2011-12-14NFC: Initial LLCP supportSamuel Ortiz9-2/+2321
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+18
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz3-0/+230
2011-12-14NFC: Atomic socket allocationSamuel Ortiz1-1/+1
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz1-2/+0
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz2-8/+29
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz7-7/+7
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2011-12-12nfc: signedness bug in __nci_request()Dan Carpenter1-1/+1
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches5-63/+19
2011-11-30nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2-26/+0
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches7-158/+160
2011-11-30nfc: Use standard logging stylesJoe Perches6-26/+38
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville4-1/+4
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias1-1/+4
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias3-43/+3
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias5-84/+131
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-0/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2