summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)Author
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2021-05-14net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong
2021-05-14net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen
2021-04-14nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni
2021-04-14nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni
2021-04-14nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni
2021-04-14nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni
2021-02-03NFC: fix possible resource leakPan Bian
2021-02-03NFC: fix resource leak when target index is invalidPan Bian
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo
2020-08-19net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li
2020-03-18nfc: add missing attribute validation for vendor subcommandJakub Kicinski
2020-03-18nfc: add missing attribute validation for deactivate targetJakub Kicinski
2020-03-18nfc: add missing attribute validation for SE APIJakub Kicinski
2020-03-18net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2019-11-07nfc: netlink: fix double device reference dropPan Bian
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-04nfc: fix memory leak in llcp_sock_bind()Eric Dumazet
2019-09-24nfc: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-07-29NFC: fix attrs checks in netlink interfaceAndrey Konovalov
2019-07-08nfc: fix potential illegal memory accessYang Wei
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-19nfc: Fix to check for kmemdup failureAditya Pakki
2019-02-27net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-18NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-18net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa