netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / datapath / vport-gre.c
2015-12-08 Pravin B Shelardatapath: Backport: openvswitch: properly refcount...
2015-12-04 Pravin B Shelardatapath: Add support for lwtunnel
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-04 Thomas Grafdatapath: Turn vports with dependencies into separate...
2015-02-03 Thomas Grafdatapath: Account for "rename vlan_tx_* helpers since...
2015-01-07 Thomas Grafdatapath: Account for rename to vlan_insert_tag_set_proto()
2014-12-24 Pravin B Shelardatapath: Simplify vport_send() error handling.
2014-09-21 Thomas Grafdatapath: Provide compatibility for kernels up to 3.17
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-07 Pravin B Shelardatapath: Use tun_info only for egress tunnel path.
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-06-20 Jesse Grossdatapath: Wrap struct ovs_key_ipv4_tunnel in a new...
2014-04-05 Wei Zhangdatapath: supply a dummy err_handler of gre_cisco_proto...
2014-03-28 Monam Agarwaldatapath: Use with RCU_INIT_POINTER(x, NULL) in vport...
2014-03-07 Pravin Shelardatapath: Add support for Linux 3.12
2013-09-23 Wei Yongjundatapath: remove duplicated include from vport-gre.c
2013-09-07 Pravin B Shelardatapath: iptunnels: remove net arg from iptunnel_xmit().
2013-09-06 Pravin B Shelardatapath: Remove vlan compat support
2013-09-06 Pravin B Shelardatapath: Remove checksum compat support
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-08-13 Pravin B Shelardatapath: Move generic tunnel functions to lisp module.
2013-08-13 Pravin B Shelardatapath: move tunnel-init function to flow.h
2013-08-13 Pravin B Shelardatapath: tunnel: Fix gre64 tunnel when key not specified.
2013-06-28 Jesse Grossdatapath: Make GRE support conditional on CONFIG_NET_IP...
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-06-12 Pravin B Shelardatapath: make skb->csum consistent with rest of networ...
2013-05-06 Pravin B Shelardatapath: Kill VPORT_F_TUN_ID vport flag.
2013-05-06 Pravin B Shelardatapath: Move vport init to first port create.
2013-05-06 Pravin B Shelardatapath: Unify vport error stats handling.
2013-05-06 Pravin B Shelartunneling: Remove struct tnl_vport and tnl_ops.
2013-04-12 Pravin B Shelardatapath: Simplify datapath locking.
2013-03-27 Jarno Rajahalmedatapath: Factor out common code from *_build_header...
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-02 Jesse Grosstunneling: Don't send ICMP messages if no tunnel port...
2013-01-28 Jesse Grossdatapath: Remove compatibility GRE identifier.
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-28 Jesse Grossdatapath: Remove tunnel path MTU discovery support.
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-11-07 Jesse Grosstunnel: Zero keys if marked as not present.
2012-11-07 Jesse Grossdatapath: Allow GRE64 to use flow based tunneling.
2012-11-07 Jesse Grossdatapath: Shorten flow tunneling flags.
2012-11-05 Pravin B Shelardatapath: Remove tunnel header caching.
2012-11-05 Pravin B Shelardatapath: Add Upstream id for GRE type.
2012-10-24 Pravin B Shelardatapath: Fix zero key tunnels.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-10 Pravin B Shelardatapath: Allow GRE64 tunnels without any key.
2012-10-09 Pravin B Shelardatapath: Fix GRE tunnel without any key.
2012-10-06 Pravin B Shelardatapath: 64-bit GRE support
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2012-01-20 Jesse Grossdatapath: Correct GRE checksum offset.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-17 Ben Pfaffdatapath: Simplify tnl_find_port().
2011-09-30 Pravin Shelardatapath: Streamline tunnel port lookup
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-06-30 Jesse Grosstunneling: Force selection of an IP ID with GRE.
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...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-13 Jesse Grossdatapath: Correct byte order annotations.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-12-03 Jesse Grosstunnels: Mark tnl_ops as static.
2010-12-03 Jesse Grossdatapath: Constify ops structures.
2010-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-08-30 Joe Perchestreewide: Use pr_fmt and pr_<level>
2010-08-24 Jesse Grossdatapath: Add support for tunnel fragmentation.
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.
2010-08-23 Simon Hormandatapath: rtable may not have a u. member
2010-08-21 Jesse Grossgre: Don't require incoming checksum.
2010-07-15 Jesse Grossgre: Use struct for parsing GRE header.
2010-07-15 Jesse Grossgre: Wait for an RCU grace period before freeing port.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-13 Jesse Grossgre: Fix headroom calculation.
2010-06-18 Jesse Grossdatapath: Compute checksum while sending packets to...
2010-06-18 Jesse Grossdatapath: Check vswitch_skb_checksum_setup() return...
2010-06-11 Jesse Grossgre: Improve headroom calculation to reducing copying.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-05-19 Jesse Grossgre: Check whether IPv6 is compiled into the kernel.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-11 Jesse Grossgre: Include route headers in headroom calculation.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-04-26 Jesse Grossgre: Ensure skb properties are consistently set.
2010-04-21 Jesse Grossgre: Fix ICMP translation for path MTU discovery.
2010-04-19 Jesse Grosstunneling: Add datapath GRE support.