aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook1-2/+2
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc1-1/+0
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc1-8/+8
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc1-6/+4
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc1-1/+1
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-1/+55
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+69
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones1-0/+3
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz2-3/+7
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+5
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz1-4/+4
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-3/+4
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-1/+1
2012-05-15NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten1-0/+1
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-4/+4
2012-05-15NFC: 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 Ortiz2-6/+7
2012-03-06NFC: NCI code identation fixesSamuel Ortiz4-122/+111
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: 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 Elias1-13/+98
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias2-1/+6
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias1-0/+6
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-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz4-4/+4
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 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