summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* | net: ppp: make ppp_class constantRicardo B. Marliere2024-03-051-9/+9
* | net: ppp: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
|/
* net: fill in MODULE_DESCRIPTION()s for pppBreno Leitao2024-02-155-0/+5
* pppoe: Fix memory leak in pppoe_sendmsg()Gavrilov Ilia2024-02-151-14/+9
* ppp_async: limit MRU to 64KEric Dumazet2024-02-061-0/+4
* ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong2024-01-021-1/+1
* 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