summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFC: nci: Do not call post_setup when setup failsRobert Dolca2015-10-251-2/+1
* NFC: nci: Use __nci_request for exported routinesSamuel Ortiz2015-10-031-5/+6
* NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-201-0/+14
* NFC: nci: Add post_setup handlerRobert Baldyga2015-08-201-0/+4
* NFC: nci: remove current SLEEP mode managementVincent Cuissard2015-06-131-1/+1
* NFC: nci: Export nci_req_completeSamuel Ortiz2015-06-101-0/+1
* NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard2015-06-091-4/+6
* NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard2015-06-091-0/+26
* NFC: nci: Add nci init ops for early device initializationChristophe Ricard2015-06-091-2/+7
* NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard2015-06-091-2/+3
* NFC: nci: Handle proprietary response and notificationsSamuel Ortiz2015-06-091-0/+52
* NFC: nci: Add firmware download supportClément Perrochaud2015-03-261-0/+11
* NFC: nci: Move NFCEE discovery logicChristophe Ricard2015-02-041-1/+7
* NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2015-02-041-15/+33
* NFC: nci: Add reference to the RF logical connectionChristophe Ricard2015-02-041-1/+1
* NFC: nci: Add HCI over NCI protocol supportChristophe Ricard2015-02-021-7/+13
* NFC: nci: Support logical connections managementChristophe Ricard2015-02-021-0/+38
* NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2015-02-021-0/+21
* NFC: nci: Add NFCEE discover supportChristophe Ricard2015-02-021-0/+17
* NFC: nci: Add dynamic logical connections supportChristophe Ricard2015-02-021-7/+40
* NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard2014-12-021-4/+6
* NFC: nci: Add se_io NCI operandChristophe Ricard2014-12-021-0/+14