- c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 7 months ago
- 7cf85f8 NFC: nci: Remove redundant assignment to len by Yang Li · 3 years, 8 months ago
- 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
- e0652f8 NFC: nci: fix memory leak in nci_allocate_device by Dongliang Mu · 3 years, 8 months ago
- f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 9 months ago
- fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 9 months ago
- 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 9 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, 9 months ago
- d329586 net: nfc: Fix spelling errors in net/nfc module by Zheng Yongjun · 3 years, 10 months ago
- 11771e0 net: nfc: nci: drop nci_uart_default_recv by Jiri Slaby · 3 years, 11 months ago
- c2a5a45 net: nfc: nci: drop nci_uart_ops::recv_buf by Jiri Slaby · 3 years, 11 months ago
- 9f3698e net: nfc: nci: remove memset of nci_uart_drivers by Jiri Slaby · 3 years, 11 months ago
- 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 11 months 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 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 ago
- 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 4964e5a net: nfc: nci: fix the wrong NCI_CORE_INIT parameters by Bongsu Jeon · 4 years ago
- f011539 net: nfc: nci: Change the NCI close sequence by Bongsu Jeon · 4 years, 1 month ago
- bcd684a net/nfc/nci: Support NCI 2.x initial sequence by Bongsu Jeon · 4 years, 2 months ago
- 49b1cab nfc: refined function nci_hci_resp_received by Alex Shi · 4 years, 2 months ago
- 7cdda1c net: nfc: Fix kerneldoc warnings by Andrew Lunn · 4 years, 3 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 0b4a66a nfc: nci: add missed destroy_workqueue in nci_register_device by Wang Hai · 4 years, 6 months ago
- ffbab1c net: nfc: kerneldoc fixes by Andrew Lunn · 4 years, 6 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
- 44adbac 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
- 85b9ce9 NFC: nci: add nci_get_conn_info_by_id function by Robert Dolca · 9 years ago
- caa575a8 NFC: nci: fix possible crash in nci_core_conn_create by Robert Dolca · 9 years ago
- 22e4bd0 NFC: nci: rename nci_prop_ops to nci_driver_ops by Robert Dolca · 9 years ago
- 0a97a3c NFC: nci: Allow the driver to set handler for core nci ops by Robert Dolca · 9 years ago
- 7bc4824 NFC: nci: Introduce nci_core_cmd by Robert Dolca · 9 years ago
- e4dbd62 NFC: nci: Do not call post_setup when setup fails by Robert Dolca · 9 years ago
- 2663589 NFC: nci: Add function to get max packet size for conn by Robert Dolca · 9 years ago
- ea785c0 NFC: nci: Export nci data send API by Robert Dolca · 9 years ago
- 21d19f8 NFC: nci: Use __nci_request for exported routines by Samuel Ortiz · 9 years ago
- 5a9e0ff nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter by Christophe Ricard · 9 years ago
- 025a0cb NFC: nci: export nci_core_reset and nci_core_init by Robert Baldyga · 9 years ago
- fdf79bd NFC: nci: Add post_setup handler by Robert Baldyga · 9 years ago
- fb77ff4 NFC: nci: fix mistake in uart generic driver by Vincent Cuissard · 10 years ago
- 34ac496 NFC: nci: remove current SLEEP mode management by Vincent Cuissard · 10 years ago
- e097dc62 NFC: nfcmrvl: add UART driver by Vincent Cuissard · 10 years ago
- 9961127 NFC: nci: add generic uart support by Vincent Cuissard · 10 years ago
- 2df7f8c NFC: nci: Export nci_req_complete by Samuel Ortiz · 10 years ago
- 0e70cba7 NFC: nci: Move close ops call in nci_close_device by Christophe Ricard · 10 years ago
- 759afb8 NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd by Christophe Ricard · 10 years ago
- c39daee NFC: nci: Add nci init ops for early device initialization by Christophe Ricard · 10 years ago
- 81859ab NFC: nci: Add NCI_RESET return code check before setup by Christophe Ricard · 10 years ago
- b6355e9 NFC: nci: Handle proprietary response and notifications by Samuel Ortiz · 10 years ago
- 2622e2a0 NFC: nci: hci: Fix releasing uninitialized skbs by Joe Perches · 10 years ago
- 25af01ed NFC: nci: Add firmware download support by Clément Perrochaud · 10 years ago
- fa00e8f NFC: nci: Move NFCEE discovery logic by Christophe Ricard · 10 years ago
- 15d4a8d NFC: nci: Move logical connection structure allocation by Christophe Ricard · 10 years ago
- 3ba5c84 NFC: nci: Change credits field to credits_cnt by Christophe Ricard · 10 years ago
- b16ae71 NFC: nci: Support all destinations type when creating a connection by Christophe Ricard · 10 years ago
- 12bdf27 NFC: nci: Add reference to the RF logical connection by Christophe Ricard · 10 years ago
- 6095b0f NFC: nci: Change NCI state machine to LISTEN_ACTIVE by Christophe Ricard · 10 years ago
- a41bb84 NFC: nci: Add RF NFCEE action notification support by Christophe Ricard · 10 years ago
- 11f54f2 NFC: nci: Add HCI over NCI protocol support by Christophe Ricard · 10 years ago
- 736bb95 NFC: nci: Support logical connections management by Christophe Ricard · 10 years ago
- f7f793f NFC: nci: Add NFCEE enabling and disabling support by Christophe Ricard · 10 years ago
- af9c8aa NFC: nci: Add NFCEE discover support by Christophe Ricard · 10 years ago
- 4aeee687 NFC: nci: Add dynamic logical connections support by Christophe Ricard · 10 years ago