Global replace of Nicira Networks.
[sliver-openvswitch.git] / datapath / tunnel.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-02 David S. Millerdatapath: Stop using NLA_PUT*().
2012-03-23 Pravin B Shelardatapath: Support for kernel 3.3
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2011-12-02 Jesse Grossdatapath: Remove custom version of ipv6_skip_exthdr().
2011-11-30 Jesse Grossdatapath: Don't use ipv6_addr_copy().
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-11 Pravin B Shelardatapath: remove actions.h
2011-11-11 Pravin B Shelardatapath: Don't use Nicira's OUI for generating mac...
2011-11-08 Pravin B Shelardatapath: Update kernel support to 3.2.
2011-11-08 Jesse Grosstunneling: Separate out multicast port pools.
2011-11-08 Jesse Grosstunneling: Reduce priority of multicast tunnels.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelartunnel: Handle hh_cache access for Linux kernel 3.1
2011-10-21 Pravin B Shelartunnel: hh_cache access cleanup
2011-10-18 Ben Pfaffdatapath: Fix tunnel reconfiguration that does not...
2011-10-17 Ben Pfaffdatapath: Simplify tnl_find_port().
2011-10-17 Ben Pfaffdatapath: Avoid confusing tunnels that have different...
2011-10-17 Ben Pfaffdatapath: Factor out repeated tnl_vport_to_vport()...
2011-10-07 Pravin B Shelardatapath: Remove RT kernel support.
2011-10-05 Pravin B Shelardatapath: Fix tunnel hashing.
2011-09-30 Pravin Shelardatapath: Streamline tunnel port lookup
2011-09-15 Pravin Shelardatapath: Fix tunnel lookup
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-03 Simon Hormandatapath: Allow the number of hash entries to exceed...
2011-06-17 Jesse Grossdatapath: Use consume_skb() on non-errors.
2011-06-16 Jesse Grossdatapath: Further mirror checksum offloading state...
2011-06-16 Jesse Grosstunneling: Avoid extra copying if expanding headroom.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Andrew Evansdatapath: Hash and compare only the part of sw_flow_key...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-04-30 Andrew Evanstunneling: Add df_default and df_inherit tunnel options.
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.