index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
vxlan.h
Age
Commit message (
Expand
)
Author
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-13
vxlan: fix wrong usage of VXLAN_VID_MASK
Alexey Kodanev
2015-03-12
vxlan: Correct path typo in comment
Simon Horman
2015-02-11
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
2015-01-25
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
2015-01-15
vxlan: Only bind to sockets with compatible flags enabled
Thomas Graf
2015-01-15
vxlan: Group Policy extension
Thomas Graf
2015-01-14
vxlan: Remote checksum offload
Tom Herbert
2015-01-12
vxlan: Improve support for header flags
Tom Herbert
2014-12-26
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
2014-11-18
vxlan: Inline vxlan_gso_check().
Joe Stringer
2014-11-14
net: Add vxlan_gso_check() helper
Joe Stringer
2014-07-08
vxlan: Call udp_flow_src_port
Tom Herbert
2014-06-05
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
Tom Herbert
2014-04-24
vxlan: add x-netns support
Nicolas Dichtel
2014-01-22
net: Add GRO support for vxlan traffic
Or Gerlitz
2013-10-29
vxlan: Have the NIC drivers do less work for offloads
Joseph Gasparakis
2013-09-05
vxlan: Notify drivers for listening UDP port changes
Joseph Gasparakis
2013-09-04
vxlan: remove net arg from vxlan[6]_xmit_skb()
Nicolas Dichtel
2013-09-01
vxlan: add ipv6 support
Cong Wang
2013-08-20
vxlan: Factor out vxlan send api.
Pravin B Shelar
2013-08-20
vxlan: Extend vxlan handlers for openvswitch.
Pravin B Shelar