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
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
vxlan: mdb: Fix use-after-free in vxlan_mdb_remote_src_del()
Baul Lee
1
-0
/
+8
2026-08-20
vxlan: fix reading neigh ha
Nikolay Aleksandrov
1
-7
/
+13
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-11
/
+13
2026-08-18
vxlan: mdb: Fix use-after-free in vxlan_mdb_flush()
Baul Lee
1
-3
/
+6
2026-08-17
vxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributes
Xiang Mei
1
-4
/
+2
2026-08-17
vxlan: keep the last remote linked during FDB flush
Kyle Zeng
1
-4
/
+5
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2026-08-11
vxlan: do not arm the ageing timer on a device that is down
Baul Lee
1
-1
/
+1
2026-08-06
net: vxlan: remove unused vxlan_dev_create
Ilya Maximets
1
-38
/
+4
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+16
2026-07-27
vxlan: use pskb_network_may_pull() for transmit path header pulls
Eric Dumazet
2
-5
/
+5
2026-07-27
vxlan: use pskb_network_may_pull() in route_shortcircuit()
Eric Dumazet
1
-2
/
+2
2026-07-27
vxlan: use neigh_ha_snapshot() in route_shortcircuit()
Eric Dumazet
1
-2
/
+4
2026-07-27
vxlan: unclone skb head before modifying eth header in route_shortcircuit()
Eric Dumazet
1
-0
/
+4
2026-07-27
vxlan: re-fetch eth header after route_shortcircuit()
Eric Dumazet
1
-0
/
+1
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-12
/
+21
2026-07-23
vxlan: require CAP_NET_ADMIN in the device netns for changelink
Doruk Tan Ozturk
1
-0
/
+3
2026-07-22
vxlan: mdb: Fix source list corruption on a failed replace
James Raphael Tiovalen
1
-12
/
+18
2026-07-22
vxlan: Enable BIG TCP packets
Alice Mikityanska
1
-0
/
+2
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+2
2026-06-04
vxlan: vnifilter: fix spurious notification on VNI update
Andy Roulin
1
-1
/
+1
2026-06-04
vxlan: vnifilter: send notification on VNI add
Andy Roulin
1
-2
/
+1
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2026-05-26
vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()
Eric Dumazet
1
-2
/
+2
2026-05-20
vxlan: Remove synchronize_net() in vxlan_sock_release().
Kuniyuki Iwashima
1
-1
/
+0
2026-05-05
vxlan: Free vxlan_sock with kfree_rcu().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
vxlan: Store struct sock in struct vxlan_sock.
Kuniyuki Iwashima
2
-28
/
+28
2026-05-05
vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive().
Kuniyuki Iwashima
1
-2
/
+6
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
1
-2
/
+2
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2026-03-31
net: vxlan: check ipv6_mod_enabled() on neigh_reduce()
Fernando Fernandez Mancera
1
-3
/
+1
2026-03-29
drivers: net: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
2
-10
/
+7
2026-03-27
vxlan: validate ND option lengths in vxlan_na_create
Yang Yang
1
-2
/
+4
2026-03-05
net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled
Fernando Fernandez Mancera
1
-0
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-10
/
+10
2026-01-25
vxlan: vnifilter: fix memcpy with u64_stats
David Yang
1
-1
/
+1
2026-01-23
vxlan: expose gso partial features for tunnel offload
Paolo Abeni
1
-3
/
+13
2025-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+15
2025-11-27
net: vxlan: prevent NULL deref in vxlan_xmit_one
Antoine Tenart
1
-3
/
+15
2025-11-13
vxlan: Remove unused declarations eth_vni_hash() and fdb_head_index()
Yue Haibing
1
-2
/
+0
2025-09-09
vxlan: Make vxlan_fdb_find_uc() more robust against NPDs
Ido Schimmel
1
-3
/
+4
2025-09-02
vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects
Ido Schimmel
1
-2
/
+8
2025-09-02
vxlan: Fix NPD when refreshing an FDB entry with a nexthop object
Ido Schimmel
2
-7
/
+5
2025-07-23
vxlan: remove redundant conversion of vni in vxlan_nl2conf
Wang Liang
1
-1
/
+1
2025-07-02
netlink: introduce type-checking attribute iteration for nlmsg
Carolina Jubran
1
-9
/
+4
[next]