summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFC: nci: Update nci_disable_se to run proprietary commands to disable a secu...Christophe Ricard2014-12-021-0/+5
* NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure...Christophe Ricard2014-12-021-0/+5
* NFC: nci: Update nci_discover_se to run proprietary commands to discover all ...Christophe Ricard2014-12-021-0/+5
* NFC: NCI: Signal deactivation in Target modeJulien Lefrique2014-11-281-1/+16
* NFC: NCI: Implement Target mode send functionJulien Lefrique2014-11-281-0/+13
* NFC: NCI: Configure ATR_RES general bytesJulien Lefrique2014-11-281-1/+9
* NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique2014-11-281-0/+29
* NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique2014-11-281-10/+32
* NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard2014-09-011-8/+5
* NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-011-0/+8
OpenPOWER on IntegriCloud