summaryrefslogtreecommitdiff
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-071-1/+1
* nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-261-0/+4
* net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-01-131-0/+1
* nfc: Fix potential resource leaksMiaoqian Lin2022-12-261-14/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+6
|\
| * NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-051-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-2/+4
|\ \ | |/
| * NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-11-221-1/+3
| * nfc/nci: fix race with opening and closingLin Ma2022-11-181-1/+1
* | nfc: Add KCOV annotationsDmitry Vyukov2022-11-023-2/+13
|/
* 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
|/