aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/data.c
AgeCommit message (Expand)Author
2022-12-08NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou
2019-07-08nfc: fix potential illegal memory accessYang Wei
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca
2015-10-25NFC: nci: Export nci data send APIRobert Dolca
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard
2014-12-02NFC: nci: Add status byte management in case of error.Christophe Ricard
2014-11-28NFC: NCI: Forward data received in Target mode to nfc coreJulien Lefrique
2014-09-01NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten
2012-03-06NFC: NCI code identation fixesSamuel Ortiz
2012-01-24NFC: Add NCI data exchange timerIlan Elias
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches
2011-11-30nfc: Use standard logging stylesJoe Perches
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias
2011-09-20NFC: basic NCI protocol implementationIlan Elias