aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/nci/core.c
AgeCommit message (Expand)Author
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma
2021-11-17NFC: reorganize the functions in nci_requestLin Ma
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-19net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon
2021-01-05net: nfc: nci: Change the NCI close sequenceBongsu Jeon
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon
2020-10-30net: nfc: Fix kerneldoc warningsAndrew Lunn
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai
2020-07-13net: nfc: kerneldoc fixesAndrew Lunn
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva
2017-06-18NFC: fix broken device allocationJohan Hovold
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga
2015-06-13NFC: nci: remove current SLEEP mode managementVincent Cuissard
2015-06-10NFC: nci: Export nci_req_completeSamuel Ortiz
2015-06-09NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard
2015-06-09NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard