Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / datapath / tunnel.h
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-13 Pravin B Shelardatapath: Move generic tunnel functions to lisp module.
2013-08-13 Pravin B Shelardatapath: Move find_route() to compat.h
2013-08-13 Pravin B Shelardatapath: move tunnel-init function to flow.h
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-05-06 Pravin B Shelardatapath: Kill VPORT_F_TUN_ID vport flag.
2013-05-06 Pravin B Shelartunneling: Remove struct tnl_vport and tnl_ops.
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-20 Ansis Attekaipsec: prepare IPsec for flow based tunneling
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-28 Jesse Grossdatapath: Remove tunnel configuration sequence number.
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-28 Jesse Grossdatapath: Remove tunnel path MTU discovery support.
2013-01-28 Jesse Grossdatapath: Remove support for Don't Fragment inheritance.
2013-01-26 Pravin B Shelardatapath: Clear struct ovs_key_ipv4_tunnel padding.
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-31 Jesse Grossdatapath: Initialize tunnel_key pad member.
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-12-06 Kyle Mesterydatapath: Add support for VXLAN tunnels to Open vSwitch
2012-11-07 Jesse Grossdatapath: Allow GRE64 to use flow based tunneling.
2012-11-05 Pravin B Shelardatapath: Remove tunnel header caching.
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-06 Pravin B Shelardatapath: 64-bit GRE support
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-21 Pravin B Shelartunnel: hh_cache access cleanup
2011-10-17 Ben Pfaffdatapath: Simplify tnl_find_port().
2011-10-05 Pravin B Shelardatapath: Fix tunnel hashing.
2011-09-30 Pravin Shelardatapath: Streamline tunnel port lookup
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-01 Andrew Evanstunneling: Add DF inherit and default flags to set...
2011-03-10 Jesse Grosstunneling: Rely on protocol handles to parse ToS.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-13 Jesse Grossdatapath: Add usage of __rcu annotation.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-08-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-24 Jesse Grossdatapath: Add support for tunnel fragmentation.
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.