summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
Commit message (Expand)AuthorAgeFilesLines
* nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa8 days1-0/+1
* nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-03-221-0/+5
* 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-112-0/+2
* 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
* 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
* 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-022-2/+10
|/
* NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-172-3/+3
* nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-2/+17
* NFC: reorganize the functions in nci_requestLin Ma2021-11-171-4/+7
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\
| * Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-181-0/+2
| |\
| * | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+2
|\ \ \ | | |/ | |/|
| * | nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-081-0/+2
| |/
* | nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski2021-10-111-14/+2
* | nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-113-17/+0
|/
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-022-70/+65
* nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-304-14/+14
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-306-97/+110
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-3/+4
|\
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-312-0/+6
| |\
| * | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* | | NFC: nci: Remove redundant assignment to lenYang Li2021-06-011-2/+0
| |/ |/|
* | NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-172-0/+6
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-292-3/+3
|\
| * net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-052-3/+3
* | net: nfc: nci: drop nci_uart_default_recvJiri Slaby2021-03-101-10/+0
* | net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2021-03-101-69/+67
* | net: nfc: nci: remove memset of nci_uart_driversJiri Slaby2021-03-101-1/+0
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
|/
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-1/+2
|\