summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
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-08NFC: 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-16nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-16nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-16nfc: 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-21net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-03-20nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-20nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-20net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-11-12nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov1-2/+4
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet1-1/+6
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron1-2/+5
2019-07-31nfc: fix potential illegal memory accessYang Wei1-1/+1
2019-05-16NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-03-14net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook2-1/+6