aboutsummaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+5
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Gravatar Krzysztof Kozlowski 1-0/+5
2021-12-20Merge 5.16-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-4/+8
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneGravatar Krzysztof Kozlowski 1-2/+4
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneGravatar Tadeusz Struk 1-2/+4
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlGravatar Jiri Slaby 1-3/+2
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceGravatar Lin Ma 1-2/+17
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceGravatar Lin Ma 1-14/+18
2021-11-17NFC: reorganize the functions in nci_requestGravatar Lin Ma 1-4/+7
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+15
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2021-11-03NFC: add necessary privilege flags in netlink layerGravatar Lin Ma 1-0/+15
2021-10-18Merge 5.15-rc6 into tty-nextGravatar Greg Kroah-Hartman 4-4/+18
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-4/+18
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Gravatar Ziyang Xuan 1-2/+6
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Gravatar Ziyang Xuan 1-2/+7
2021-10-13nfc: fix error handling of nfc_proto_register()Gravatar Ziyang Xuan 1-0/+3
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXGravatar Krzysztof Kozlowski 1-14/+2
2021-10-11nfc: drop unneeded debug printsGravatar Krzysztof Kozlowski 7-57/+1
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectGravatar Lin Ma 1-0/+2
2021-09-22tty: remove file from n_tty_ioctl_helperGravatar Jiri Slaby 1-1/+1
2021-09-13nfc: do not break pr_debug() call into separate linesGravatar Krzysztof Kozlowski 1-14/+9
2021-08-13net: in_irq() cleanupGravatar Changbin Du 1-1/+1
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Gravatar Krzysztof Kozlowski 2-70/+65
2021-07-30nfc: hci: cleanup unneeded spacesGravatar Krzysztof Kozlowski 4-14/+14
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsGravatar Krzysztof Kozlowski 6-97/+110
2021-07-30nfc: constify local pointer variablesGravatar Krzysztof Kozlowski 3-6/+6
2021-07-30nfc: constify several pointers to u8, char and sk_buffGravatar Krzysztof Kozlowski 6-53/+61
2021-07-30nfc: hci: annotate nfc_llc_init() as __initGravatar Krzysztof Kozlowski 1-1/+1
2021-07-30nfc: annotate af_nfc_exit() as __exitGravatar Krzysztof Kozlowski 1-1/+1
2021-07-25nfc: constify nfc_digital_opsGravatar Krzysztof Kozlowski 1-1/+1
2021-07-25nfc: constify nfc_llc_opsGravatar Krzysztof Kozlowski 4-6/+6
2021-07-25nfc: constify nfc_hci_opsGravatar Krzysztof Kozlowski 1-1/+1
2021-07-25nfc: constify nfc_opsGravatar Krzysztof Kozlowski 4-4/+4
2021-07-25nfc: constify nfc_hci_gateGravatar Krzysztof Kozlowski 1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdGravatar Krzysztof Kozlowski 1-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Gravatar Krzysztof Kozlowski 1-8/+8
2021-07-25nfc: constify nci_opsGravatar Krzysztof Kozlowski 1-3/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Gravatar Krzysztof Kozlowski 1-1/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-3/+4
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-1/+1
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGravatar Greg Kroah-Hartman 1-0/+2
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+2
2021-06-01NFC: nci: Remove redundant assignment to lenGravatar Yang Li 1-2/+0
2021-05-31nfc: hci: Fix spelling mistakesGravatar Zheng Yongjun 3-3/+3
2021-05-31nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectGravatar Krzysztof Kozlowski 1-0/+2
2021-05-31Merge 5.13-rc4 into tty-nextGravatar Greg Kroah-Hartman 3-1/+7
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceGravatar Dongliang Mu 2-0/+6
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscGravatar Jiri Slaby 1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyGravatar Jiri Slaby 1-1/+2