summaryrefslogtreecommitdiff
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook2022-09-271-7/+5
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: nfc: Directly use ida_alloc()/free()keliu2022-05-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-192-3/+3
|\
| * NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-172-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-17/+16
|\ \ | |/
| * NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-051-2/+2
| * nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-011-15/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-0/+4
|\ \ | |/
| * nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4
* | NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-04-131-0/+1
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-062-4/+2
|/
* nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski2022-03-033-15/+0
* nfc: llcp: protect nfc_llcp_sock_unlink() callsKrzysztof Kozlowski2022-03-031-5/+5
* nfc: llcp: use test_bit()Krzysztof Kozlowski2022-03-031-1/+1
* nfc: llcp: use centralized exiting of bind on errorsKrzysztof Kozlowski2022-03-031-10/+15
* nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski2022-03-031-4/+4
* nfc: llcp: nullify llcp_sock->dev on connect() error pathsKrzysztof Kozlowski2022-03-031-0/+1
* 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