aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-1/+1
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-10/+14
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
2016-10-27genetlink: introduce and use genl_family_attrbuf()Gravatar Johannes Berg 1-5/+4
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingGravatar Thierry Escande 1-2/+24
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeGravatar Thierry Escande 1-16/+55
2016-07-11NFC: digital: Free supervisor PDUsGravatar Thierry Escande 1-5/+3
2016-07-11NFC: digital: Rework ACK PDU handling in initiator modeGravatar Thierry Escande 1-13/+27
2016-07-11NFC: digital: Fix ACK & NACK PDUs handling in target modeGravatar Thierry Escande 1-28/+43
2016-07-11NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUGravatar Thierry Escande 1-12/+33
2016-07-11NFC: digital: Remove useless call to skb_reserve()Gravatar Thierry Escande 1-2/+0
2016-07-11NFC: digital: Fix handling of saved PDU sk_buff pointersGravatar Thierry Escande 1-30/+29
2016-07-06NFC: digital: Abort last command when dep link goes downGravatar Thierry Escande 1-0/+2
2016-07-06NFC: digital: Set the command pending flagGravatar Thierry Escande 1-0/+2
2016-07-06NFC: digital: Call pending command callbacks at device unregisterGravatar Thierry Escande 1-0/+8
2016-07-06NFC: digital: Rework error handling in DEP_RES responseGravatar Thierry Escande 1-1/+1
2016-07-06NFC: digital: Fix a memory leak in NFC-F listening modeGravatar Thierry Escande 1-10/+1
2016-07-06NFC: llcp: Fix 2 memory leaksGravatar Thierry Escande 1-4/+6
2016-07-06NFC: llcp: Fix usage of llcp_add_tlv()Gravatar Thierry Escande 1-8/+5
2016-07-04NFC: llcp: Use dynamic debug for hex dumpGravatar Thierry Escande 1-5/+4
2016-07-04NFC: digital: Add a delay between poll cyclesGravatar Thierry Escande 1-6/+10
2016-07-04NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Gravatar Denys Vlasenko 1-12/+5
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreGravatar Christophe Ricard 1-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idGravatar Christophe Ricard 3-11/+36
2016-05-04nfc: nci: Fix nci_core_conn_closeGravatar Christophe Ricard 2-1/+3
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationGravatar Christophe Ricard 1-9/+9
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-2/+8
2016-02-25NFC: Close a race condition in llcp_sock_getname()Gravatar Cong Wang 1-0/+6
2016-02-25NFC: Use GFP_USER for user-controlled kmallocGravatar Cong Wang 1-2/+2
2016-01-27NFC: nci: Remove dead codeGravatar Peter Hurley 1-8/+1
2016-01-04Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar David S. Miller 6-5/+57
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Gravatar Dan Carpenter 1-3/+3
2015-12-29nfc: netlink: HCI event connectivity implementationGravatar Christophe Ricard 3-0/+51
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultGravatar Christophe Ricard 1-1/+1
2015-12-29NFC: digital: Add Type4A tags supportGravatar Shikha Singh 1-1/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAGravatar Eric Dumazet 1-1/+1
2015-10-28NFC: nci: non-static functions can not be inlineGravatar Robert Dolca 1-8/+8
2015-10-27NFC: NCI: allow spi driver to choose transfer clockGravatar Vincent Cuissard 1-1/+6
2015-10-27NFC: NCI: move generic spi driver to a moduleGravatar Vincent Cuissard 3-2/+7
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionGravatar Vincent Cuissard 1-1/+3
2015-10-27NFC: st21nfca: Add support for proprietary commandsGravatar Christophe Ricard 1-0/+2
2015-10-27NFC: st-nci: Add few code style fixesGravatar Christophe Ricard 1-1/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsGravatar Christophe Ricard 7-11/+24
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateGravatar Christophe Ricard 1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Gravatar Christophe Ricard 1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsGravatar Christophe Ricard 1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEGravatar Christophe Ricard 1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeGravatar Christophe Ricard 1-17/+49