summaryrefslogtreecommitdiff
path: root/net/nfc/nci/hci.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: Add KCOV annotationsDmitry Vyukov2022-11-021-1/+3
* NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-171-2/+2
* nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-4/+0
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-021-9/+7
* nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-301-7/+7
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-301-12/+12
* NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-171-0/+5
* nfc: refined function nci_hci_resp_receivedAlex Shi2020-11-141-6/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-13/+1
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-061-0/+8
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+4
* NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard2015-12-291-1/+1
* NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-271-1/+1
* NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard2015-10-261-1/+55
* NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard2015-10-261-0/+4
* NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+15
* NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-261-2/+2
* NFC: nci: Fix improper management of HCI return codeChristophe Ricard2015-10-261-17/+49
* NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard2015-10-261-7/+13
* nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard2015-08-201-1/+1
* NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches2015-06-091-8/+3
* NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-0/+8
* NFC: nci: Add HCI over NCI protocol supportChristophe Ricard2015-02-021-0/+686