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-04-27nfc: nci: complete pending data exchange on device closeJakub Kicinski
2026-04-27NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman
2026-04-27nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian
2026-04-02nfc: 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-17NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2024-08-19nfc: 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 uninit-value in nci_rx_workRyosuke Yasuoka
2024-05-17nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
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-20nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant
2024-01-10nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant
2023-10-16nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski
2023-10-12nfc: nci: assert requested protocol is validJeremy Cline
2023-10-10net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)
2023-08-03net: nfc: remove casts from tty->disc_dataJiri Slaby
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-26net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-03-07nfc: change order inside nfc_se_io error pathFedor Pchelkin
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin
2023-01-13net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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