summaryrefslogtreecommitdiffstats
path: root/include/net/vxlan.h
Commit message (Expand)AuthorAgeFilesLines
* vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-151-10/+0
* vxlan: avoid using stale vxlan socket.pravin shelar2016-10-291-2/+2
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-18/+0
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-171-5/+0
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-2/+2
* vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-171-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+3
|\
| * vxlan: Add checksum check to the features check functionAlexander Duyck2016-05-031-1/+3
* | vxlan: break dependency with netdev driversHannes Frederic Sowa2016-04-211-4/+2
* | vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa2016-04-161-2/+0
* | vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-071-1/+0
* | vxlan: implement GPEJiri Benc2016-04-061-0/+68
|/
* vxlan: fix sparse warningsJiri Benc2016-03-211-8/+8
* vxlan: support setting IPv6 flow labelDaniel Borkmann2016-03-111-0/+1
* VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck2016-02-211-1/+1
* vxlan: tun_id is 64bit, not 32bitJiri Benc2016-02-181-0/+9
* vxlan: keep flags and vni in network byte orderJiri Benc2016-02-171-11/+59
* vxlan: introduce vxlan_hdrJiri Benc2016-02-171-0/+5
* net: use dst_cache for vxlan devicePaolo Abeni2016-02-161-0/+1
* vxlan: restructure vxlan.h definitionsJiri Benc2016-02-071-41/+63
* vxlan: remove duplicated macrosJiri Benc2016-02-071-3/+0
* vxlan: cleanup typesJiri Benc2016-02-071-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-1/+1
|\
| * vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc2015-12-051-1/+1
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
|/
* vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-261-3/+11
* vxlan: fix multiple inclusion of vxlan.hJiri Benc2015-08-251-1/+2
* vxlan: GRO support at tunnel layerTom Herbert2015-08-231-0/+1
* vxlan: provide access function for vxlan socket address familyJiri Benc2015-08-201-0/+5
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-3/+1
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-20/+4
* vxlan: Factor out device configurationThomas Graf2015-07-211-0/+59
* vxlan: Flow based tunnelingThomas Graf2015-07-211-1/+9
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+1
|\
| * vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-131-0/+1
* | vxlan: Correct path typo in commentSimon Horman2015-03-111-1/+1
|/
* vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-1/+3
* vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-241-5/+8
* vxlan: Only bind to sockets with compatible flags enabledThomas Graf2015-01-151-0/+3
* vxlan: Group Policy extensionThomas Graf2015-01-151-5/+74
* vxlan: Remote checksum offloadTom Herbert2015-01-141-0/+11
* vxlan: Improve support for header flagsTom Herbert2015-01-121-0/+7
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-4/+24
* vxlan: Inline vxlan_gso_check().Joe Stringer2014-11-181-1/+17
* net: Add vxlan_gso_check() helperJoe Stringer2014-11-141-0/+2
* vxlan: Call udp_flow_src_portTom Herbert2014-07-071-2/+0
* vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-041-1/+11
* vxlan: add x-netns supportNicolas Dichtel2014-04-241-1/+1
* net: Add GRO support for vxlan trafficOr Gerlitz2014-01-211-0/+1