summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/rsp.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski1-1/+1
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-21/+25
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon1-14/+67
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-3/+17
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard1-1/+2
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca1-0/+1
2015-06-09NFC: nci: Handle proprietary response and notificationsSamuel Ortiz1-0/+10
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-5/+24
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard1-1/+1
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard1-2/+2
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard1-0/+47
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard1-0/+13
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard1-0/+21
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard1-1/+19
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias1-0/+14
2012-03-06NFC: NCI code identation fixesSamuel Ortiz1-9/+8
2012-01-24NFC: Add NCI multiple targets supportIlan Elias1-0/+17
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-4/+4
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias1-1/+4
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias1-10/+0
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz1-1/+1
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches1-5/+5
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches1-40/+40
2011-11-30nfc: Use standard logging stylesJoe Perches1-1/+3
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias1-25/+0
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias1-23/+35
2011-09-20NFC: basic NCI protocol implementationIlan Elias1-0/+226