aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-06-01NFC: nci: Remove redundant assignment to lenYang Li1-2/+0
2021-05-31nfc: hci: Fix spelling mistakesZheng Yongjun3-3/+3
2021-05-31nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-10net/nfc/rawsock.c: fix a permission check bugJeimon1-1/+1
2021-05-04net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-5/+7
2021-04-27net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-81/+67
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun3-4/+4
2021-03-28NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-25nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-03-25nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-03-25nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-03-25nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2
2021-03-10net: nfc: nci: drop nci_uart_default_recvJiri Slaby1-10/+0
2021-03-10net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby1-69/+67
2021-03-10net: nfc: nci: remove memset of nci_uart_driversJiri Slaby1-1/+0
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+2
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+0
2021-01-25Merge 5.11-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2021-01-23NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2021-01-23NFC: fix possible resource leakPan Bian1-0/+1
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-nextGreg Kroah-Hartman1-1/+2
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+2
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-19net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon1-1/+1
2021-01-15nfc: netlink: use &w->w in nfc_genl_rcv_nl_eventGeliang Tang1-2/+2
2021-01-12hci: llc_shdlc: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-05net: nfc: nci: Change the NCI close sequenceBongsu Jeon1-2/+2
2020-12-08net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King1-1/+1
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon3-16/+104
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-14nfc: refined function nci_hci_resp_receivedAlex Shi1-6/+3
2020-10-30net: nfc: Fix kerneldoc warningsAndrew Lunn3-1/+14
2020-10-20nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_download()Defang Bo1-1/+1
2020-09-05NFC: digital: Remove two unused macroesWang Hai1-3/+0
2020-08-11net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2-6/+0
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai1-1/+4
2020-07-13net: nfc: kerneldoc fixesAndrew Lunn2-4/+3
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+20