aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/hci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou1-2/+2
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski1-4/+0
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski1-9/+7
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski1-7/+7
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-12/+12
2021-06-01NFC: nci: Remove redundant assignment to lenYang Li1-2/+0
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu1-0/+5
2020-11-14nfc: refined function nci_hci_resp_receivedAlex Shi1-6/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+4
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard1-1/+1
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard1-7/+13
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-06-09NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches1-8/+3
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-0/+8
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard1-0/+686