summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_async.c
Commit message (Expand)AuthorAgeFilesLines
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-201-1/+2
|\
| * tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* | ppp: use new tasklet APIEmil Renner Berthing2021-02-021-4/+4
|/
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2019-12-091-9/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ppp: Move PFC decompression to PPP generic layerSam Protsenko2018-12-201-7/+7
* hamradio, ppp: change semaphore to completionArnd Bergmann2018-12-141-4/+4
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-5/+5
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley2013-03-181-1/+1
* ppp: avoid false drop_monitor false positivesEric Dumazet2012-05-191-1/+1
* ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
* ppp: Move the PPP driversJeff Kirsher2011-08-271-0/+1028