Age | Commit message (Expand) | Author |
2023-10-12 | nfc: nci: assert requested protocol is valid | Jeremy Cline |
2023-10-10 | net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() | Eric Dumazet |
2023-10-03 | net: nfc: llcp: Add lock when modifying device list | Jeremy Cline |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski |
2023-08-11 | tty: ldops: unify to u8 | Jiri Slaby (SUSE) |
2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) |
2023-08-11 | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: remove dummy tty_ldisc_ops::poll() implementations | Jiri Slaby (SUSE) |
2023-08-03 | net: nfc: remove casts from tty->disc_data | Jiri Slaby |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-26 | net: nfc: Fix use-after-free caused by nfc_llcp_find_local | Lin Ma |
2023-05-15 | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() | Krzysztof Kozlowski |
2023-03-07 | nfc: change order inside nfc_se_io error path | Fedor Pchelkin |
2023-02-26 | nfc: fix memory leak of se_io context in nfc_genl_se_io | Fedor Pchelkin |
2023-01-13 | net: nfc: Fix use-after-free in local_cleanup() | Jisoo Jang |
2022-12-26 | nfc: Fix potential resource leaks | Miaoqian Lin |
2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-12-05 | NFC: nci: Bounds check struct nfc_target arrays | Kees Cook |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-22 | NFC: nci: fix memory leak in nci_rx_data_packet() | Liu Shixin |
2022-11-18 | nfc/nci: fix race with opening and closing | Lin Ma |
2022-11-02 | nfc: Add KCOV annotations | Dmitry Vyukov |
2022-09-27 | NFC: hci: Split memcpy() of struct hcp_message flexible array | Kees Cook |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski |
2022-05-28 | net: nfc: Directly use ida_alloc()/free() | keliu |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-17 | NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc | Duoming Zhou |
2022-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-05 | NFC: netlink: fix sleep in atomic bug when firmware download timeout | Duoming Zhou |
2022-05-01 | nfc: replace improper check device_is_registered() in netlink related functions | Duoming Zhou |
2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-04-13 | nfc: nci: add flush_workqueue to prevent uaf | Lin Ma |
2022-04-13 | NFC: NULL out the dev->rfkill to prevent UAF | Lin Ma |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp |
2022-03-03 | nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent" | Krzysztof Kozlowski |
2022-03-03 | nfc: llcp: protect nfc_llcp_sock_unlink() calls | Krzysztof Kozlowski |
2022-03-03 | nfc: llcp: use test_bit() | Krzysztof Kozlowski |
2022-03-03 | nfc: llcp: use centralized exiting of bind on errors | Krzysztof Kozlowski |
2022-03-03 | nfc: llcp: simplify llcp_sock_connect() error paths | Krzysztof Kozlowski |
2022-03-03 | nfc: llcp: nullify llcp_sock->dev on connect() error paths | Krzysztof Kozlowski |
2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-01-19 | nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind() | Krzysztof Kozlowski |
2021-12-20 | Merge 5.16-rc6 into tty-next | Greg Kroah-Hartman |
2021-12-09 | nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done | Krzysztof Kozlowski |
2021-12-09 | nfc: fix segfault in nfc_genl_dump_devices_done | Tadeusz Struk |
2021-11-25 | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl | Jiri Slaby |
2021-11-17 | NFC: add NCI_UNREG flag to eliminate the race | Lin Ma |
2021-11-17 | NFC: reorder the logic in nfc_{un,}register_device | Lin Ma |
2021-11-17 | NFC: reorganize the functions in nci_request | Lin Ma |