summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka2024-05-231-2/+1
* nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka2024-05-201-1/+14
* nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa2024-05-071-0/+1
* nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-03-221-0/+5
* nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin2024-01-291-0/+4
* net: fill in MODULE_DESCRIPTION()s for NFCBreno Leitao2024-01-111-0/+1
* nfc: nci: assert requested protocol is validJeremy Cline2023-10-121-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+1
|\
| * nfc/nci: fix race with opening and closingLin Ma2022-11-181-1/+1
* | nfc: Add KCOV annotationsDmitry Vyukov2022-11-021-1/+7
|/
* nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-2/+17
* NFC: reorganize the functions in nci_requestLin Ma2021-11-171-4/+7
* 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-61/+58
* nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-301-4/+4
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-301-19/+21
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-171-0/+1
* net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+1
|\
| * net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon2021-01-191-1/+1
* | net: nfc: nci: Change the NCI close sequenceBongsu Jeon2021-01-051-2/+2
|/
* net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-041-2/+16
* net: nfc: Fix kerneldoc warningsAndrew Lunn2020-10-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+4
|\
| * nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai2020-07-171-1/+4
* | net: nfc: kerneldoc fixesAndrew Lunn2020-07-131-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-13/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+6
* nfc: nci: remove unnecessary null checkGustavo A. R. Silva2017-06-231-5/+4
* NFC: fix broken device allocationJohan Hovold2017-06-181-2/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2016-05-041-0/+77
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-041-7/+18
* nfc: nci: Fix nci_core_conn_closeChristophe Ricard2016-05-041-0/+1
* nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard2016-05-041-9/+9
* NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2015-12-291-3/+3
* NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-8/+8
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-1/+3
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-4/+11
* NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-251-0/+13
* NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca2015-10-251-1/+8
* NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-251-8/+8
* NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-251-20/+51
* NFC: nci: Introduce nci_core_cmdRobert Dolca2015-10-251-5/+19