summaryrefslogtreecommitdiffstats
path: root/net/nfc
AgeCommit message (Expand)AuthorLines
2023-10-16nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski-0/+2
2023-10-12nfc: nci: assert requested protocol is validJeremy Cline-0/+5
2023-10-10net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet-18/+12
2023-10-03net: nfc: llcp: Add lock when modifying device listJeremy Cline-0/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-15/+8
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski-2/+2
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)-3/+3
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)-7/+0
2023-08-03net: nfc: remove casts from tty->disc_dataJiri Slaby-4/+4
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+77
2023-06-26net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma-24/+77
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski-1/+2
2023-03-07nfc: change order inside nfc_se_io error pathFedor Pchelkin-1/+1
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin-0/+4
2023-01-13net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang-0/+1
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin-14/+38
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook-0/+6
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin-1/+3
2022-11-18nfc/nci: fix race with opening and closingLin Ma-1/+1
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov-2/+13
2022-09-27NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook-7/+5
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2022-05-28net: nfc: Directly use ida_alloc()/free()keliu-2/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou-3/+3
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+16
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou-2/+2
2022-05-01nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou-15/+14
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+4
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma-0/+4
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma-0/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-4/+2
2022-03-03nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent"Krzysztof Kozlowski-15/+0
2022-03-03nfc: llcp: protect nfc_llcp_sock_unlink() callsKrzysztof Kozlowski-5/+5
2022-03-03nfc: llcp: use test_bit()Krzysztof Kozlowski-1/+1
2022-03-03nfc: llcp: use centralized exiting of bind on errorsKrzysztof Kozlowski-10/+15
2022-03-03nfc: llcp: simplify llcp_sock_connect() error pathsKrzysztof Kozlowski-4/+4
2022-03-03nfc: llcp: nullify llcp_sock->dev on connect() error pathsKrzysztof Kozlowski-0/+1
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+5
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski-0/+5
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman-4/+8
2021-12-09nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski-2/+4
2021-12-09nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk-2/+4
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby-3/+2
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma-2/+17
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma-14/+18