Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / datapath / tunnel.c
2011-03-31 Simon Hormandatapath: Update for changes in 2.6.39-rc1
2011-03-18 Jesse Grossdatapath: Use ipv4_dst_hoplimit() instead of direct...
2011-03-10 Jesse Grosstunneling: Rely on protocol handles to parse ToS.
2011-03-04 Jesse Grosstunneling: Don't leak dst on vlan tagging failure.
2011-03-02 Ben Pfaffdatapath: Avoid duplicate test in tnl_free_linked_skbs().
2011-03-02 Ben Pfaffdatapath: Simplify send_frags().
2011-02-25 Valient Goughdatapath: call tnl_ops only after setting options
2011-02-07 Simon Hormandatapath: Clear rxhash when using an action that may...
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-02-07 Jesse Grosstunneling: Check refcount of each page in frags.
2011-02-04 Jesse Grosstunneling: Always use skb->len for PMTUD.
2011-02-04 Jesse Grosstunneling: Fix uninitialized variable warning in check_mtu.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-03 Jesse Grosstunneling: Simplify path MTU discovery logic.
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-06 Ben Pfaffdatapath: Distinguish set_config() functions' names.
2010-12-29 Jesse Grossdatapath: Allocate vports in more RCU friendly manner.
2010-12-29 Jesse Grossdatapath: Add casts for direct freeing of RCU data.
2010-12-29 Jesse Grosstunnel: Drop spinlock around cache free.
2010-12-29 Jesse Grossdatapath: Add missing rtnl_dereference() calls.
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-28 Jesse Grosstunneling: Don't shadow vport when generating cache.
2010-12-28 Ben Pfaffdatapath: Clarify meaning of n_buckets argument to...
2010-12-28 Ben Pfaffdatapath: Do not shadow 'err' variable name in tnl_send().
2010-12-16 Jesse Grosstunneling: Refresh IP header pointer after update_header().
2010-12-13 Jesse Grosstunneling: Add checks for header cache lock.
2010-12-13 Jesse Grossdatapath: Convert rcu_dereference() to correct variant.
2010-12-13 Jesse Grossdatapath: Don't directly access RCU protected pointers.
2010-12-13 Jesse Grossdatapath: Correct byte order annotations.
2010-12-13 Jesse Grossdatapath: Add usage of __rcu annotation.
2010-12-13 Ben Pfaffdatapath: Remove explicit 'unlikely' from IS_ERR calls.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Jesse Grosstunneling: Fix updated port pools commit.
2010-12-10 Jesse Grosstunneling: Add missing rcu_dereference() to cache cleaner.
2010-12-10 Jesse Grossdatapath: Use static where possible.
2010-12-10 Jesse Grosstunneling: Update port pools on config change.
2010-12-10 Jesse Grosstunneling: Access correct IP header when processing...
2010-12-10 Jesse Grosstunneling: Remove call to eth_type_trans() on receive.
2010-12-04 Jesse Grossdatapath: Consolidate checksum compatibility code.
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
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-12-03 Ben Pfaffdatapath: Change vals[] in struct port_lookup_key into...
2010-12-03 Jesse Grossdatapath: Use __read_mostly annotations where appropriate.
2010-12-03 Jesse Grosstunneling: Clear IP control block in one memset.
2010-12-03 Jesse Grosstunneling: Clear OVS_CB after call to update_header().
2010-10-08 Jesse Grosstunneling: Internal dev vport can be NULL.
2010-10-04 Jesse Grosstunnel: Correctly check for internal device.
2010-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-08-24 Jesse Grossdatapath: Add support for tunnel fragmentation.
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.