index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
/
ppp_generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
devel
davem/net-next
Jakub Kicinski
1
-0
/
+3
2026-04-12
ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
Taegu Ha
1
-0
/
+3
2026-04-09
ppp: consolidate refcount decrements
Qingfang Deng
1
-33
/
+28
2026-03-17
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
-46
/
+20
2026-03-17
ppp: disconnect channel before nullifying pch->chan
Qingfang Deng
1
-1
/
+1
2026-03-09
ppp: simplify input error handling
Qingfang Deng
1
-21
/
+10
2026-03-05
ppp: don't store tx skb in the fastpath
Qingfang Deng
1
-46
/
+65
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-05
ppp: enable TX scatter-gather
Qingfang Deng
1
-5
/
+25
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-25
ppp: remove rwlock usage
Qingfang Deng
1
-57
/
+63
2025-08-19
ppp: fix race conditions in ppp_fill_forward_path
Qingfang Deng
1
-6
/
+11
2025-07-17
ppp: Replace per-CPU recursion counter with lock-owner field
Sebastian Andrzej Siewior
1
-9
/
+29
2025-06-11
ppp: convert to percpu netstats
Qingfang Deng
1
-33
/
+19
2025-04-22
ppp: Split ppp_exit_net() to ->exit_rtnl().
Kuniyuki Iwashima
1
-15
/
+10
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+19
2025-03-04
ppp: use IFF_NO_QUEUE in virtual interfaces
Qingfang Deng
1
-0
/
+4
2025-03-04
ppp: Fix KMSAN uninit-value warning with bpf
Jiayuan Chen
1
-9
/
+19
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-2
/
+2
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+5
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-02
ppp: do not assume bh is held in ppp_channel_bridge_input()
Eric Dumazet
1
-2
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
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-05
net: ppp: make ppp_class constant
Ricardo B. Marliere
1
-9
/
+9
2024-02-21
net: ppp: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-15
net: fill in MODULE_DESCRIPTION()s for ppp
Breno Leitao
1
-0
/
+1
2023-11-08
drivers/net/ppp: use standard array-copy-function
Philipp Stanner
1
-2
/
+2
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-11-23
ppp: associate skb with a device at tx
Stanislav Fomichev
1
-0
/
+2
2022-06-17
ppp: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2022-01-06
ppp: ensure minimum packet size in ppp_write()
Eric Dumazet
1
-1
/
+6
2021-12-10
ppp: add netns refcount tracker
Eric Dumazet
1
-2
/
+3
2021-10-08
ppp: use the correct function to check if a netdev name is in use
Antoine Tenart
1
-1
/
+1
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-4
/
+4
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+16
2021-08-08
ppp: Fix generating ppp unit id when ifname is not specified
Pali Rohár
1
-4
/
+15
2021-08-08
ppp: Fix generating ifname when empty IFLA_IFNAME is specified
Pali Rohár
1
-1
/
+1
2021-07-27
ppp: use ndo_siocdevprivate
Arnd Bergmann
1
-3
/
+3
2021-03-24
net: ppp: resolve forwarding path for bridge pppoe devices
Felix Fietkau
1
-0
/
+22
2021-01-08
ppp: fix refcount underflow on channel unbridge
Tom Parkin
1
-3
/
+9
[next]