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