aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville1-1/+2
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin1-1/+2
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar1-1/+1
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar1-0/+16
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar1-0/+3
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar1-6/+0
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar1-0/+2
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz1-0/+18
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-2/+0
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-11/+6
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+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 Elias1-1/+35
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias1-0/+55
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 Ortiz1-2/+3
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: 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-06NFC: 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/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 Perches1-25/+9
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches1-28/+28
2011-11-30nfc: Use standard logging stylesJoe Perches1-13/+15
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 Elias1-6/+0
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias1-2/+5
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 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