Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / ofproto / tunnel.c
2014-05-04 Giuseppe LettieriMerge branch 'mainstream'
2014-04-11 Jarno RajahalmeClarify tunnel wildcarding.
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-09 Jarno Rajahalmeofproto: Fix wildcard masking with nw_tos.
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-02 Ben Pfafftunnel: Do not set padding bits in tunnel mask.
2014-02-25 Giuseppe LettieriMerge branch 'mainstream'
2014-02-11 Ben Pfafftunnel: Support all combinations of flow-based and...
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-25 Ben Pfafftunnel: Make tnl_find() easier to understand.
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-23 priteshofproto: remove the extra reset to make code clear...
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-13 Jesse Grosstunnel: Clear IPSEC_MARK on input rather than output.
2013-08-13 Jesse Grosstunnel: Consolidate action code for tunnel port receive.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-31 Ethan Jacksontunnel: Make the ofproto-dpif tunnel module thread...
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
2013-06-28 Ethan Jacksontunnel: Use ofport_dpif instead of ofport.
2013-06-26 Justin Pettittunnel: Only un-wildcard the ECN bits for IP traffic.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-14 Justin Pettittunnel: Don't wildcard TTL and TOS in some circumstances.
2013-05-16 Alex Wangnetdev: Prevent using reserved names
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-05-09 Ben Pfafftunnel: Make tnl_port_receive() parameter 'const'.
2013-05-08 Jarno RajahalmeKeep all of tunnel metadata in flow.
2013-05-02 Neil MckeeChange sFlow model to reflect per-bridge sampling
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-18 Ansis Attekaipsec: unset IPSEC_MARK flag from skb_mark after tunnel...
2013-03-06 Justin Pettittunnel: Mark ECN status on decapsulated tunnel packets.
2013-03-06 Justin Pettittunnel: Generate datapath flows for tunneled packets...
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-20 Ansis Attekatunnel: set skb mark for IPsec tunnel packets
2013-02-08 Ethan Jacksontunnel: Treat in_key=0 the same as a missing in_key.
2013-02-08 Ethan Jacksontunnel: Log tunneling changes at INFO level.
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Jesse Grosstunnel: Userspace implementation of tunnel manipulation.