summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
AgeCommit message (Expand)AuthorLines
2026-03-04nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski-4/+8
2026-03-04nfc: nci: complete pending data exchange on device closeJakub Kicinski-0/+9
2026-03-04nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski-2/+7
2026-03-04net: 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-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-19net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier-18/+141
2026-01-28nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima-1/+3
2025-09-30net: nfc: nci: Add parameter validation for packet dataDeepak Sharma-36/+99
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
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/+43
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-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa-0/+1
2024-03-22nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka-0/+5
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/+2
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-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
2023-08-03net: nfc: remove casts from tty->disc_dataJiri Slaby-4/+4
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook-0/+6
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin-1/+3
2022-11-18nfc/nci: fix race with opening and closingLin Ma-1/+1
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov-2/+10
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou-3/+3
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma-0/+4
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby-3/+2
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma-2/+17
2021-11-17NFC: reorganize the functions in nci_requestLin Ma-4/+7
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2021-10-18Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman-0/+2
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski-14/+2
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski-17/+0
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma-0/+2
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby-1/+1
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski-70/+65
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski-14/+14
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski-97/+110
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski-8/+8