summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
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
2023-08-03net: nfc: remove casts from tty->disc_dataJiri Slaby-4/+4
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+77
2023-06-26net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma-24/+77
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski-1/+2
2023-03-07nfc: change order inside nfc_se_io error pathFedor Pchelkin-1/+1
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin-0/+4
2023-01-13net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang-0/+1
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin-14/+38
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/+13
2022-09-27NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook-7/+5
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu-2/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou-3/+3
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+16
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou-2/+2
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou-15/+14