summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
5 daysnfc: nci: add data_len bound checks to activation parameter extractorsBryam Vargas
5 daysnfc: nci: fix uninit-value in the RF discover/activated NTF handlersSamuel Page
11 daysnfc: nci: free destination parameters when closing a connectionLinmao Li
11 daysnfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page
11 daysnfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk
11 daysnfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal
11 daysnfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk
11 daysnfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk
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-19nfc: llcp: protect nfc_llcp_sock_unlink() callsKrzysztof Kozlowski
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-18nfc: nci: fix circular locking dependency in nci_close_deviceJakub Kicinski
2026-04-18nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski
2026-04-18nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski
2026-04-18nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski
2026-04-18net: nfc: nci: Fix zero-length proprietary notificationsIan Ray
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-19net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey
2025-06-27NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski
2025-03-13NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2024-06-16nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-06-16nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-06-16nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-04-13nfc: 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-15nfc: 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-25nfc: nci: assert requested protocol is validJeremy Cline
2023-10-25net: 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-27net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-07-27nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski
2023-07-27nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-07-27nfc: constify several pointers to u8, char and sk_buffKrzysztof 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-14nfc: Fix potential resource leaksMiaoqian Lin
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-12-02nfc/nci: fix race with opening and closingLin Ma
2022-06-09NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma