| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-19 | NFC: nci: uart: Set tty->disc_data only in success path | Krzysztof Kozlowski | 1 | -4/+4 |
| 2023-08-11 | tty: ldops: unify to u8 | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: remove dummy tty_ldisc_ops::poll() implementations | Jiri Slaby (SUSE) | 1 | -7/+0 |
| 2023-08-03 | net: nfc: remove casts from tty->disc_data | Jiri Slaby | 1 | -4/+4 |
| 2021-11-25 | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl | Jiri Slaby | 1 | -3/+2 |
| 2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
| 2021-10-11 | nfc: nci: replace GPLv2 boilerplate with SPDX | Krzysztof Kozlowski | 1 | -14/+2 |
| 2021-09-22 | tty: remove file from n_tty_ioctl_helper | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: make tty_ldisc_ops a param in tty_unregister_ldisc | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: set tty_ldisc_ops::num statically | Jiri Slaby | 1 | -1/+2 |
| 2021-05-13 | tty: make fp of tty_ldisc_ops::receive_buf{,2} const | Jiri Slaby | 1 | -1/+1 |
| 2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -2/+2 |
| 2021-04-05 | net: nfc: Fix spelling errors in net/nfc module | Zheng Yongjun | 1 | -2/+2 |
| 2021-03-10 | net: nfc: nci: drop nci_uart_default_recv | Jiri Slaby | 1 | -10/+0 |
| 2021-03-10 | net: nfc: nci: drop nci_uart_ops::recv_buf | Jiri Slaby | 1 | -69/+67 |
| 2021-03-10 | net: nfc: nci: remove memset of nci_uart_drivers | Jiri Slaby | 1 | -1/+0 |
| 2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby | 1 | -1/+0 |
| 2021-01-20 | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer | Linus Torvalds | 1 | -1/+2 |
| 2019-12-18 | net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec... | Jia-Ju Bai | 1 | -1/+1 |
| 2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2018-10-13 | change semantics of ldisc ->compat_ioctl() | Al Viro | 1 | -0/+1 |
| 2018-09-21 | net: nci: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -4/+2 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
| 2016-01-27 | NFC: nci: Remove dead code | Peter Hurley | 1 | -8/+1 |
| 2015-06-15 | NFC: nci: fix mistake in uart generic driver | Vincent Cuissard | 1 | -1/+1 |
| 2015-06-11 | NFC: nfcmrvl: add UART driver | Vincent Cuissard | 1 | -1/+0 |
| 2015-06-11 | NFC: nci: add generic uart support | Vincent Cuissard | 1 | -0/+495 |