index
:
Linux Stable
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.12.y
linux-6.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vxlan: Don't call gro_cells_destroy() before device is unregistered
Zhiqiang Liu
2019-04-03
1
-3
/
+1
*
vxlan: Fix GRO cells race condition between receive and link delete
Stefano Brivio
2019-03-23
1
-1
/
+2
*
vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
Eric Dumazet
2019-03-23
1
-0
/
+10
*
vxlan: test dev->flags & IFF_UP before calling netif_rx()
Eric Dumazet
2019-02-23
1
-2
/
+11
*
vxlan: dont migrate permanent fdb entries during learn
Roopa Prabhu
2018-04-13
1
-1
/
+1
*
vxlan: vxlan dev should inherit lowerdev's gso_max_size
Felix Manlunas
2018-03-22
1
-0
/
+5
*
vxlan: do not age static remote mac entries
Balakrishnan Raman
2017-07-05
1
-1
/
+1
*
vxlan: fix use-after-free on deletion
Mark Bloch
2017-06-14
1
-6
/
+13
*
vxlan: correctly validate VXLAN ID against VXLAN_N_VID
Matthias Schiffer
2017-03-22
1
-1
/
+1
*
net: add recursion limit to GRO
Sabrina Dubroca
2016-11-15
1
-1
/
+1
*
vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
David Wragg
2016-06-24
1
-3
/
+8
*
vxlan: Relax MTU constraints
David Wragg
2016-06-24
1
-11
/
+25
*
vxlan: Accept user specified MTU value when create new vxlan link
Chen Haiquan
2016-06-24
1
-0
/
+3
*
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
2016-06-24
1
-8
/
+2
*
vxlan: fix missing options_len update on RX with collect metadata
Daniel Borkmann
2016-04-20
1
-1
/
+3
*
tunnels: Allow IPv6 UDP checksums to be correctly controlled.
Jesse Gross
2016-03-03
1
-7
/
+16
*
vxlan: fix test which detect duplicate vxlan iface
Nicolas Dichtel
2016-01-31
1
-3
/
+9
*
vxlan: interpret IP headers for ECN correctly
Jiri Benc
2015-12-07
1
-4
/
+2
*
vxlan: support ndo_fill_metadata_dst also for IPv6
Jiri Benc
2015-12-07
1
-2
/
+23
*
vxlan: move IPv6 outpute route calculation to a function
Jiri Benc
2015-12-07
1
-10
/
+34
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-24
1
-0
/
+41
|
\
|
*
openvswitch: Fix egress tunnel info.
Pravin B Shelar
2015-10-22
1
-0
/
+41
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
1
-4
/
+3
|
\
|
|
*
tunnels: Don't require remote endpoint or ID during creation.
Jesse Gross
2015-10-18
1
-4
/
+3
*
|
vxlan: support both IPv4 and IPv6 sockets in a single vxlan device
Jiri Benc
2015-09-26
1
-38
/
+90
*
|
vxlan: make vxlan_sock_add and vxlan_sock_release complementary
Jiri Benc
2015-09-26
1
-28
/
+25
|
/
*
vxlan: reject IPv6 addresses if IPv6 is not configured
Jiri Benc
2015-09-17
1
-1
/
+4
*
vxlan: set needed headroom correctly
Jiri Benc
2015-09-17
1
-5
/
+5
*
vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warning
Geert Uytterhoeven
2015-09-06
1
-4
/
+2
*
ip-tunnel: Use API to access tunnel metadata options.
Pravin B Shelar
2015-08-31
1
-2
/
+2
*
vxlan: do not receive IPv4 packets on IPv6 socket
Jiri Benc
2015-08-29
1
-0
/
+1
*
ip_tunnels: record IP version in tunnel info
Jiri Benc
2015-08-29
1
-0
/
+2
*
ip_tunnels: convert the mode field of ip_tunnel_info to flags
Jiri Benc
2015-08-29
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-27
1
-0
/
+2
|
\
|
*
vxlan: re-ignore EADDRINUSE from igmp_join
Marcelo Ricardo Leitner
2015-08-25
1
-0
/
+2
*
|
tunnel: introduce udp_tun_rx_dst()
Pravin B Shelar
2015-08-27
1
-26
/
+3
*
|
vxlan: GRO support at tunnel layer
Tom Herbert
2015-08-23
1
-2
/
+7
*
|
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
2015-08-23
1
-14
/
+9
*
|
vxlan: metadata based tunneling for IPv6
Jiri Benc
2015-08-20
1
-29
/
+40
*
|
vxlan: do not shadow flags variable
Jiri Benc
2015-08-20
1
-4
/
+4
*
|
vxlan: provide access function for vxlan socket address family
Jiri Benc
2015-08-20
1
-4
/
+4
*
|
route: move lwtunnel state to dst_entry
Jiri Benc
2015-08-20
1
-2
/
+2
*
|
ip_tunnels: use tos and ttl fields also for IPv6
Jiri Benc
2015-08-20
1
-4
/
+4
*
|
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
2015-08-20
1
-3
/
+3
*
|
net: vxlan: convert to using IFF_NO_QUEUE
Phil Sutter
2015-08-18
1
-2
/
+1
*
|
vxlan: fix fdb_dump index calculation
Atzm Watanabe
2015-08-10
1
-5
/
+5
*
|
vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA
Alexei Starovoitov
2015-08-07
1
-11
/
+6
*
|
vxlan: expose COLLECT_METADATA flag to user space
Alexei Starovoitov
2015-07-31
1
-0
/
+5
*
|
ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
Roopa Prabhu
2015-07-31
1
-1
/
+1
*
|
vxlan: Use proper endian type for vni in vxlan[6]_xmit_skb
Thomas Graf
2015-07-26
1
-2
/
+2
[next]