summaryrefslogtreecommitdiff
path: root/net/nfc/nci/core.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-16NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-13/+14
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz1-1/+1
2012-03-07NFC: NCI code identation fixesSamuel Ortiz1-59/+54
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter1-1/+1
2012-01-24NFC: Add NCI multiple targets supportIlan Elias1-9/+82
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-5/+6
2012-01-24NFC: Add NCI data exchange timerIlan Elias1-0/+24
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias1-10/+12
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz1-1/+1
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-12nfc: signedness bug in __nci_request()Dan Carpenter1-1/+1
2011-12-01nfc: Remove function tracer like entry messagesJoe Perches1-25/+9
2011-12-01nfc: Convert nfc_dbg to pr_debugJoe Perches1-28/+28
2011-12-01nfc: Use standard logging stylesJoe Perches1-13/+15
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John 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 Elias1-6/+0
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias1-2/+5
2011-11-01net: 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 Elias1-1/+9
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 Elias1-0/+790