aboutsummaryrefslogtreecommitdiff
path: root/include/net/vxlan.h
AgeCommit message (Expand)Author
2015-12-05vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc
2015-08-25vxlan: fix multiple inclusion of vxlan.hJiri Benc
2015-08-23vxlan: GRO support at tunnel layerTom Herbert
2015-08-20vxlan: provide access function for vxlan socket address familyJiri Benc
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-21vxlan: Factor out device configurationThomas Graf
2015-07-21vxlan: Flow based tunnelingThomas Graf
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-13vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev
2015-03-11vxlan: Correct path typo in commentSimon Horman
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf
2015-01-15vxlan: Group Policy extensionThomas Graf
2015-01-14vxlan: Remote checksum offloadTom Herbert
2015-01-12vxlan: Improve support for header flagsTom Herbert
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer
2014-11-14net: Add vxlan_gso_check() helperJoe Stringer
2014-07-07vxlan: Call udp_flow_src_portTom Herbert
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert
2014-04-24vxlan: add x-netns supportNicolas Dichtel
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel
2013-08-31vxlan: add ipv6 supportCong Wang
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar