summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)Author
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-12-08NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-12-08nfc/nci: fix race with opening and closingLin Ma
2022-06-14NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski
2021-12-22nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk
2021-12-14nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski
2021-12-08NFC: add NCI_UNREG flag to eliminate the raceLin Ma
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma
2021-11-26NFC: reorganize the functions in nci_requestLin Ma
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma
2021-10-27NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan
2021-10-27NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan
2021-10-27nfc: fix error handling of nfc_proto_register()Ziyang Xuan
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski
2021-06-03NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2021-05-22net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong
2021-05-22net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen
2021-04-16nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni
2021-04-16nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni
2021-04-16nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni
2021-04-16nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni
2021-02-03NFC: fix possible resource leakPan Bian
2021-02-03NFC: fix resource leak when target index is invalidPan Bian
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo
2020-08-21net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li
2020-03-20nfc: add missing attribute validation for vendor subcommandJakub Kicinski
2020-03-20nfc: add missing attribute validation for SE APIJakub Kicinski
2020-03-20net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter
2020-01-04net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2019-11-12nfc: netlink: fix double device reference dropPan Bian
2019-10-07NFC: fix attrs checks in netlink interfaceAndrey Konovalov
2019-10-07nfc: fix memory leak in llcp_sock_bind()Eric Dumazet
2019-10-05nfc: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-08-04nfc: fix potential illegal memory accessYang Wei
2019-03-13net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa
2018-05-30NFC: llcp: Limit size of SDP URIKees Cook
2017-11-30NFC: fix device-allocation error returnJohan Hovold
2017-07-27NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk
2017-07-27nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk
2017-07-27nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk
2017-07-27NFC: fix broken device allocationJohan Hovold
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande