aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ppp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-03-05net: ppp: make ppp_class constantRicardo B. Marliere1-9/+9
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao5-0/+5
2024-02-15pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia1-14/+9
2024-02-06ppp_async: limit MRU to 64KEric Dumazet1-0/+4
2024-01-02ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong1-1/+1
2023-11-13ppp: limit MRU to 64KWillem de Bruijn1-0/+4
2023-11-10tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida1-1/+1
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner1-2/+2
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-36/+16
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)2-9/+7
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)2-7/+6
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)2-10/+9
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2-2/+2
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2-16/+0
2023-07-18net: ppp: Remove unnecessary (void*) conversionsWu Yunchuan2-4/+4
2023-07-14pptp: Constify the po parameter of pptp_route_output().Guillaume Nault1-2/+2
2023-07-04pptp: Fix fib lookup calls.Guillaume Nault1-11/+20
2023-06-06net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definitionLukas Bulwahn1-1/+1
2023-05-17net/pppoe: make number of hash bits configurableJaco Kroon2-1/+35
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-23ppp: associate skb with a device at txStanislav Fomichev1-0/+2
2022-06-17ppp: Fix typo in commentXiang wangx1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-0/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-2/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-4/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-01-06ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
2021-12-10ppp: add netns refcount trackerEric Dumazet1-2/+3
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2-4/+2
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-8/+6
2021-10-08ppp: use the correct function to check if a netdev name is in useAntoine Tenart1-1/+1
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby2-2/+2
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby2-2/+2
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby2-4/+2
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+16
2021-08-08ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár1-4/+15
2021-08-08ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár1-1/+1
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann1-3/+3
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-12/+12
2021-05-20net: ppp: remove leading spaces before tabsHui Tang1-1/+1
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby2-4/+2
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2-2/+2