summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_async.c
AgeCommit message (Expand)AuthorLines
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby-1/+1
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby-1/+1
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby-2/+1
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby-2/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby-3/+3
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby-1/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+2
2021-02-02ppp: use new tasklet APIEmil Renner Berthing-4/+4
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds-1/+2
2019-12-09ppp: Adjust indentation into ppp_async_inputNathan Chancellor-9/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko-7/+7
2018-12-14hamradio, ppp: change semaphore to completionArnd Bergmann-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-1/+1
2017-10-22drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_tElena Reshetova-5/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley-1/+1
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet-1/+1
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras-1/+1
2011-08-27ppp: Move the PPP driversJeff Kirsher-0/+1028