summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-171-1/+1
* nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-03-111-0/+4
* net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-02-011-0/+1
* nfc: Fix potential resource leaksMiaoqian Lin2023-01-121-14/+38
* NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-141-0/+6
* NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-12-021-1/+3
* nfc/nci: fix race with opening and closingLin Ma2022-12-021-1/+1
* NFC: NULL out the dev->rfkill to prevent UAFLin Ma2022-06-091-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-171-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-11-251-2/+17
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-251-14/+18
* NFC: reorganize the functions in nci_requestLin Ma2021-11-251-4/+7
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-131-2/+6
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-131-2/+7
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-131-0/+3
* nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-081-0/+2
* net: in_irq() cleanupChangbin Du2021-08-131-1/+1
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-022-70/+65
* nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-304-14/+14
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-306-97/+110
* nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-303-6/+6
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-306-53/+61
* nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski2021-07-301-1/+1
* nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski2021-07-301-1/+1
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_llc_opsKrzysztof Kozlowski2021-07-254-6/+6
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-254-4/+4
* nfc: constify nfc_hci_gateKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-3/+4
|\
| * Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-141-0/+2
| |\
| * \ Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-313-1/+7
| |\ \
| * | | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | | | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-05-311-0/+2
| | |/ | |/|
* | | NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
* | | nfc: hci: Fix spelling mistakesZheng Yongjun2021-05-313-3/+3
|/ /