summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2026-06-19nfc: hci: fix out-of-bounds read in HCP header parsingAshutosh Desai
2026-06-19nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()Lee Jones
2026-06-19nfc: llcp: Fix use-after-free in llcp_sock_release()Lee Jones
2026-06-01NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman
2026-06-01nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian
2026-04-11nfc: nci: fix circular locking dependency in nci_close_deviceJakub Kicinski
2026-03-25nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski
2026-03-25nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski
2026-03-25nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski
2026-03-25net: nfc: nci: Fix zero-length proprietary notificationsIan Ray
2026-03-04net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier
2026-03-04nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-02-06nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima
2026-01-11net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey
2025-10-15net: nfc: nci: Add parameter validation for packet dataDeepak Sharma
2025-06-27NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski
2025-02-21NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2024-11-22nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet
2024-06-12nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-06-12nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-06-12nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-01-10nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski
2023-10-19nfc: nci: assert requested protocol is validJeremy Cline
2023-10-19net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-07-19net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-07-19nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin
2023-03-11nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin
2023-02-01net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-11-18nfc/nci: fix race with opening and closingLin Ma
2022-09-27NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp