aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/hci.c
AgeCommit message (Expand)Author
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard
2015-06-09NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard