summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/data.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou1-1/+1
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-6/+6
2019-07-08nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca1-0/+12
2015-10-25NFC: nci: Export nci data send APIRobert Dolca1-0/+1
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard1-15/+41
2014-12-02NFC: nci: Add status byte management in case of error.Christophe Ricard1-2/+9
2014-11-28NFC: NCI: Forward data received in Target mode to nfc coreJulien Lefrique1-1/+12
2014-09-01NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard1-2/+5
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-2/+0
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-4/+4
2012-03-06NFC: NCI code identation fixesSamuel Ortiz1-14/+14
2012-01-24NFC: Add NCI data exchange timerIlan Elias1-0/+4
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-4/+4
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches1-11/+11
2011-11-30nfc: Use standard logging stylesJoe Perches1-3/+5
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias1-2/+3
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias1-0/+2
2011-09-20NFC: basic NCI protocol implementationIlan Elias1-0/+245