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