summaryrefslogtreecommitdiffstats
path: root/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3 days1-3/+15
|\
| * nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka3 days1-2/+1
| * nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka6 days1-1/+14
* | net: change proto and proto_ops accept typeJens Axboe13 days1-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-0/+1
|\
| * nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa2024-05-071-0/+1
* | net: nfc: remove inappropriate attrs checkLin Ma2024-04-121-4/+2
|/
* nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet2024-04-091-6/+6
* nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-03-221-0/+5
* nfc: core: make nfc_class constantRicardo B. Marliere2024-03-051-1/+1
* nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineChristophe JAILLET2024-02-061-2/+2
* nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationChristophe JAILLET2024-02-061-8/+10
* nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin2024-01-291-0/+4
* net: fill in MODULE_DESCRIPTION()s for NFCBreno Leitao2024-01-113-0/+3
* nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant2023-12-251-0/+5
* nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant2023-12-251-3/+36
* nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski2023-10-161-0/+2
* nfc: nci: assert requested protocol is validJeremy Cline2023-10-121-0/+5
* net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet2023-10-101-18/+12
* net: nfc: llcp: Add lock when modifying device listJeremy Cline2023-10-031-0/+2
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-15/+8
|\
| * tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-3/+3
| * tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
| * tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-111-7/+0
| * net: nfc: remove casts from tty->disc_dataJiri Slaby2023-08-031-4/+4
* | genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-276-24/+77
|\
| * net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-266-24/+77
* | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski2023-05-151-1/+2
|/
* nfc: change order inside nfc_se_io error pathFedor Pchelkin2023-03-071-1/+1
* nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-261-0/+4
* net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang2023-01-131-0/+1
* nfc: Fix potential resource leaksMiaoqian Lin2022-12-261-14/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-0/+6
|\
| * NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-051-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-2/+4
|\|
| * NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-11-221-1/+3
| * nfc/nci: fix race with opening and closingLin Ma2022-11-181-1/+1
* | nfc: Add KCOV annotationsDmitry Vyukov2022-11-023-2/+13
|/
* NFC: hci: Split memcpy() of struct hcp_message flexible arrayKees Cook2022-09-271-7/+5
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: nfc: Directly use ida_alloc()/free()keliu2022-05-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-192-3/+3
|\
| * NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-172-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-17/+16
|\|
| * NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-051-2/+2
| * nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-011-15/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-0/+4
|\|
| * nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4