index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled
Fernando Fernandez Mancera
1
-0
/
+5
2025-06-27
vxlan: Do not treat dst cache initialization errors as fatal
Ido Schimmel
1
-4
/
+4
2025-06-04
vxlan: Annotate FDB data races
Ido Schimmel
1
-9
/
+9
2025-06-04
vxlan: Join / leave MC group after remote changes
Petr Machata
1
-2
/
+16
2025-05-09
vxlan: vnifilter: Fix unlocked deletion of default FDB entry
Ido Schimmel
1
-1
/
+7
2025-02-21
vxlan: check vxlan_vnigroup_init() return value
Eric Dumazet
1
-2
/
+5
2025-02-08
vxlan: Fix uninit-value in vxlan_vnifilter_dump()
Shigeru Yoshida
1
-0
/
+5
2024-12-14
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-10-17
vxlan: Handle error of rtnl_register_module().
Kuniyuki Iwashima
3
-12
/
+15
2024-06-21
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
1
-0
/
+4
2024-06-16
vxlan: Fix regression when dropping packets due to invalid src addresses
Daniel Borkmann
1
-4
/
+0
2024-05-17
vxlan: Pull inner IP header in vxlan_rcv().
Guillaume Nault
1
-1
/
+18
2024-05-17
vxlan: Add missing VNI filter counter update in arp_reduce().
Guillaume Nault
1
-0
/
+2
2024-05-17
vxlan: Fix racy device stats updates.
Guillaume Nault
1
-14
/
+14
2024-05-02
vxlan: drop packets from invalid src-address
David Bauer
1
-0
/
+4
2024-04-13
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
1
-0
/
+1
2023-09-20
vxlan: Add missing entries to vxlan_get_size()
Benjamin Poirier
1
-0
/
+4
2023-08-22
vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMIC
Ido Schimmel
1
-1
/
+1
2023-08-14
vxlan: Use helper functions to update stats
Li Zetao
1
-11
/
+2
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+8
2023-08-06
drivers: vxlan: vnifilter: free percpu vni stats on error path
Fedor Pchelkin
1
-3
/
+8
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-58
/
+107
2023-07-24
vxlan: fix GRO with VXLAN-GPE
Jiri Benc
1
-15
/
+69
2023-07-24
vxlan: generalize vxlan_parse_gpe_hdr and remove unused args
Jiri Benc
1
-30
/
+28
2023-07-24
vxlan: calculate correct header length for GPE
Jiri Benc
1
-13
/
+10
2023-07-19
vxlan: Add support for nexthop ID metadata
Ido Schimmel
1
-0
/
+44
2023-05-13
net: vxlan: Add nolocalbypass option to vxlan.
Vladimir Nikishkin
1
-2
/
+19
2023-03-17
vxlan: Expose helper vxlan_build_gbp_hdr
Gavin Li
1
-19
/
+0
2023-03-17
vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...
Gavin Li
1
-6
/
+4
2023-03-17
vxlan: Enable MDB support
Ido Schimmel
1
-0
/
+3
2023-03-17
vxlan: Add MDB data path support
Ido Schimmel
3
-0
/
+135
2023-03-17
vxlan: mdb: Add an internal flag to indicate MDB usage
Ido Schimmel
1
-0
/
+7
2023-03-17
vxlan: mdb: Add MDB control path support
Ido Schimmel
4
-1
/
+1381
2023-03-17
vxlan: Expose vxlan_xmit_one()
Ido Schimmel
2
-3
/
+4
2023-03-17
vxlan: Move address helpers to private headers
Ido Schimmel
2
-47
/
+45
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
1
-2
/
+2
2023-01-02
vxlan: Fix memory leaks in error path
Ido Schimmel
1
-6
/
+13
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
1
-2
/
+2
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-2
/
+2
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
1
-6
/
+3
2022-08-09
vxlan: do not use RT_TOS for IPv6 flowlabel
Matthias May
1
-1
/
+1
2022-07-26
vxlan: Use ip_tunnel_key flow flags in route lookups
Paul Chaignon
1
-4
/
+7
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
1
-4
/
+4
2022-05-20
net: vxlan: Fix kernel coding style
Alaa Mohamed
1
-7
/
+6
2022-05-09
net: vxlan: Add extack support to vxlan_fdb_delete
Alaa Mohamed
1
-11
/
+27
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
1
-1
/
+2
2022-05-06
net: add netif_inherit_tso_max()
Jakub Kicinski
1
-2
/
+1
2022-04-08
vxlan: fix error return code in vxlan_fdb_append
Hongbin Wang
1
-2
/
+2
2022-03-31
vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devices
Eric Dumazet
1
-0
/
+6
[next]