index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
/
ppp_generic.c
Age
Commit message (
Expand
)
Author
2026-04-20
pppoe: drop PFC frames
Qingfang Deng
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-04-12
ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
Taegu Ha
2026-04-09
ppp: consolidate refcount decrements
Qingfang Deng
2026-03-17
ppp: require callers of ppp_dev_name() to hold RCU
Qingfang Deng
2026-03-17
ppp: remove pch->chan NULL checks from tx path
Qingfang Deng
2026-03-17
ppp: disconnect channel before nullifying pch->chan
Qingfang Deng
2026-03-09
ppp: simplify input error handling
Qingfang Deng
2026-03-05
ppp: don't store tx skb in the fastpath
Qingfang Deng
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-05
ppp: enable TX scatter-gather
Qingfang Deng
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-04
ppp: fix memory leak in pad_compress_skb
Qingfang Deng
2025-08-25
ppp: remove rwlock usage
Qingfang Deng
2025-08-19
ppp: fix race conditions in ppp_fill_forward_path
Qingfang Deng
2025-07-17
ppp: Replace per-CPU recursion counter with lock-owner field
Sebastian Andrzej Siewior
2025-06-11
ppp: convert to percpu netstats
Qingfang Deng
2025-04-22
ppp: Split ppp_exit_net() to ->exit_rtnl().
Kuniyuki Iwashima
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-04
ppp: use IFF_NO_QUEUE in virtual interfaces
Qingfang Deng
2025-03-04
ppp: Fix KMSAN uninit-value warning with bpf
Jiayuan Chen
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-10-02
ppp: do not assume bh is held in ppp_channel_bridge_input()
Eric Dumazet
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-07-11
ppp: reject claimed-as-LCP but actually malformed packets
Dmitry Antipov
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
2024-03-05
net: ppp: make ppp_class constant
Ricardo B. Marliere
2024-02-21
net: ppp: constify the struct device_type usage
Ricardo B. Marliere
2024-02-15
net: fill in MODULE_DESCRIPTION()s for ppp
Breno Leitao
2023-11-08
drivers/net/ppp: use standard array-copy-function
Philipp Stanner
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-23
ppp: associate skb with a device at tx
Stanislav Fomichev
2022-06-17
ppp: Fix typo in comment
Xiang wangx
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-06
ppp: ensure minimum packet size in ppp_write()
Eric Dumazet
2021-12-10
ppp: add netns refcount tracker
Eric Dumazet
2021-10-08
ppp: use the correct function to check if a netdev name is in use
Antoine Tenart
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-08
ppp: Fix generating ppp unit id when ifname is not specified
Pali Rohár
2021-08-08
ppp: Fix generating ifname when empty IFLA_IFNAME is specified
Pali Rohár
2021-07-27
ppp: use ndo_siocdevprivate
Arnd Bergmann
2021-03-24
net: ppp: resolve forwarding path for bridge pppoe devices
Felix Fietkau
[next]