aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)Author
2017-07-27NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk
2017-07-27nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk
2017-07-27nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk
2017-07-27NFC: fix broken device allocationJohan Hovold
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-05NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko
2017-04-01nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande
2016-07-11NFC: digital: Free supervisor PDUsThierry Escande
2016-07-11NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande
2016-07-11NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande
2016-07-11NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande
2016-07-11NFC: digital: Remove useless call to skb_reserve()Thierry Escande
2016-07-11NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande
2016-07-06NFC: digital: Abort last command when dep link goes downThierry Escande
2016-07-06NFC: digital: Set the command pending flagThierry Escande
2016-07-06NFC: digital: Call pending command callbacks at device unregisterThierry Escande
2016-07-06NFC: digital: Rework error handling in DEP_RES responseThierry Escande
2016-07-06NFC: digital: Fix a memory leak in NFC-F listening modeThierry Escande
2016-07-06NFC: llcp: Fix 2 memory leaksThierry Escande
2016-07-06NFC: llcp: Fix usage of llcp_add_tlv()Thierry Escande
2016-07-04NFC: llcp: Use dynamic debug for hex dumpThierry Escande
2016-07-04NFC: digital: Add a delay between poll cyclesThierry Escande
2016-07-04NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-02-25NFC: Close a race condition in llcp_sock_getname()Cong Wang
2016-02-25NFC: Use GFP_USER for user-controlled kmallocCong Wang
2016-01-27NFC: nci: Remove dead codePeter Hurley
2016-01-04Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard