aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-17NFC: reorganize the functions in nci_requestLin Ma1-4/+7
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-61/+58
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski1-4/+4
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-19/+21
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-8/+8
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-3/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu1-0/+1
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun1-1/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-19net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon1-1/+1
2021-01-05net: nfc: nci: Change the NCI close sequenceBongsu Jeon1-2/+2
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon1-2/+16
2020-10-30net: nfc: Fix kerneldoc warningsAndrew Lunn1-0/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai1-1/+4
2020-07-13net: nfc: kerneldoc fixesAndrew Lunn1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva1-5/+4
2017-06-18NFC: fix broken device allocationJohan Hovold1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard1-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-7/+18
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard1-0/+1
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard1-9/+9
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter1-3/+3
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-8/+8
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard1-1/+3
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard1-4/+11
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca1-0/+13
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca1-1/+8
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca1-8/+8
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca1-20/+51
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca1-5/+19
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca1-2/+1
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz1-5/+6
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga1-0/+14
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga1-0/+4
2015-06-13NFC: nci: remove current SLEEP mode managementVincent Cuissard1-1/+1
2015-06-10NFC: nci: Export nci_req_completeSamuel Ortiz1-0/+1
2015-06-09NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard1-4/+6
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard1-0/+26
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard1-2/+7
2015-06-09NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard1-2/+3