summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-2/+8
|\
| * NFC: Close a race condition in llcp_sock_getname()Cong Wang2016-02-251-0/+6
| * NFC: Use GFP_USER for user-controlled kmallocCong Wang2016-02-251-2/+2
* | NFC: nci: Remove dead codePeter Hurley2016-01-271-8/+1
|/
* Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-01-046-5/+57
|\
| * NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2015-12-291-3/+3
| * nfc: netlink: HCI event connectivity implementationChristophe Ricard2015-12-293-0/+51
| * NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard2015-12-291-1/+1
| * NFC: digital: Add Type4A tags supportShikha Singh2015-12-291-1/+2
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-1/+1
|/
* NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-8/+8
* NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-1/+6
* NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-273-2/+7
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-1/+3
* NFC: st21nfca: Add support for proprietary commandsChristophe Ricard2015-10-271-0/+2
* NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-271-1/+1
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-277-11/+24
* NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard2015-10-261-1/+55
* NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard2015-10-261-0/+4
* NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+15
* NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-261-2/+2
* NFC: nci: Fix improper management of HCI return codeChristophe Ricard2015-10-261-17/+49
* NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard2015-10-261-7/+13
* 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-253-21/+54
* 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: Add function to get max packet size for connRobert Dolca2015-10-251-0/+12
* NFC: nci: Export nci data send APIRobert Dolca2015-10-251-0/+1
* NFC: delete null dereferenceJulia Lawall2015-10-191-4/+2
* NFC: nci: Use __nci_request for exported routinesSamuel Ortiz2015-10-031-5/+6
* nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-2/+84
* nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard2015-08-201-1/+1
* 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: netlink: Warning fixChristophe Ricard2015-08-171-0/+1
* nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard2015-08-171-2/+2
* NFC: nci: fix mistake in uart generic driverVincent Cuissard2015-06-151-1/+1
* NFC: nci: remove current SLEEP mode managementVincent Cuissard2015-06-131-1/+1
* NFC: nfcmrvl: add UART driverVincent Cuissard2015-06-111-1/+0
* NFC: nci: add generic uart supportVincent Cuissard2015-06-113-0/+505
* NFC: nci: Export nci_req_completeSamuel Ortiz2015-06-101-0/+1
* NFC: netlink: Implement vendor command supportSamuel Ortiz2015-06-091-0/+55
* 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-093-0/+72