aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)Author
3 daysnfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
3 daysnfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
3 daysnfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin
2024-01-15nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant
2023-10-25nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski
2023-10-19nfc: nci: assert requested protocol is validJeremy Cline
2023-10-19net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-07-23net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-07-23nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski
2023-07-23nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-03-17nfc: change order inside nfc_se_io error pathFedor Pchelkin
2023-03-11nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin
2023-02-01net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang
2023-01-12nfc: Fix potential resource leaksMiaoqian Lin
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-12-02nfc/nci: fix race with opening and closingLin Ma
2022-06-09NFC: 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-17nfc: 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-11-25NFC: add NCI_UNREG flag to eliminate the raceLin Ma
2021-11-25NFC: reorder the logic in nfc_{un,}register_deviceLin Ma
2021-11-25NFC: reorganize the functions in nci_requestLin Ma
2021-10-13NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan
2021-10-13nfc: fix error handling of nfc_proto_register()Ziyang Xuan
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma
2021-08-13net: in_irq() cleanupChangbin Du
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski