summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
4 daysnet: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey1-2/+7
2025-10-19net: nfc: nci: Add parameter validation for packet dataDeepak Sharma1-36/+99
2025-06-27NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski1-4/+4
2025-03-13NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter1-0/+2
2024-06-16nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-06-16nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa1-0/+1
2024-06-16nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka1-1/+14
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka1-0/+5
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin1-0/+4
2024-01-15nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant1-3/+36
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski1-0/+2
2023-10-20nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2023-10-20net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline1-0/+2
2023-07-23net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma6-24/+77
2023-07-23nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski1-3/+4
2023-07-23nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin1-1/+1
2023-03-11nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin1-0/+4
2023-02-01net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang1-0/+1
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-12-02nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-06-09NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2021-12-17nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk1-2/+4
2021-12-14nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-11-25NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-25NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-25NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-10-14NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-14NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-14nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-08-14net: in_irq() cleanupChangbin Du1-1/+1
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2-70/+65
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski4-14/+14
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski6-97/+110
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski3-6/+6
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski6-53/+61
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski1-1/+1
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski4-6/+6
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1