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
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
vxlan: add missing rcu_read_lock() in neigh_reduce()
Eric Dumazet
1
-0
/
+2
2021-03-04
vxlan: move debug check after netdev unregister
Taehee Yoo
1
-3
/
+8
2020-12-30
vxlan: Copy needed_tailroom from lowerdev
Sven Eckelmann
1
-0
/
+2
2020-12-30
vxlan: Add needed_headroom for lower device
Sven Eckelmann
1
-0
/
+1
2020-12-08
vxlan: fix error return code in __vxlan_dev_create()
Zhang Changzhong
1
-1
/
+3
2020-08-11
Revert "vxlan: fix tos value before xmit"
Hangbin Liu
1
-2
/
+2
2020-08-11
vxlan: Ensure FDB dump is performed under RCU
Ido Schimmel
1
-1
/
+5
2020-08-05
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-06-17
vxlan: Avoid infinite loop when suppressing NS messages with invalid options
Ido Schimmel
1
-0
/
+4
2020-04-29
vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
Sabrina Dubroca
1
-3
/
+3
2020-04-01
vxlan: check return value of gro_cells_init()
Taehee Yoo
1
-2
/
+9
2020-01-12
vxlan: fix tos value before xmit
Hangbin Liu
1
-2
/
+2
2019-12-18
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-5
/
+3
2019-10-30
vxlan: fix unexpected failure of vxlan_changelink()
Taehee Yoo
1
-3
/
+6
2019-10-29
vxlan: check tun_info options_len properly
Xin Long
1
-2
/
+4
2019-10-24
vxlan: add adjacent link to limit depth level
Taehee Yoo
1
-10
/
+43
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+27
2019-07-01
vxlan: do not destroy fdb if register_netdevice() is failed
Taehee Yoo
1
-10
/
+27
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-11
vxlan: Don't assume linear buffers in error handler
Stefano Brivio
1
-1
/
+1
2019-06-06
vxlan: Use FDB_HASH_SIZE hash_locks to reduce contention
Litao jiao
1
-33
/
+59
2019-06-05
drivers: net: vxlan: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
1
-0
/
+1
2019-03-18
vxlan: Don't call gro_cells_destroy() before device is unregistered
Zhiqiang Liu
1
-3
/
+1
2019-03-10
vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
Eric Dumazet
1
-0
/
+11
2019-03-08
vxlan: do not need BH again in vxlan_cleanup()
Litao Jiao
1
-2
/
+2
2019-03-08
vxlan: Fix GRO cells race condition between receive and link delete
Stefano Brivio
1
-1
/
+2
2019-02-26
vxlan: add extack support for create and changelink
Roopa Prabhu
1
-67
/
+141
2019-02-24
vxlan: add ndo_change_proto_down support
Andy Roulin
1
-0
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+11
2019-02-11
vxlan: test dev->flags & IFF_UP before calling netif_rx()
Eric Dumazet
1
-3
/
+11
2019-02-07
net: vxlan: Free a leaked vetoed multicast rdst
Petr Machata
1
-9
/
+11
2019-01-17
switchdev: Add extack argument to call_switchdev_notifiers()
Petr Machata
1
-1
/
+1
2019-01-17
vxlan: Add extack to switchdev operations
Petr Machata
1
-28
/
+40
2019-01-17
net: Add extack argument to ndo_fdb_add()
Petr Machata
1
-1
/
+2
2019-01-17
vxlan: changelink: Delete remote after update
Petr Machata
1
-9
/
+8
2019-01-17
vxlan: changelink: Postpone vxlan_config_apply()
Petr Machata
1
-21
/
+14
2019-01-17
vxlan: changelink: Inline vxlan_dev_configure()
Petr Machata
1
-1
/
+5
2019-01-17
vxlan: Allow vetoing of FDB notifications
Petr Machata
1
-18
/
+46
2019-01-17
vxlan: Have vxlan_fdb_replace() save original rdst value
Petr Machata
1
-2
/
+4
2019-01-17
vxlan: Split vxlan_fdb_update() in two
Petr Machata
1
-61
/
+97
2019-01-17
vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()
Petr Machata
1
-30
/
+29
2018-12-20
vxlan: Correct merge error.
David S. Miller
1
-1
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+14
2018-12-18
vxlan: changelink: Fix handling of default remotes
Petr Machata
1
-4
/
+3
2018-12-18
vxlan: Fix error path in __vxlan_dev_create()
Petr Machata
1
-3
/
+10
2018-12-18
vxlan: Unmark offloaded bit on replaced FDB entries
Petr Machata
1
-0
/
+1
[next]