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