aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-8/+8
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-3/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+4
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman1-0/+2
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-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman3-1/+7
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
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