summaryrefslogtreecommitdiff
path: root/net/nfc/nci
Commit message (Expand)AuthorAge
* net: annotate ->poll() instancesAl Viro2017-11-27
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* nfc: nci: remove unnecessary null checkGustavo A. R. Silva2017-06-23
* NFC: fix broken device allocationJohan Hovold2017-06-18
* networking: add and use skb_put_u8()Johannes Berg2017-06-16
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2016-05-04
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-04
* nfc: nci: Fix nci_core_conn_closeChristophe Ricard2016-05-04
* nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard2016-05-04
* NFC: nci: Remove dead codePeter Hurley2016-01-27
* NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2015-12-29
* NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard2015-12-29
* NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-28
* NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-27
* NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-27
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-27
* NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-27
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-27
* NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard2015-10-26
* NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard2015-10-26
* NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-26
* NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-26
* NFC: nci: Fix improper management of HCI return codeChristophe Ricard2015-10-26
* NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard2015-10-26
* NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-25
* NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca2015-10-25
* NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-25
* NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-25
* NFC: nci: Introduce nci_core_cmdRobert Dolca2015-10-25
* NFC: nci: Do not call post_setup when setup failsRobert Dolca2015-10-25
* NFC: nci: Add function to get max packet size for connRobert Dolca2015-10-25
* NFC: nci: Export nci data send APIRobert Dolca2015-10-25
* NFC: nci: Use __nci_request for exported routinesSamuel Ortiz2015-10-03
* nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard2015-08-20
* NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-20
* NFC: nci: Add post_setup handlerRobert Baldyga2015-08-20
* NFC: nci: fix mistake in uart generic driverVincent Cuissard2015-06-15
* NFC: nci: remove current SLEEP mode managementVincent Cuissard2015-06-13
* NFC: nfcmrvl: add UART driverVincent Cuissard2015-06-11
* NFC: nci: add generic uart supportVincent Cuissard2015-06-11
* NFC: nci: Export nci_req_completeSamuel Ortiz2015-06-10
* NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard2015-06-09
* NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard2015-06-09
* NFC: nci: Add nci init ops for early device initializationChristophe Ricard2015-06-09
* NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard2015-06-09
* NFC: nci: Handle proprietary response and notificationsSamuel Ortiz2015-06-09