summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2026-06-09nfc: hci: fix out-of-bounds read in HCP header parsingAshutosh Desai
2026-06-09nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()Lee Jones
2026-06-09nfc: llcp: Fix use-after-free in llcp_sock_release()Lee Jones
2026-04-22NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman
2026-04-22nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian
2026-04-18nfc: nci: complete pending data exchange on device closeJakub Kicinski
2026-04-02nfc: nci: fix circular locking dependency in nci_close_deviceJakub Kicinski
2026-03-13nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski
2026-03-13nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski
2026-03-13nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski
2026-03-13net: 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-08net: 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-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-05-20nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-04-12net: nfc: remove inappropriate attrs checkLin Ma
2024-04-09nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet
2024-03-22nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-03-05nfc: core: make nfc_class constantRicardo B. Marliere
2024-02-06nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineChristophe JAILLET
2024-02-06nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationChristophe JAILLET
2024-01-29nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-01-11net: fill in MODULE_DESCRIPTION()s for NFCBreno Leitao
2023-12-25nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant
2023-12-25nfc: 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