index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
Age
Commit message (
Expand
)
Author
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
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-29
pppoe: drop sock reference counting on fast path
Qingfang Deng
2025-08-29
pppoe: remove rwlock usage
Qingfang Deng
2025-08-25
ppp: remove rwlock usage
Qingfang Deng
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-08-19
ppp: fix race conditions in ppp_fill_forward_path
Qingfang Deng
2025-08-18
ppp: use vmalloc_array() to simplify code
Qianfeng Rong
2025-08-18
ppp: mppe: Use SHA-1 library instead of crypto_shash
Eric Biggers
2025-08-07
pptp: fix pptp_xmit() error path
Eric Dumazet
2025-07-30
pptp: ensure minimal skb length in pptp_xmit()
Eric Dumazet
2025-07-17
ppp: Replace per-CPU recursion counter with lock-owner field
Sebastian Andrzej Siewior
2025-06-24
pppoe: drop PACKET_OTHERHOST before skb_share_check()
Qingfang Deng
2025-06-11
ppp: convert to percpu netstats
Qingfang Deng
2025-04-22
ppp: Split ppp_exit_net() to ->exit_rtnl().
Kuniyuki Iwashima
2025-04-10
net: ppp: Add bound checking for skb data on ppp_sync_txmung
Arnaud Lecomte
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-10
ppp: fix ppp_async_encode() illegal access
Eric Dumazet
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-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
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
2024-02-15
pppoe: Fix memory leak in pppoe_sendmsg()
Gavrilov Ilia
2024-02-06
ppp_async: limit MRU to 64K
Eric Dumazet
2024-01-02
ppp: Fix spelling typo in comment in ppp_async_encode()
liyouhong
2023-11-13
ppp: limit MRU to 64K
Willem de Bruijn
2023-11-10
tty: Fix uninit-value access in ppp_sync_receive()
Shigeru Yoshida
2023-11-08
drivers/net/ppp: use standard array-copy-function
Philipp Stanner
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-11
tty: remove dummy tty_ldisc_ops::poll() implementations
Jiri Slaby (SUSE)
2023-07-18
net: ppp: Remove unnecessary (void*) conversions
Wu Yunchuan
[next]