Global replace of Nicira Networks.
[sliver-openvswitch.git] / datapath / vport-gre.c
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.