summaryrefslogtreecommitdiff
path: root/net/nfc
Commit message (Expand)AuthorAge
* NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande2016-07-11
* NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande2016-07-11
* NFC: digital: Free supervisor PDUsThierry Escande2016-07-11
* NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande2016-07-11
* NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande2016-07-11
* NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande2016-07-11
* NFC: digital: Remove useless call to skb_reserve()Thierry Escande2016-07-11
* NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande2016-07-11
* NFC: digital: Abort last command when dep link goes downThierry Escande2016-07-06
* NFC: digital: Set the command pending flagThierry Escande2016-07-06
* NFC: digital: Call pending command callbacks at device unregisterThierry Escande2016-07-06
* NFC: digital: Rework error handling in DEP_RES responseThierry Escande2016-07-06
* NFC: digital: Fix a memory leak in NFC-F listening modeThierry Escande2016-07-06
* NFC: llcp: Fix 2 memory leaksThierry Escande2016-07-06
* NFC: llcp: Fix usage of llcp_add_tlv()Thierry Escande2016-07-06
* NFC: llcp: Use dynamic debug for hex dumpThierry Escande2016-07-04
* NFC: digital: Add a delay between poll cyclesThierry Escande2016-07-04
* NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko2016-07-04
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19
|\
| * NFC: Close a race condition in llcp_sock_getname()Cong Wang2016-02-25
| * NFC: Use GFP_USER for user-controlled kmallocCong Wang2016-02-25
* | NFC: nci: Remove dead codePeter Hurley2016-01-27
|/
* Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-01-04
|\
| * NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter2015-12-29
| * nfc: netlink: HCI event connectivity implementationChristophe Ricard2015-12-29
| * NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard2015-12-29
| * NFC: digital: Add Type4A tags supportShikha Singh2015-12-29
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
|/
* 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: st21nfca: Add support for proprietary commandsChristophe Ricard2015-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