summaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
AgeCommit message (Expand)AuthorLines
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar-2/+2
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai-18/+0
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck-5/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck-2/+2
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck-5/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck-1/+3
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa-4/+2
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa-2/+0
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert-1/+0
2016-04-06vxlan: implement GPEJiri Benc-0/+68
2016-03-21vxlan: fix sparse warningsJiri Benc-8/+8
2016-03-11vxlan: support setting IPv6 flow labelDaniel Borkmann-0/+1
2016-02-21VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck-1/+1
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc-0/+9
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc-11/+59
2016-02-17vxlan: introduce vxlan_hdrJiri Benc-0/+5
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni-0/+1
2016-02-07vxlan: restructure vxlan.h definitionsJiri Benc-41/+63
2016-02-07vxlan: remove duplicated macrosJiri Benc-3/+0
2016-02-07vxlan: cleanup typesJiri Benc-7/+7
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert-1/+1
2015-12-05vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc-1/+1
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc-3/+11
2015-08-25vxlan: fix multiple inclusion of vxlan.hJiri Benc-1/+2
2015-08-23vxlan: GRO support at tunnel layerTom Herbert-0/+1
2015-08-20vxlan: provide access function for vxlan socket address familyJiri Benc-0/+5
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov-3/+1
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf-20/+4
2015-07-21vxlan: Factor out device configurationThomas Graf-0/+59
2015-07-21vxlan: Flow based tunnelingThomas Graf-1/+9
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller-1/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2015-03-13vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev-0/+1
2015-03-11vxlan: Correct path typo in commentSimon Horman-1/+1
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert-1/+3
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert-5/+8
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf-0/+3
2015-01-15vxlan: Group Policy extensionThomas Graf-5/+74
2015-01-14vxlan: Remote checksum offloadTom Herbert-0/+11
2015-01-12vxlan: Improve support for header flagsTom Herbert-0/+7
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross-4/+24
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer-1/+17
2014-11-14net: Add vxlan_gso_check() helperJoe Stringer-0/+2
2014-07-07vxlan: Call udp_flow_src_portTom Herbert-2/+0
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert-1/+11
2014-04-24vxlan: add x-netns supportNicolas Dichtel-1/+1
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz-0/+1
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis-0/+11