summaryrefslogtreecommitdiffstats
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-011-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-141-0/+4
* nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni2021-04-141-0/+2
* nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni2021-04-141-0/+2
* nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni2021-04-141-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-191-2/+5
* nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-181-0/+2
* nfc: add missing attribute validation for deactivate targetJakub Kicinski2020-03-181-0/+1
* nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-181-0/+1
* net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter2020-03-181-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-281-1/+1
* nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao2019-06-221-1/+2
* 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-102-4/+40
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-181-0/+10
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-181-3/+6
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-282-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-17/+0
|\
| * net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-17/+0
* | net/nfc: convert to ->poll_maskChristoph Hellwig2018-05-261-6/+3