index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
pppoe: drop PFC frames
Qingfang Deng
2
-2
/
+8
12 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
14 days
pppox: remove sk_pppox() helper
Qingfang Deng
2
-8
/
+8
2026-04-12
ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
Taegu Ha
1
-0
/
+3
2026-04-10
ppp: consolidate refcount decrements
Qingfang Deng
1
-33
/
+28
2026-04-04
ppp: update Kconfig help message
Qingfang Deng
1
-9
/
+7
2026-04-02
ppp: dead code cleanup in Kconfig
Julian Braha
1
-11
/
+3
2026-03-18
ppp: require callers of ppp_dev_name() to hold RCU
Qingfang Deng
1
-2
/
+1
2026-03-17
ppp: remove pch->chan NULL checks from tx path
Qingfang Deng
1
-47
/
+21
2026-03-17
ppp: disconnect channel before nullifying pch->chan
Qingfang Deng
1
-1
/
+1
2026-03-10
ppp: simplify input error handling
Qingfang Deng
3
-23
/
+12
2026-03-05
ppp: don't store tx skb in the fastpath
Qingfang Deng
1
-46
/
+65
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-10
/
+8
2026-02-26
pppoe: remove kernel-mode relay support
Qingfang Deng
2
-82
/
+0
2026-02-26
net: pppoe: avoid zero-length arrays in struct pppoe_hdr
Eric Woudstra
1
-1
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
6
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-10
/
+8
2026-02-05
ppp: enable TX scatter-gather
Qingfang Deng
1
-5
/
+25
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2
-4
/
+4
2025-11-05
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-09-04
ppp: fix memory leak in pad_compress_skb
Qingfang Deng
1
-3
/
+3
2025-08-29
pppoe: drop sock reference counting on fast path
Qingfang Deng
1
-22
/
+13
2025-08-29
pppoe: remove rwlock usage
Qingfang Deng
1
-41
/
+53
2025-08-26
ppp: remove rwlock usage
Qingfang Deng
1
-57
/
+63
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+11
2025-08-19
ppp: fix race conditions in ppp_fill_forward_path
Qingfang Deng
1
-6
/
+11
2025-08-19
ppp: use vmalloc_array() to simplify code
Qianfeng Rong
1
-2
/
+2
2025-08-19
ppp: mppe: Use SHA-1 library instead of crypto_shash
Eric Biggers
2
-92
/
+19
2025-08-07
pptp: fix pptp_xmit() error path
Eric Dumazet
1
-3
/
+4
2025-07-31
pptp: ensure minimal skb length in pptp_xmit()
Eric Dumazet
1
-6
/
+9
2025-07-17
ppp: Replace per-CPU recursion counter with lock-owner field
Sebastian Andrzej Siewior
1
-9
/
+29
2025-06-25
pppoe: drop PACKET_OTHERHOST before skb_share_check()
Qingfang Deng
1
-3
/
+3
2025-06-12
ppp: convert to percpu netstats
Qingfang Deng
1
-33
/
+19
2025-04-23
ppp: Split ppp_exit_net() to ->exit_rtnl().
Kuniyuki Iwashima
1
-15
/
+10
2025-04-10
net: ppp: Add bound checking for skb data on ppp_sync_txmung
Arnaud Lecomte
1
-0
/
+5
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+19
2025-03-05
ppp: use IFF_NO_QUEUE in virtual interfaces
Qingfang Deng
3
-0
/
+6
2025-03-05
ppp: Fix KMSAN uninit-value warning with bpf
Jiayuan Chen
1
-9
/
+19
2025-02-22
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-2
/
+2
2025-02-22
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+5
2024-10-10
ppp: fix ppp_async_encode() illegal access
Eric Dumazet
1
-1
/
+1
2024-10-03
Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2024-10-03
ppp: do not assume bh is held in ppp_channel_bridge_input()
Eric Dumazet
1
-2
/
+2
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
5
-5
/
+5
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-07-11
ppp: reject claimed-as-LCP but actually malformed packets
Dmitry Antipov
1
-0
/
+15
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
1
-1
/
+1
2024-03-15
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
[next]