summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp/ppp_async.c
Commit message (Expand)AuthorAgeFilesLines
* ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong2024-01-021-1/+1
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-5/+4
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-4/+3
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-4/+4
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-111-8/+0
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+1
* tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* tty: remove file from tty_mode_ioctlJiri Slaby2021-09-221-1/+1
* tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-131-2/+1
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-3/+3
* 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