index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next 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]