| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-09 | 1 | -0/+1 |
|\ |
|
| * | nfc: nci: Fix kcov check in nci_rx_work() | Tetsuo Handa | 2024-05-07 | 1 | -0/+1 |
* | | net: nfc: remove inappropriate attrs check | Lin Ma | 2024-04-12 | 1 | -4/+2 |
|/ |
|
* | nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies | Eric Dumazet | 2024-04-09 | 1 | -6/+6 |
* | nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet | Ryosuke Yasuoka | 2024-03-22 | 1 | -0/+5 |
* | nfc: core: make nfc_class constant | Ricardo B. Marliere | 2024-03-05 | 1 | -1/+1 |
* | nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine | Christophe JAILLET | 2024-02-06 | 1 | -2/+2 |
* | nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplication | Christophe JAILLET | 2024-02-06 | 1 | -8/+10 |
* | nfc: nci: free rx_data_reassembly skb on NCI device cleanup | Fedor Pchelkin | 2024-01-29 | 1 | -0/+4 |
* | net: fill in MODULE_DESCRIPTION()s for NFC | Breno Leitao | 2024-01-11 | 3 | -0/+3 |
* | nfc: Do not send datagram if socket state isn't LLCP_BOUND | Siddh Raman Pant | 2023-12-25 | 1 | -0/+5 |
* | nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local | Siddh Raman Pant | 2023-12-25 | 1 | -3/+36 |
* | nfc: nci: fix possible NULL pointer dereference in send_acknowledge() | Krzysztof Kozlowski | 2023-10-16 | 1 | -0/+2 |
* | nfc: nci: assert requested protocol is valid | Jeremy Cline | 2023-10-12 | 1 | -0/+5 |
* | net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() | Eric Dumazet | 2023-10-10 | 1 | -18/+12 |
* | net: nfc: llcp: Add lock when modifying device list | Jeremy Cline | 2023-10-03 | 1 | -0/+2 |
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-09-01 | 1 | -15/+8 |
|\ |
|
| * | tty: ldops: unify to u8 | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -3/+3 |
| * | tty: use u8 for flags | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -1/+1 |
| * | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -1/+1 |
| * | tty: remove dummy tty_ldisc_ops::poll() implementations | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -7/+0 |
| * | net: nfc: remove casts from tty->disc_data | Jiri Slaby | 2023-08-03 | 1 | -4/+4 |
* | | genetlink: use attrs from struct genl_info | Jakub Kicinski | 2023-08-15 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-06-27 | 6 | -24/+77 |
|\ |
|
| * | net: nfc: Fix use-after-free caused by nfc_llcp_find_local | Lin Ma | 2023-06-26 | 6 | -24/+77 |
* | | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() | Krzysztof Kozlowski | 2023-05-15 | 1 | -1/+2 |
|/ |
|
* | nfc: change order inside nfc_se_io error path | Fedor Pchelkin | 2023-03-07 | 1 | -1/+1 |
* | nfc: fix memory leak of se_io context in nfc_genl_se_io | Fedor Pchelkin | 2023-02-26 | 1 | -0/+4 |
* | net: nfc: Fix use-after-free in local_cleanup() | Jisoo Jang | 2023-01-13 | 1 | -0/+1 |
* | nfc: Fix potential resource leaks | Miaoqian Lin | 2022-12-26 | 1 | -14/+38 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-12-08 | 1 | -0/+6 |
|\ |
|
| * | NFC: nci: Bounds check struct nfc_target arrays | Kees Cook | 2022-12-05 | 1 | -0/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-11-29 | 2 | -2/+4 |
|\| |
|
| * | NFC: nci: fix memory leak in nci_rx_data_packet() | Liu Shixin | 2022-11-22 | 1 | -1/+3 |
| * | nfc/nci: fix race with opening and closing | Lin Ma | 2022-11-18 | 1 | -1/+1 |
* | | nfc: Add KCOV annotations | Dmitry Vyukov | 2022-11-02 | 3 | -2/+13 |
|/ |
|
* | NFC: hci: Split memcpy() of struct hcp_message flexible array | Kees Cook | 2022-09-27 | 1 | -7/+5 |
* | genetlink: start to validate reserved header bytes | Jakub Kicinski | 2022-08-29 | 1 | -0/+1 |
* | net: nfc: Directly use ida_alloc()/free() | keliu | 2022-05-28 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-05-19 | 2 | -3/+3 |
|\ |
|
| * | NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc | Duoming Zhou | 2022-05-17 | 2 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-05-05 | 2 | -17/+16 |
|\| |
|
| * | NFC: netlink: fix sleep in atomic bug when firmware download timeout | Duoming Zhou | 2022-05-05 | 1 | -2/+2 |
| * | nfc: replace improper check device_is_registered() in netlink related functions | Duoming Zhou | 2022-05-01 | 1 | -15/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2022-04-15 | 1 | -0/+4 |
|\| |
|
| * | nfc: nci: add flush_workqueue to prevent uaf | Lin Ma | 2022-04-13 | 1 | -0/+4 |
* | | NFC: NULL out the dev->rfkill to prevent UAF | Lin Ma | 2022-04-13 | 1 | -0/+1 |
* | | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 2022-04-06 | 2 | -4/+2 |
|/ |
|
* | nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent" | Krzysztof Kozlowski | 2022-03-03 | 3 | -15/+0 |
* | nfc: llcp: protect nfc_llcp_sock_unlink() calls | Krzysztof Kozlowski | 2022-03-03 | 1 | -5/+5 |