netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto / tunnel.c
2016-02-18 Pravin B Shelartunneling: Disable IPv6 tunnel
2016-01-19 Haggai Eranofproto: Wildcard TTL on IP tunnels
2015-12-04 Thadeu Lima de Sou... netdev-vport: Add IPv6 support for build/push/pop tunne...
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Thadeu Lima de Sou... tnl-arp-cache: Rename module and functions to tnl-neigh...
2015-11-30 Jiri Benctunneling: add IPv6 support to netdev_tunnel_config
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-10 Jiri Benctunneling: extend tnl_match with ipv6
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-07-31 Ben Pfafftunnel: Break tnl_xlate_init() into two separate functions.
2015-07-24 Ben Pfafftunnel: Drop 'base_flow' parameter from tnl_xlate_init().
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-06-25 Jesse Grosstunneling: Don't match on source IP address for native...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-06 Ben Pfaffofproto-dpif: Avoid creating OpenFlow ports for duplica...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-27 Ricky Linetdev: Fix user space tunneling for set_tunnel action.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Jarno Rajahalmeofproto-dpif-xlate: Honor skip_wildcards in translation.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-05 Alex Wangtunnel: Recreate tunnel port only when the netdev statu...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-12 Pravin B Shelartunnel: Convert rwlock to fat-rwlock.
2014-10-23 Ben Pfafftunnel: Add to nw_tos bits instead of replacing them...
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-05-07 Joe Stringertunnel: Fix bug where misconfiguration persists.
2014-04-11 Jarno RajahalmeClarify tunnel wildcarding.
2014-04-09 Jarno Rajahalmeofproto: Fix wildcard masking with nw_tos.
2014-03-02 Ben Pfafftunnel: Do not set padding bits in tunnel mask.
2014-02-11 Ben Pfafftunnel: Support all combinations of flow-based and...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-09-25 Ben Pfafftunnel: Make tnl_find() easier to understand.
2013-08-23 priteshofproto: remove the extra reset to make code clear...
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 Ethan Jacksontunnel: Make the ofproto-dpif tunnel module thread...
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-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-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-29 Jesse Grosstunnel: Userspace implementation of tunnel manipulation.