aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ppp/ppp_synctty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao1-0/+1
2023-11-13ppp: limit MRU to 64KWillem de Bruijn1-0/+4
2023-11-10tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida1-1/+1
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)1-4/+3
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-3/+3
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-6/+5
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)1-8/+0
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby1-2/+1
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-1/+1
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-1/+1
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby1-2/+1
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby1-2/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-3/+3
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2021-02-02ppp: use new tasklet APIEmil Renner Berthing1-4/+4
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko1-5/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-22drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_tElena Reshetova1-5/+6
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-51/+2
2013-03-27ppp: reuse print_hex_dump_bytesAndy Shevchenko1-51/+2
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley1-1/+1
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet1-2/+2
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-08-27ppp: Move the PPP driversJeff Kirsher1-0/+790