aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-17NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+15
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2021-11-03NFC: add necessary privilege flags in netlink layerLin Ma1-0/+15
2021-10-18Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman4-4/+18
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+18
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-13nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski1-14/+2
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski7-57/+1
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-1/+1
2021-09-13nfc: do not break pr_debug() call into separate linesKrzysztof Kozlowski1-14/+9
2021-08-13net: in_irq() cleanupChangbin Du1-1/+1
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2-70/+65
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski4-14/+14
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski6-97/+110
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski3-6/+6
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski6-53/+61
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski1-1/+1
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski4-6/+6
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