index
:
pub/scm/linux/kernel/git/hubcap/linux.git
master
Linux kernel fork
Mike Marshall
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
l2tp
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
net: l2tp: do not propagate multicast notification errors
Zihan Xi
1
-8
/
+8
2026-08-13
l2tp: send netlink notifications in the tunnel's net namespace
Maoyi Xie
1
-2
/
+5
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+57
2026-08-13
l2tp: fix tunnel and session refcount leak on seq_file release
Eric Dumazet
2
-3
/
+57
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-1
/
+1
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-32
/
+50
2026-06-01
l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
Lee Jones
1
-32
/
+50
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+6
2026-05-26
l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname
Michael Bommarito
1
-5
/
+6
2026-05-22
l2tp: ppp: convert to getsockopt_iter
Breno Leitao
1
-13
/
+7
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2026-05-21
l2tp: use list_del_rcu in l2tp_session_unhash
Michael Bommarito
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2026-04-09
l2tp: Drop large packets with UDP encap
Alice Mikityanska
1
-0
/
+5
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
1
-1
/
+0
2026-03-19
l2tp: ppp: use max L2TP header size for PPP channel hdrlen
Qingfang Deng
1
-10
/
+5
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2
-5
/
+5
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+3
2026-02-24
net: l2tp_eth: Replace deprecated strcpy with strscpy in l2tp_eth_create
Thorsten Blum
1
-2
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-3
/
+3
2026-01-19
l2tp: avoid one data-race in l2tp_tunnel_del_work()
Eric Dumazet
1
-2
/
+2
2026-01-15
l2tp: Fix memleak in l2tp_udp_encap_recv().
Kuniyuki Iwashima
1
-1
/
+3
2025-12-01
l2tp: correct debugfs label for tunnel tx stats
Alok Tiwari
1
-1
/
+1
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-11-20
l2tp: reset skb control buffer on xmit
David Bauer
1
-3
/
+3
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2
-4
/
+7
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2
-3
/
+3
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-08-27
l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
Eric Dumazet
1
-17
/
+8
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
1
-1
/
+1
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-04
ppp: use IFF_NO_QUEUE in virtual interfaces
Qingfang Deng
1
-0
/
+1
2025-02-18
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
1
-7
/
+1
2024-12-20
l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg().
Guillaume Nault
1
-13
/
+6
2024-12-11
l2tp: Handle eth stats using NETDEV_PCPU_STAT_DSTATS.
James Chapman
1
-5
/
+4
2024-11-26
net/l2tp: fix warning in l2tp_exit_net found by syzbot
James Chapman
1
-3
/
+19
2024-10-15
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
1
-2
/
+2
2024-09-04
l2tp: remove unneeded null check in l2tp_v2_session_get_next
James Chapman
1
-1
/
+1
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-08-27
l2tp: avoid using drain_workqueue in l2tp_pre_exit_net
James Chapman
1
-6
/
+9
2024-08-26
l2tp: avoid overriding sk->sk_user_data
Cong Wang
1
-0
/
+3
2024-08-20
l2tp: use skb_queue_purge in l2tp_ip_destroy_sock
James Chapman
1
-3
/
+1
2024-08-11
l2tp: flush workqueue before draining it
James Chapman
1
-1
/
+9
2024-08-11
l2tp: l2tp_eth: use per-cpu counters from dev->tstats
James Chapman
1
-22
/
+10
2024-08-11
l2tp: improve tunnel/session refcount helpers
James Chapman
8
-93
/
+79
2024-08-11
l2tp: use get_next APIs for management requests and procfs/debugfs
James Chapman
5
-69
/
+39
2024-08-11
l2tp: add tunnel/session get_next helpers
James Chapman
2
-0
/
+129
2024-08-11
l2tp: handle hash key collisions in l2tp_v3_session_get
James Chapman
1
-1
/
+2
[next]