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
/
include
/
net
/
vxlan.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-30
vxlan: factor out VXLAN-GPE next protocol
Jiri Benc
1
-6
/
+0
2017-07-05
net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-03
vxlan: fix hlist corruption
Jiri Benc
1
-1
/
+9
2017-06-20
vxlan: check valid combinations of address scopes
Matthias Schiffer
1
-0
/
+2
2017-06-20
vxlan: get rid of redundant vxlan_dev.flags
Matthias Schiffer
1
-1
/
+0
2016-11-15
vxlan: remove unsed vxlan_dev_dst_port()
pravin shelar
1
-10
/
+0
2016-10-30
vxlan: avoid using stale vxlan socket.
pravin shelar
1
-2
/
+2
2016-09-11
net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()
Amir Vadai
1
-18
/
+0
2016-06-18
net: Remove deprecated tunnel specific UDP offload functions
Alexander Duyck
1
-5
/
+0
2016-06-18
net: Merge VXLAN and GENEVE push notifiers into a single notifier
Alexander Duyck
1
-2
/
+2
2016-06-18
vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes
Alexander Duyck
1
-5
/
+1
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2016-05-03
vxlan: Add checksum check to the features check function
Alexander Duyck
1
-1
/
+3
2016-04-21
vxlan: break dependency with netdev drivers
Hannes Frederic Sowa
1
-4
/
+2
2016-04-17
vxlan: synchronously and race-free destruction of vxlan sockets
Hannes Frederic Sowa
1
-2
/
+0
2016-04-07
vxlan: change vxlan to use UDP socket GRO
Tom Herbert
1
-1
/
+0
2016-04-06
vxlan: implement GPE
Jiri Benc
1
-0
/
+68
2016-03-21
vxlan: fix sparse warnings
Jiri Benc
1
-8
/
+8
2016-03-11
vxlan: support setting IPv6 flow label
Daniel Borkmann
1
-0
/
+1
2016-02-22
VXLAN: Support outer IPv4 Tx checksums by default
Alexander Duyck
1
-1
/
+1
2016-02-18
vxlan: tun_id is 64bit, not 32bit
Jiri Benc
1
-0
/
+9
2016-02-18
vxlan: keep flags and vni in network byte order
Jiri Benc
1
-11
/
+59
2016-02-18
vxlan: introduce vxlan_hdr
Jiri Benc
1
-0
/
+5
2016-02-17
net: use dst_cache for vxlan device
Paolo Abeni
1
-0
/
+1
2016-02-07
vxlan: restructure vxlan.h definitions
Jiri Benc
1
-41
/
+63
2016-02-07
vxlan: remove duplicated macros
Jiri Benc
1
-3
/
+0
2016-02-07
vxlan: cleanup types
Jiri Benc
1
-7
/
+7
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-12-16
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-1
/
+1
2015-12-06
vxlan: fix incorrect RCO bit in VXLAN header
Jiri Benc
1
-1
/
+1
2015-09-27
vxlan: support both IPv4 and IPv6 sockets in a single vxlan device
Jiri Benc
1
-3
/
+11
2015-08-26
vxlan: fix multiple inclusion of vxlan.h
Jiri Benc
1
-1
/
+2
2015-08-24
vxlan: GRO support at tunnel layer
Tom Herbert
1
-0
/
+1
2015-08-21
vxlan: provide access function for vxlan socket address family
Jiri Benc
1
-0
/
+5
2015-08-07
vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA
Alexei Starovoitov
1
-3
/
+1
2015-07-21
openvswitch: Use regular VXLAN net_device device
Thomas Graf
1
-20
/
+4
2015-07-21
vxlan: Factor out device configuration
Thomas Graf
1
-0
/
+59
2015-07-21
vxlan: Flow based tunneling
Thomas Graf
1
-1
/
+9
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
1
-1
/
+1
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-03-13
vxlan: fix wrong usage of VXLAN_VID_MASK
Alexey Kodanev
1
-0
/
+1
2015-03-12
vxlan: Correct path typo in comment
Simon Horman
1
-1
/
+1
2015-02-12
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
1
-1
/
+3
2015-01-25
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
1
-5
/
+8
2015-01-15
vxlan: Only bind to sockets with compatible flags enabled
Thomas Graf
1
-0
/
+3
2015-01-15
vxlan: Group Policy extension
Thomas Graf
1
-5
/
+74
2015-01-14
vxlan: Remote checksum offload
Tom Herbert
1
-0
/
+11
2015-01-13
vxlan: Improve support for header flags
Tom Herbert
1
-0
/
+7
2014-12-27
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
1
-4
/
+24
[next]