summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan
2021-10-13nfc: fix error handling of nfc_proto_register()Ziyang Xuan
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma
2021-08-13net: in_irq() cleanupChangbin Du
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-01NFC: nci: Remove redundant assignment to lenYang Li
2021-05-31nfc: hci: Fix spelling mistakesZheng Yongjun
2021-05-31nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-05-10net/nfc/rawsock.c: fix a permission check bugJeimon
2021-05-04net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun
2021-03-28NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang
2021-03-25nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni
2021-03-25nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni
2021-03-25nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni
2021-03-25nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni
2021-03-10net: nfc: nci: drop nci_uart_default_recvJiri Slaby
2021-03-10net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby
2021-03-10net: nfc: nci: remove memset of nci_uart_driversJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds