aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches4-35/+19
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches4-113/+112
2011-11-30nfc: Use standard logging stylesJoe Perches4-24/+32
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
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-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul 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 Elias7-0/+1630