summaryrefslogtreecommitdiff
path: root/include/net/vxlan.h
Commit message (Expand)AuthorAge
* vxlan: Fix trailing semicolonLuis de Bethencourt2018-01-17
* vxlan: trivial indenting fix.William Tu2018-01-03
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* vxlan: factor out VXLAN-GPE next protocolJiri Benc2017-08-29
* net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* vxlan: fix hlist corruptionJiri Benc2017-07-03
* vxlan: check valid combinations of address scopesMatthias Schiffer2017-06-20
* vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-20
* vxlan: remove unsed vxlan_dev_dst_port()pravin shelar2016-11-15
* vxlan: avoid using stale vxlan socket.pravin shelar2016-10-29
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-10
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-17
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-17
* vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-04
|\
| * vxlan: Add checksum check to the features check functionAlexander Duyck2016-05-03
* | vxlan: break dependency with netdev driversHannes Frederic Sowa2016-04-21
* | vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa2016-04-16
* | vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-07
* | vxlan: implement GPEJiri Benc2016-04-06
|/
* vxlan: fix sparse warningsJiri Benc2016-03-21
* vxlan: support setting IPv6 flow labelDaniel Borkmann2016-03-11
* VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck2016-02-21
* vxlan: tun_id is 64bit, not 32bitJiri Benc2016-02-18
* vxlan: keep flags and vni in network byte orderJiri Benc2016-02-17
* vxlan: introduce vxlan_hdrJiri Benc2016-02-17
* net: use dst_cache for vxlan devicePaolo Abeni2016-02-16
* vxlan: restructure vxlan.h definitionsJiri Benc2016-02-07
* vxlan: remove duplicated macrosJiri Benc2016-02-07
* vxlan: cleanup typesJiri Benc2016-02-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-17
|\
| * vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc2015-12-05
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-15
|/
* vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-26
* vxlan: fix multiple inclusion of vxlan.hJiri Benc2015-08-25
* vxlan: GRO support at tunnel layerTom Herbert2015-08-23
* vxlan: provide access function for vxlan socket address familyJiri Benc2015-08-20
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-07
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-21
* vxlan: Factor out device configurationThomas Graf2015-07-21
* vxlan: Flow based tunnelingThomas Graf2015-07-21
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
|\
| * vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-13
* | vxlan: Correct path typo in commentSimon Horman2015-03-11
|/
* vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-11
* vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-24
* vxlan: Only bind to sockets with compatible flags enabledThomas Graf2015-01-15
* vxlan: Group Policy extensionThomas Graf2015-01-15
* vxlan: Remote checksum offloadTom Herbert2015-01-14