summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-0/+5
|\
| * nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
* | Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman2021-12-201-4/+8
|\|
| * nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-091-2/+4
| * nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-091-2/+4
* | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
|/
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-2/+17
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-171-14/+18
* NFC: reorganize the functions in nci_requestLin Ma2021-11-171-4/+7
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-0/+15
|\
| * NFC: add necessary privilege flags in netlink layerLin Ma2021-11-031-0/+15
* | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\ \ | |/ |/|
| * Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-184-4/+18
| |\
| * | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-144-4/+18
|\ \ \ | | |/ | |/|
| * | NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-131-2/+6
| * | NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-131-2/+7
| * | nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-131-0/+3
| * | nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-081-0/+2
| |/
* | nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski2021-10-111-14/+2
* | nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-117-57/+1
* | nfc: do not break pr_debug() call into separate linesKrzysztof Kozlowski2021-09-131-14/+9
|/
* net: in_irq() cleanupChangbin Du2021-08-131-1/+1
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-022-70/+65
* nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-304-14/+14
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-306-97/+110
* nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-303-6/+6
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-306-53/+61
* nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski2021-07-301-1/+1
* nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski2021-07-301-1/+1
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_llc_opsKrzysztof Kozlowski2021-07-254-6/+6
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-254-4/+4
* nfc: constify nfc_hci_gateKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-3/+4
|\
| * Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-141-0/+2
| |\
| * \ Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-313-1/+7
| |\ \
| * | | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | | | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-05-311-0/+2
| | |/ | |/|
* | | NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
* | | nfc: hci: Fix spelling mistakesZheng Yongjun2021-05-313-3/+3
|/ /