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