summaryrefslogtreecommitdiff
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-06-141-0/+1
* NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-252-3/+3
* NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-121-2/+2
* nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-121-15/+14
* nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-201-0/+4
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-271-0/+5
* nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-221-2/+4
* nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-141-2/+4
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-081-2/+17
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-261-14/+18
* NFC: reorganize the functions in nci_requestLin Ma2021-11-261-4/+7
* nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-271-0/+2
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-201-2/+6
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-201-2/+7
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-201-0/+3
* net/nfc/rawsock.c: fix a permission check bugJeimon2021-06-161-1/+1
* nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-06-101-0/+2
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-06-032-0/+6
* net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-05-221-0/+2
* net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen2021-05-221-0/+4
* nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni2021-04-161-0/+4
* nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni2021-04-161-0/+2
* nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni2021-04-161-0/+2
* nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni2021-04-161-0/+2
* NFC: fix possible resource leakPan Bian2021-02-031-0/+1
* NFC: fix resource leak when target index is invalidPan Bian2021-02-031-1/+1
* nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-291-1/+1
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-211-2/+5
* nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-201-0/+2
* nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-201-0/+1
* net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter2020-03-201-3/+16
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-311-1/+1
* nfc: netlink: fix double device reference dropPan Bian2019-11-121-2/+0
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-10-071-2/+4
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-071-1/+6
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-2/+5
* nfc: fix potential illegal memory accessYang Wei2019-07-311-1/+1
* NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-05-161-0/+8
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-132-4/+40
* NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-291-0/+10
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-221-3/+6
* NFC: llcp: Limit size of SDP URIKees Cook2018-05-302-1/+6
* NFC: fix device-allocation error returnJohan Hovold2017-11-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* NFC: Add sockaddr length checks before accessing sa_family in bind handlersMateusz Jurczyk2017-06-231-2/+4
* nfc: nci: remove unnecessary null checkGustavo A. R. Silva2017-06-231-5/+4
* nfc: Ensure presence of required attributes in the activate_target handlerMateusz Jurczyk2017-06-231-1/+3
* nfc: Fix the sockaddr length sanitization in llcp_sock_connectMateusz Jurczyk2017-06-231-2/+1
* NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14Mark Greer2017-06-231-1/+1