summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
16 hoursMerge branch 'for-next' of https://codeberg.org/linux-nfc/linux.gitMark Brown
17 hoursMerge branch 'for-linus' of https://codeberg.org/linux-nfc/linux.gitMark Brown
9 daysnfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page
9 daysnfc: nci: fix uninit-value in nci_core_init_rsp_packet()Samuel Page
13 daysnfc: nci: add data_len bound checks to activation parameter extractorsBryam Vargas
13 daysnfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal
2026-06-21nfc: llcp: bound SNL TLV parsing to the skb and add length checksDoruk Tan Ozturk
2026-06-21nfc: llcp: bound SNL TLV parsing to the skb and add length checksDoruk Tan Ozturk
2026-06-18nfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk
2026-06-18nfc: nci: fix double completion race in nci_data_exchange_completeZhenghang Xiao
2026-06-18nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsingYun Zhou
2026-06-18nfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao
2026-06-18nfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao
2026-06-18nfc: nci: uart: Constify struct tty_ldisc_opsChristophe JAILLET
2026-06-18nfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk
2026-06-18nfc: nci: fix double completion race in nci_data_exchange_completeZhenghang Xiao
2026-06-18nfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao
2026-06-18nfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao
2026-06-11nfc: nci: uart: Constify struct tty_ldisc_opsChristophe JAILLET
2026-05-07nfc: hci: fix out-of-bounds read in HCP header parsingAshutosh Desai
2026-05-05nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()Lee Jones
2026-05-05nfc: llcp: Fix use-after-free in llcp_sock_release()Lee Jones
2026-04-12NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman
2026-04-12nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian
2026-03-19nfc: nci: fix circular locking dependency in nci_close_deviceJakub Kicinski
2026-03-04nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski
2026-03-04nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski
2026-03-04nfc: nci: complete pending data exchange on device closeJakub Kicinski
2026-03-04nfc: digital: free skb on digital_in_send error pathsJakub Kicinski
2026-03-04nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski
2026-03-04net: nfc: nci: Fix zero-length proprietary notificationsIan Ray
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier
2026-02-05nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-01-26nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima
2025-12-28net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-09-30net: nfc: nci: Add parameter validation for packet dataDeepak Sharma
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski
2025-06-18nfc: Remove checks for nla_data returning NULLSimon Horman
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-19nfc: hci: Remove unused nfc_llc_unregisterDr. David Alan Gilbert
2025-01-22NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2024-11-07net: nfc: Propagate ISO14443 type A target ATS to userspace via netlinkJuraj Ĺ arinay
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds