summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* ppp: limit MRU to 64KWillem de Bruijn2023-11-131-0/+4
* tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida2023-11-101-1/+1
* drivers/net/ppp: use standard array-copy-functionPhilipp Stanner2023-11-081-2/+2
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-36/+16
|\
| * tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-112-9/+7
| * tty: use u8 for flagsJiri Slaby (SUSE)2023-08-112-7/+6
| * tty: use u8 for charsJiri Slaby (SUSE)2023-08-112-10/+9
| * tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-112-2/+2
| * tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-112-16/+0
* | net: ppp: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-182-4/+4
* | pptp: Constify the po parameter of pptp_route_output().Guillaume Nault2023-07-141-2/+2
|/
* pptp: Fix fib lookup calls.Guillaume Nault2023-07-041-11/+20
* net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definitionLukas Bulwahn2023-06-061-1/+1
* net/pppoe: make number of hash bits configurableJaco Kroon2023-05-172-1/+35
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-0/+2
|\
| * ppp: associate skb with a device at txStanislav Fomichev2022-11-231-0/+2
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* ppp: Fix typo in commentXiang wangx2022-06-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+1
|\
| * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-0/+1
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
|/
* Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-122-4/+2
|\
| * tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-252-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+6
|\ \
| * | ppp: ensure minimum packet size in ppp_write()Eric Dumazet2022-01-061-1/+6
| |/
* / ppp: add netns refcount trackerEric Dumazet2021-12-101-2/+3
|/
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-042-8/+6
|\
| * tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-222-2/+2
| * tty: remove file from tty_mode_ioctlJiri Slaby2021-09-222-2/+2
| * tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-222-4/+2
* | ppp: use the correct function to check if a netdev name is in useAntoine Tenart2021-10-081-1/+1
|/
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-5/+16
|\
| * ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár2021-08-081-4/+15
| * ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár2021-08-081-1/+1
* | ppp: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+3
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-052-12/+12
|\
| * tty: no checking of tty_unregister_ldiscJiri Slaby2021-05-132-4/+2
| * tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-132-2/+2
| * tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-132-2/+4
| * tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-132-6/+6
* | net: ppp: remove leading spaces before tabsHui Tang2021-05-201-1/+1
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-293-3/+47
|\
| * ppp: deflate: Remove useless call "zlib_inflateEnd"Jiapeng Chong2021-03-301-1/+0
| * net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-242-0/+45
| * net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury2021-03-171-2/+2
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-102-2/+0
|/
* Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-02-202-2/+4
|\