summaryrefslogtreecommitdiff
path: root/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2022-12-14NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-12-02nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-06-09NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2021-12-17nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk1-2/+4
2021-12-14nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-11-26NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-26net: nfc: nci: Change the NCI close sequenceBongsu Jeon1-2/+2
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-26NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-10-20NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan1-2/+6
2021-10-20NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan1-2/+7
2021-10-20nfc: fix error handling of nfc_proto_register()Ziyang Xuan1-0/+3
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon1-1/+1
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-14net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-05-14net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-04-14nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-14nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-14nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-14nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+2
2021-02-04NFC: fix possible resource leakPan Bian1-0/+1
2021-02-04NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2020-10-21nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-09-06NFC: digital: Remove two unused macroesWang Hai1-3/+0
2020-08-11net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2-6/+0
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai1-1/+4
2020-07-14net: nfc: kerneldoc fixesAndrew Lunn2-4/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+20
2020-03-06net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2020-03-04nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-04nfc: add missing attribute validation for deactivate targetJakub Kicinski1-0/+1
2020-03-04nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-02-18NFC: digital: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-12-05NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-2/+4
2019-11-21net: Fix Kconfig indentation, continuedKrzysztof Kozlowski1-7/+7
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0