index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-01-03
vxlan: fix tos value before xmit
Hangbin Liu
1
-2
/
+2
2020-01-03
vxlan: Fix alignment and code style of vxlan.c
Niu Xilei
1
-10
/
+11
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-2
/
+2
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-5
/
+3
2019-11-13
vxlan: implement get_link_ksettings ethtool method
Matthias Schiffer
1
-2
/
+22
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+50
2019-10-31
vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()
Guillaume Nault
1
-3
/
+2
2019-10-30
vxlan: fix unexpected failure of vxlan_changelink()
Taehee Yoo
1
-3
/
+6
2019-10-30
vxlan: check tun_info options_len properly
Xin Long
1
-2
/
+4
2019-10-25
vxlan: add adjacent link to limit depth level
Taehee Yoo
1
-10
/
+43
2019-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+27
2019-07-02
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-18
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-06
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-19
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-09
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-25
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-18
switchdev: Add extack argument to call_switchdev_notifiers()
Petr Machata
1
-1
/
+1
2019-01-18
vxlan: Add extack to switchdev operations
Petr Machata
1
-28
/
+40
2019-01-18
net: Add extack argument to ndo_fdb_add()
Petr Machata
1
-1
/
+2
2019-01-18
vxlan: changelink: Delete remote after update
Petr Machata
1
-9
/
+8
2019-01-18
vxlan: changelink: Postpone vxlan_config_apply()
Petr Machata
1
-21
/
+14
2019-01-18
vxlan: changelink: Inline vxlan_dev_configure()
Petr Machata
1
-1
/
+5
2019-01-18
vxlan: Allow vetoing of FDB notifications
Petr Machata
1
-18
/
+46
2019-01-18
vxlan: Have vxlan_fdb_replace() save original rdst value
Petr Machata
1
-2
/
+4
2019-01-18
vxlan: Split vxlan_fdb_update() in two
Petr Machata
1
-61
/
+97
2019-01-18
vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()
Petr Machata
1
-30
/
+29
2018-12-21
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-19
vxlan: changelink: Fix handling of default remotes
Petr Machata
1
-4
/
+3
2018-12-19
vxlan: Fix error path in __vxlan_dev_create()
Petr Machata
1
-3
/
+10
2018-12-19
vxlan: Unmark offloaded bit on replaced FDB entries
Petr Machata
1
-0
/
+1
2018-12-17
vxlan: support for ndo_fdb_get
Roopa Prabhu
1
-0
/
+34
2018-12-13
net: switchdev: Add extack to struct switchdev_notifier_info
Petr Machata
1
-0
/
+1
2018-12-07
vxlan: Add vxlan_fdb_clear_offload()
Petr Machata
1
-0
/
+22
2018-12-07
vxlan: Add vxlan_fdb_replay()
Petr Machata
1
-0
/
+47
2018-12-07
vxlan: Add a function to init switchdev_notifier_vxlan_fdb_info
Petr Machata
1
-23
/
+18
[next]