summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-05-311-0/+2
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-172-0/+6
* net/nfc/rawsock.c: fix a permission check bugJeimon2021-05-101-1/+1
* net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-041-0/+4
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-294-5/+7
|\
| * net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-04-271-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+10
| |\
| * | net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-053-4/+4
| * | NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang2021-03-281-1/+1
* | | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-261-81/+67
|\ \ \ | |_|/ |/| |
| * | net: nfc: nci: drop nci_uart_default_recvJiri Slaby2021-03-101-10/+0
| * | net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2021-03-101-69/+67
| * | net: nfc: nci: remove memset of nci_uart_driversJiri Slaby2021-03-101-1/+0
| * | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
| |/
* | nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni2021-03-251-0/+4
* | nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni2021-03-251-0/+2
* | nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni2021-03-251-0/+2
* | nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni2021-03-251-0/+2
|/
* 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