summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
12 daysnfc: rawsock: cancel tx_work before socket teardownJakub Kicinski-0/+11
12 daysnfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski-4/+8
12 daysnfc: nci: complete pending data exchange on device closeJakub Kicinski-0/+9
12 daysnfc: digital: free skb on digital_in_send error pathsJakub Kicinski-2/+6
12 daysnfc: nci: free skb on nci_transceive early error pathsJakub Kicinski-2/+7
12 daysnet: nfc: nci: Fix zero-length proprietary notificationsIan Ray-1/+11
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-25/+25
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+26
2026-02-19net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier-18/+141
2026-02-05nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria-0/+8
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima-4/+27
2026-01-26nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().Kuniyuki Iwashima-2/+19
2025-12-28net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey-2/+7
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-09-30net: nfc: nci: Add parameter validation for packet dataDeepak Sharma-36/+99
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski-4/+4
2025-06-18nfc: Remove checks for nla_data returning NULLSimon Horman-5/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-9/+11
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-17/+17
2025-02-19nfc: hci: Remove unused nfc_llc_unregisterDr. David Alan Gilbert-12/+0
2025-01-22NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter-0/+2
2024-11-07net: nfc: Propagate ISO14443 type A target ATS to userspace via netlinkJuraj Ĺ arinay-2/+48
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+15
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka-2/+1
2024-05-20nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka-1/+14
2024-05-13net: change proto and proto_ops accept typeJens Axboe-2/+2
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2024-05-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa-0/+1
2024-04-12net: nfc: remove inappropriate attrs checkLin Ma-4/+2
2024-04-09nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet-6/+6
2024-03-22nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka-0/+5
2024-03-05nfc: core: make nfc_class constantRicardo B. Marliere-1/+1
2024-02-06nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineChristophe JAILLET-2/+2
2024-02-06nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationChristophe JAILLET-8/+10
2024-01-29nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin-0/+4
2024-01-11net: fill in MODULE_DESCRIPTION()s for NFCBreno Leitao-0/+3
2023-12-25nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant-0/+5
2023-12-25nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant-3/+36
2023-10-16nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski-0/+2
2023-10-12nfc: nci: assert requested protocol is validJeremy Cline-0/+5
2023-10-10net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet-18/+12
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline-0/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-15/+8
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski-2/+2
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)-3/+3
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)-7/+0