summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-1/+2
|\
| * Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman2021-01-251-1/+1
| |\
| * \ Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-1/+2
| |\ \
| | * | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-282-1/+2
|\ \ \ \
| * | | | NFC: fix resource leak when target index is invalidPan Bian2021-01-231-1/+1
| * | | | NFC: fix possible resource leakPan Bian2021-01-231-0/+1
| | |_|/ | |/| |
* | | | net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+1
|\| | |
| * | | net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon2021-01-191-1/+1
| |/ /
* | | nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang2021-01-151-2/+2
* | | hci: llc_shdlc: style: Simplify bool comparisonYANG LI2021-01-121-1/+1
* | | net: nfc: nci: Change the NCI close sequenceBongsu Jeon2021-01-051-2/+2
|/ /
* | net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King2020-12-081-1/+1
* | net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-043-16/+104
* | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* | nfc: refined function nci_hci_resp_receivedAlex Shi2020-11-141-6/+3
* | net: nfc: Fix kerneldoc warningsAndrew Lunn2020-10-303-1/+14
|/
* nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-201-1/+1
* NFC: digital: Remove two unused macroesWang Hai2020-09-051-3/+0
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-111-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+4
|\
| * nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai2020-07-171-1/+4
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-192-6/+0
* | net: nfc: kerneldoc fixesAndrew Lunn2020-07-132-4/+3
|/
* 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