| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-22 | NFC: nci: Add bounds checking in nci_hci_create_pipe() | Dan Carpenter | 1 | -0/+2 |
| 2022-11-02 | nfc: Add KCOV annotations | Dmitry Vyukov | 1 | -1/+3 |
| 2022-05-17 | NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc | Duoming Zhou | 1 | -2/+2 |
| 2021-10-11 | nfc: drop unneeded debug prints | Krzysztof Kozlowski | 1 | -4/+0 |
| 2021-08-02 | nfc: hci: pass callback data param as pointer in nci_request() | Krzysztof Kozlowski | 1 | -9/+7 |
| 2021-07-30 | nfc: hci: cleanup unneeded spaces | Krzysztof Kozlowski | 1 | -7/+7 |
| 2021-07-30 | nfc: nci: constify several pointers to u8, sk_buff and other structs | Krzysztof Kozlowski | 1 | -12/+12 |
| 2021-06-01 | NFC: nci: Remove redundant assignment to len | Yang Li | 1 | -2/+0 |
| 2021-05-17 | NFC: nci: fix memory leak in nci_allocate_device | Dongliang Mu | 1 | -0/+5 |
| 2020-11-14 | nfc: refined function nci_hci_resp_received | Alex Shi | 1 | -6/+3 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -13/+1 |
| 2019-04-06 | NFC: nci: Add some bounds checking in nci_hci_cmd_received() | Dan Carpenter | 1 | -0/+8 |
| 2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -2/+2 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -3/+4 |
| 2015-12-29 | NFC: nci: Fix error check of nci_hci_create_pipe() result | Christophe Ricard | 1 | -1/+1 |
| 2015-10-27 | NFC: st-nci: Add few code style fixes | Christophe Ricard | 1 | -1/+1 |
| 2015-10-26 | NFC: nci: Create pipe on specific gate in nci_hci_connect_gate | Christophe Ricard | 1 | -1/+55 |
| 2015-10-26 | NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation. | Christophe Ricard | 1 | -0/+4 |
| 2015-10-26 | NFC: nci: add nci_hci_clear_all_pipes functions | Christophe Ricard | 1 | -0/+15 |
| 2015-10-26 | NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE | Christophe Ricard | 1 | -2/+2 |
| 2015-10-26 | NFC: nci: Fix improper management of HCI return code | Christophe Ricard | 1 | -17/+49 |
| 2015-10-26 | NFC: nci: Fix incorrect data chaining when sending data | Christophe Ricard | 1 | -7/+13 |
| 2015-08-20 | nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter | Christophe Ricard | 1 | -1/+1 |
| 2015-06-09 | NFC: nci: hci: Fix releasing uninitialized skbs | Joe Perches | 1 | -8/+3 |
| 2015-02-04 | NFC: nci: Move logical connection structure allocation | Christophe Ricard | 1 | -0/+8 |
| 2015-02-02 | NFC: nci: Add HCI over NCI protocol support | Christophe Ricard | 1 | -0/+686 |