summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/hci.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-13/+1Star
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-071-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/+3Star
* 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