index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan
/
vxlan_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-4
/
+5
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
1
-7
/
+14
2026-07-27
vxlan: use pskb_network_may_pull() for transmit path header pulls
Eric Dumazet
1
-3
/
+3
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
1
-0
/
+3
2026-07-23
vxlan: require CAP_NET_ADMIN in the device netns for changelink
Doruk Tan Ozturk
1
-0
/
+3
2026-07-22
vxlan: Enable BIG TCP packets
Alice Mikityanska
1
-0
/
+2
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
1
-24
/
+24
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
1
-6
/
+5
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
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-01-23
vxlan: expose gso partial features for tunnel offload
Paolo Abeni
1
-3
/
+13
2025-11-27
net: vxlan: prevent NULL deref in vxlan_xmit_one
Antoine Tenart
1
-3
/
+15
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
1
-4
/
+4
2025-07-23
vxlan: remove redundant conversion of vni in vxlan_nl2conf
Wang Liang
1
-1
/
+1
2025-06-18
vxlan: drop sock_lock
Stanislav Fomichev
1
-21
/
+14
2025-06-17
vxlan: Support MC routing in the underlay
Petr Machata
1
-2
/
+20
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
1
-1
/
+2
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-22
vxlan: Convert FDB table to rhashtable
Ido Schimmel
1
-61
/
+41
2025-04-22
vxlan: Introduce FDB key structure
Ido Schimmel
1
-21
/
+23
2025-04-22
vxlan: Do not treat dst cache initialization errors as fatal
Ido Schimmel
1
-4
/
+4
2025-04-22
vxlan: Create wrappers for FDB lookup
Ido Schimmel
1
-10
/
+24
2025-04-22
vxlan: Rename FDB Tx lookup function
Ido Schimmel
1
-7
/
+7
2025-04-22
vxlan: Convert FDB flushing to RCU
Ido Schimmel
1
-5
/
+10
[next]