summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai2020-07-171-1/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-122-3/+20
|\
| * net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter2020-03-051-3/+16
| * nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-031-0/+2
| * nfc: add missing attribute validation for deactivate targetJakub Kicinski2020-03-031-0/+1
| * nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-031-0/+1
* | NFC: digital: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-171-2/+2
|/
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-181-1/+1
* NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean2019-12-041-2/+4
* net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-211-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+0
|\
| * nfc: netlink: fix double device reference dropPan Bian2019-11-071-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-2/+2
|\|
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* | net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-12/+5
|/
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-041-1/+6
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-2/+5
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-07-291-2/+4
* nfc: fix potential illegal memory accessYang Wei2019-07-081-1/+1
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-216-78/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-196-78/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-1/+2
|\ \ | |/ |/|
| * nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao2019-06-141-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-054-48/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-40/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2113-169/+13
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+19
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-5/+7
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-081-0/+8
|\
| * NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-061-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-2/+7
|\|
| * nfc: Fix to check for kmemdup failureAditya Pakki2019-03-191-2/+7
* | genetlink: make policy common to familyJohannes Berg2019-03-221-19/+1
|/
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-02-272-4/+40
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-0/+1
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
* | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-0/+10
|\ \
| * | NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-181-0/+10
| |/
* / net: nci: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-4/+2
|/
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-181-3/+6
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-282-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-17/+0
|\
| * net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-17/+0
* | net/nfc: convert to ->poll_maskChristoph Hellwig2018-05-261-6/+3