summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-08-21net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-03-20nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-20nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-20net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-11-12nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron1-2/+5
2019-07-31nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-05-16NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-03-14net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2017-11-30NFC: fix device-allocation error returnJohan Hovold1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-06-23NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk1-2/+4
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva1-5/+4
2017-06-23nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk1-1/+3
2017-06-23nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk1-2/+1
2017-06-23NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer1-1/+1
2017-06-23NFC: digital: NFC-A SEL_RES must be one byteMark Greer1-1/+2
2017-06-23NFC: digital: Delete an error message for memory allocation failureMarkus Elfring1-3/+1
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring1-4/+4
2017-06-19NFC: fix broken device allocationJohan Hovold2-15/+19
2017-06-16networking: add and use skb_put_u8()Johannes Berg8-18/+18
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg8-14/+14
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg9-23/+21
2017-06-16networking: introduce and use skb_put_data()Johannes Berg8-30/+25
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang1-1/+1
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-10/+14
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+3
2017-04-05NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko1-1/+1
2017-04-02nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi1-9/+13
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg1-5/+4
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande1-2/+24
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande1-16/+55
2016-07-11NFC: digital: Free supervisor PDUsThierry Escande1-5/+3
2016-07-11NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande1-13/+27
2016-07-11NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande1-28/+43
2016-07-11NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande1-12/+33