aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-36/+16
2023-08-11tty: ldops: unify to u8Gravatar Jiri Slaby (SUSE) 2-9/+7
2023-08-11tty: use u8 for flagsGravatar Jiri Slaby (SUSE) 2-7/+6
2023-08-11tty: use u8 for charsGravatar Jiri Slaby (SUSE) 2-10/+9
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tGravatar Jiri Slaby (SUSE) 2-2/+2
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsGravatar Jiri Slaby (SUSE) 2-16/+0
2023-07-18net: ppp: Remove unnecessary (void*) conversionsGravatar Wu Yunchuan 2-4/+4
2023-07-14pptp: Constify the po parameter of pptp_route_output().Gravatar Guillaume Nault 1-2/+2
2023-07-04pptp: Fix fib lookup calls.Gravatar Guillaume Nault 1-11/+20
2023-06-06net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definitionGravatar Lukas Bulwahn 1-1/+1
2023-05-17net/pppoe: make number of hash bits configurableGravatar Jaco Kroon 2-1/+35
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-23ppp: associate skb with a device at txGravatar Stanislav Fomichev 1-0/+2
2022-06-17ppp: Fix typo in commentGravatar Xiang wangx 1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeGravatar Felix Fietkau 1-0/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Gravatar Oliver Hartkopp 1-2/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-4/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+6
2022-01-06ppp: ensure minimum packet size in ppp_write()Gravatar Eric Dumazet 1-1/+6
2021-12-10ppp: add netns refcount trackerGravatar Eric Dumazet 1-2/+3
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlGravatar Jiri Slaby 2-4/+2
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-8/+6
2021-10-08ppp: use the correct function to check if a netdev name is in useGravatar Antoine Tenart 1-1/+1
2021-09-22tty: remove file from n_tty_ioctl_helperGravatar Jiri Slaby 2-2/+2
2021-09-22tty: remove file from tty_mode_ioctlGravatar Jiri Slaby 2-2/+2
2021-09-22tty: make tty_ldisc_ops::hangup return voidGravatar Jiri Slaby 2-4/+2
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionGravatar Andrii Nakryiko 1-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-5/+16
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedGravatar Pali Rohár 1-4/+15
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedGravatar Pali Rohár 1-1/+1
2021-07-27ppp: use ndo_siocdevprivateGravatar Arnd Bergmann 1-3/+3
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-12/+12
2021-05-20net: ppp: remove leading spaces before tabsGravatar Hui Tang 1-1/+1
2021-05-13tty: no checking of tty_unregister_ldiscGravatar Jiri Slaby 2-4/+2
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscGravatar Jiri Slaby 2-2/+2
2021-05-13tty: set tty_ldisc_ops::num staticallyGravatar Jiri Slaby 2-2/+4
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constGravatar Jiri Slaby 2-6/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 3-3/+47
2021-03-30ppp: deflate: Remove useless call "zlib_inflateEnd"Gravatar Jiapeng Chong 1-1/+0
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesGravatar Felix Fietkau 2-0/+45
2021-03-17net: ppp: Mundane typo fixes in the file pppoe.cGravatar Bhaskar Chowdhury 1-2/+2
2021-03-10tty: remove TTY_LDISC_MAGICGravatar Jiri Slaby 2-2/+0
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-2/+4
2021-02-02ppp: use new tasklet APIGravatar Emil Renner Berthing 2-8/+8
2021-01-25Merge 5.11-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-3/+9
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Gravatar Greg Kroah-Hartman 2-2/+4
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerGravatar Linus Torvalds 2-2/+4