summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2020-03-18nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-18nfc: add missing attribute validation for deactivate targetJakub Kicinski1-0/+1
2020-03-18nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-18net: 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-28nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-06-22nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-05-16NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-03-10net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-09-19NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-18net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2-5/+8
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-17/+0
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing1-17/+0
2018-05-26net/nfc: convert to ->poll_maskChristoph Hellwig1-6/+3
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-2/+2
2018-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2018-02-16NFC: llcp: Limit size of SDP URIKees Cook2-1/+6
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-8/+8
2017-11-28net: annotate ->poll() instancesAl Viro2-4/+4
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-3/+3
2017-11-10NFC: Add NFC_CMD_DEACTIVATE_TARGET supportMark Greer1-0/+29
2017-11-10NFC: digital: Abort cmd when deactivating targetMark Greer1-0/+1
2017-11-06NFC: Convert timers to use timer_setup()Allen Pais4-31/+21
2017-11-06NFC: fix device-allocation error returnJohan Hovold1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-25net: nfc: llcp_core: use setup_timer() helper.Allen Pais1-6/+4
2017-09-25net: nfc: hci: llc_shdlc: use setup_timer() helper.Allen Pais1-9/+6
2017-09-25net: nfc: hci: use setup_timer() helper.Allen Pais1-3/+2
2017-09-22net:nfc: use setup_timerAllen Pais1-3/+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