summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2019-11-12nfc: netlink: fix double device reference dropPan Bian
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-07-31nfc: fix potential illegal memory accessYang Wei
2019-05-16NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter
2019-03-13net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook
2017-11-30NFC: fix device-allocation error returnJohan Hovold
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-23NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk
2017-06-23nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk
2017-06-23NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer
2017-06-23NFC: digital: NFC-A SEL_RES must be one byteMark Greer
2017-06-23NFC: digital: Delete an error message for memory allocation failureMarkus Elfring
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring
2017-06-18NFC: fix broken device allocationJohan Hovold
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
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