index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
ppp: ppp_synctty: simplify tty disc_data access
Qingfang Deng
1
-76
/
+7
11 days
ppp: ppp_async: simplify tty disc_data access
Qingfang Deng
1
-75
/
+7
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+17
2026-08-17
pppox: drain queued packets on channel handoff
Qingfang Deng
1
-0
/
+17
2026-08-12
pptp: drop packets received before connect
Qingfang Deng
1
-6
/
+2
2026-08-12
ppp: annotate lockless queue empty check
Qingfang Deng
1
-1
/
+1
2026-08-05
pppoe: remove redundant xmit wrapper
Qingfang Deng
1
-16
/
+4
2026-08-03
ppp: use netdev_from_priv()
Qingfang Deng
1
-65
/
+72
2026-07-28
ppp: convert chan_sem to a mutex
Qingfang Deng
1
-7
/
+7
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-38
/
+45
2026-07-23
pppoe: reload header pointer after dev_hard_header()
Asim Viladi Oglu Manizada
1
-0
/
+1
2026-07-23
ppp: annotate data races in ppp_generic
Eric Dumazet
1
-22
/
+28
2026-07-21
ppp: annotate concurrent dev->stats accesses
Eric Dumazet
1
-16
/
+16
2026-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+15
2026-07-10
ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Norbert Szetei
1
-3
/
+15
2026-07-08
ppp/ppp_{async,synctty}: drop unused {a,}syncppp::bytes_{sent,rcvd}
Jiri Slaby (SUSE)
2
-4
/
+0
2026-06-22
Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2026-05-19
net: pppoe: implement GRO/GSO support
Felix Fietkau
1
-1
/
+160
2026-05-11
tty: synclink_gt: remove broken driver
Ethan Nelson-Moore
1
-2
/
+2
2026-05-01
pppoe: optimize hash with word access
Qingfang Deng
1
-6
/
+6
2026-04-28
ppp: add PPPOX symbol
Qingfang Deng
2
-3
/
+9
2026-04-20
pppoe: drop PFC frames
Qingfang Deng
2
-2
/
+8
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2026-04-12
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-09
ppp: consolidate refcount decrements
Qingfang Deng
1
-33
/
+28
2026-04-03
ppp: update Kconfig help message
Qingfang Deng
1
-9
/
+7
2026-04-01
ppp: dead code cleanup in Kconfig
Julian Braha
1
-11
/
+3
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
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-25
net: pppoe: avoid zero-length arrays in struct pppoe_hdr
Eric Woudstra
1
-1
/
+1
2026-02-21
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-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2
-4
/
+4
2025-11-04
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-25
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-18
ppp: use vmalloc_array() to simplify code
Qianfeng Rong
1
-2
/
+2
2025-08-18
ppp: mppe: Use SHA-1 library instead of crypto_shash
Eric Biggers
2
-92
/
+19
[next]