summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
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-13nfc: 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-25nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2023-10-25net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2023-08-11nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-08-11nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski6-53/+61
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-06net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang1-0/+1
2023-01-18nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-08NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-12-08nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-06-14NFC: 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-22nfc: 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-12-01NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-26NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-10-20NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-20NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-20nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon1-1/+1
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-06-03NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-22net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-05-22net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-04-14nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-14nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-14nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-14nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2
2021-02-04NFC: fix possible resource leakPan Bian1-0/+1
2021-02-04NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-08-19net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-03-18nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-18nfc: add missing attribute validation for deactivate targetJakub Kicinski1-0/+1
2020-03-18nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-18net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16