aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-09-27NFC: use after free on errorDan Carpenter1-8/+6
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias3-2/+12
2011-09-27NFC: implicitly deactivate in nci_start_pollIlan Elias1-1/+6
2011-09-27NFC: improve readability of an 'if' in nci core.cIlan Elias1-18/+14
2011-09-20NFC: basic NCI protocol implementationIlan Elias9-0/+1633
2011-09-20NFC: move nfc.h from include/net to include/net/nfcIlan Elias1-1/+1
2011-09-20NFC: Add dev_up and dev_down control operationsIlan Elias3-0/+137
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz2-8/+11
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio4-1/+376
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr4-1/+120
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio4-3/+640
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio4-0/+466