- 19e35f2 nfc: nci: Fix kcov check in nci_rx_work() by Tetsuo Handa · 10 months ago
- d24b035 nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet by Ryosuke Yasuoka · 12 months ago
- bfb007a nfc: nci: free rx_data_reassembly skb on NCI device cleanup by Fedor Pchelkin · 1 year, 1 month ago
- 95c236c net: fill in MODULE_DESCRIPTION()s for NFC by Breno Leitao · 1 year, 2 months ago
- 7937609 nfc: nci: fix possible NULL pointer dereference in send_acknowledge() by Krzysztof Kozlowski · 1 year, 5 months ago
- 354a6e7 nfc: nci: assert requested protocol is valid by Jeremy Cline · 1 year, 5 months ago
- 49b8220 tty: ldops: unify to u8 by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 892bc20 tty: use u8 for flags by Jiri Slaby (SUSE) · 1 year, 7 months ago
- e816144 tty: make tty_ldisc_ops::*buf*() hooks operate on size_t by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 6e5710e tty: remove dummy tty_ldisc_ops::poll() implementations by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 8a76d8b net: nfc: remove casts from tty->disc_data by Jiri Slaby · 1 year, 7 months ago
- 837e8ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
- e329e71 NFC: nci: Bounds check struct nfc_target arrays by Kees Cook · 2 years, 3 months ago
- f2bb566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
- 53270fb NFC: nci: fix memory leak in nci_rx_data_packet() by Liu Shixin · 2 years, 3 months ago
- 0ad6bded nfc/nci: fix race with opening and closing by Lin Ma · 2 years, 4 months ago
- 7e8cdc9 nfc: Add KCOV annotations by Dmitry Vyukov · 2 years, 4 months ago
- 23dd458 NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc by Duoming Zhou · 2 years, 10 months ago
- ef27324 nfc: nci: add flush_workqueue to prevent uaf by Lin Ma · 2 years, 11 months ago
- d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 3 months ago
- 48b71a9 NFC: add NCI_UNREG flag to eliminate the race by Lin Ma · 3 years, 4 months ago
- 86cdf8e NFC: reorganize the functions in nci_request by Lin Ma · 3 years, 4 months ago
- abfecb3 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 4 months ago
- 412a5fe Merge 5.15-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 4 months ago
- e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- f141cfe nfc: nci: replace GPLv2 boilerplate with SPDX by Krzysztof Kozlowski · 3 years, 5 months ago
- 5b25a5b nfc: drop unneeded debug prints by Krzysztof Kozlowski · 3 years, 5 months ago
- 1b1499a nfc: nci: fix the UAF of rf_conn_info object by Lin Ma · 3 years, 5 months ago
- 7c78360 tty: remove file from n_tty_ioctl_helper by Jiri Slaby · 3 years, 6 months ago
- 35d7a6f nfc: hci: pass callback data param as pointer in nci_request() by Krzysztof Kozlowski · 3 years, 7 months ago
- 77411df nfc: hci: cleanup unneeded spaces by Krzysztof Kozlowski · 3 years, 7 months ago
- ddecf55 nfc: nci: constify several pointers to u8, sk_buff and other structs by Krzysztof Kozlowski · 3 years, 7 months ago
- f6c802a nfc: constify nfc_ops by Krzysztof Kozlowski · 3 years, 7 months ago
- cb8caa3 nfc: constify nci_driver_ops (prop_ops and core_ops) by Krzysztof Kozlowski · 3 years, 7 months ago
- b9c2828 nfc: constify nci_ops by Krzysztof Kozlowski · 3 years, 7 months ago
- 48d5440 nfc: constify payload argument in nci_send_cmd() by Krzysztof Kozlowski · 3 years, 7 months ago
- c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 8 months ago
- 7cf85f8 NFC: nci: Remove redundant assignment to len by Yang Li · 3 years, 9 months ago
- 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 9 months ago
- e0652f8 NFC: nci: fix memory leak in nci_allocate_device by Dongliang Mu · 3 years, 10 months ago
- f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 10 months ago
- fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 10 months ago
- 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 10 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
- d329586 net: nfc: Fix spelling errors in net/nfc module by Zheng Yongjun · 4 years ago
- 11771e0 net: nfc: nci: drop nci_uart_default_recv by Jiri Slaby · 4 years ago
- c2a5a45 net: nfc: nci: drop nci_uart_ops::recv_buf by Jiri Slaby · 4 years ago
- 9f3698e net: nfc: nci: remove memset of nci_uart_drivers by Jiri Slaby · 4 years ago
- 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 4 years ago
- e428692 Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years ago
- 0f8b29f Merge 5.11-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 1 month ago
- 3cfade5 Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-next by Greg Kroah-Hartman · 4 years, 1 month ago
- 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years, 1 month ago
- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 4964e5a net: nfc: nci: fix the wrong NCI_CORE_INIT parameters by Bongsu Jeon · 4 years, 1 month ago
- f011539 net: nfc: nci: Change the NCI close sequence by Bongsu Jeon · 4 years, 2 months ago
- bcd684a net/nfc/nci: Support NCI 2.x initial sequence by Bongsu Jeon · 4 years, 3 months ago
- 49b1cab nfc: refined function nci_hci_resp_received by Alex Shi · 4 years, 4 months ago
- 7cdda1c net: nfc: Fix kerneldoc warnings by Andrew Lunn · 4 years, 4 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 0b4a66a nfc: nci: add missed destroy_workqueue in nci_register_device by Wang Hai · 4 years, 8 months ago
- ffbab1c net: nfc: kerneldoc fixes by Andrew Lunn · 4 years, 8 months ago
- b7ac893 net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() by Jia-Ju Bai · 5 years ago
- 099ffd7 NFC: NCI: use new `delay` structure for SPI transfer delays by Alexandru Ardelean · 5 years ago
- dd006fc nfc: fix potential illegal memory access by Yang Wei · 6 years ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- a61127c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- d7ee81a NFC: nci: Add some bounds checking in nci_hci_cmd_received() by Dan Carpenter · 6 years ago
- 44adbac8 Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
- e3c3215 net: nci: remove redundant null pointer check before kfree_skb by zhong jiang · 6 years ago
- ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0303618 nfc: nci: remove unnecessary null check by Gustavo A. R. Silva · 8 years ago
- 20777bc NFC: fix broken device allocation by Johan Hovold · 8 years ago
- 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- 1c53855 nfc: nci: Add nci_nfcc_loopback to the nci core by Christophe Ricard · 9 years ago
- 9b8d1a4 nfc: nci: Add an additional parameter to identify a connection id by Christophe Ricard · 9 years ago
- de5ea85 nfc: nci: Fix nci_core_conn_close by Christophe Ricard · 9 years ago
- 1883602 nfc: nci: Fix nci_core_conn_create to allowing empty destination by Christophe Ricard · 9 years ago
- 582e20a NFC: nci: Remove dead code by Peter Hurley · 9 years ago
- c6dc65d NFC: nci: memory leak in nci_core_conn_create() by Dan Carpenter · 9 years ago
- 2a84193 NFC: nci: Fix error check of nci_hci_create_pipe() result by Christophe Ricard · 9 years ago
- f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
- 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
- fcd9d04 NFC: NCI: move generic spi driver to a module by Vincent Cuissard · 9 years ago
- e5629d2 NFC: NCI: export nci_send_frame and nci_send_cmd function by Vincent Cuissard · 9 years ago
- 064d004 NFC: st-nci: Add few code style fixes by Christophe Ricard · 9 years ago
- 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
- a1b0b94 NFC: nci: Create pipe on specific gate in nci_hci_connect_gate by Christophe Ricard · 9 years ago
- 8a49943 NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation. by Christophe Ricard · 9 years ago
- fa6fbad NFC: nci: add nci_hci_clear_all_pipes functions by Christophe Ricard · 9 years ago
- e65917b NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPE by Christophe Ricard · 9 years ago
- d8cd37e NFC: nci: Fix improper management of HCI return code by Christophe Ricard · 9 years ago
- 500c4ef NFC: nci: Fix incorrect data chaining when sending data by Christophe Ricard · 9 years ago