Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / datapath /
2011-01-13 Ben Pfaffdatapath: Use NULL for null pointer in compat code.
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2011-01-06 Ben Pfaffdatapath: Distinguish set_config() functions' names.
2011-01-06 Ben Pfaffdatapath: Improve vport-patch names that are too generic.
2011-01-06 Ben Pfaffdatapath: Clean up code in vport_get_stats().
2011-01-06 Ben Pfaffdatapath: Fix vport_get_stats() in !VPORT_F_GEN_STATS...
2011-01-06 Simon Hormandatapath: Treat GSO skbs as if they were fragments
2011-01-05 Jesse Grossdatapath: Fix double counting of packet stats for Linux...
2011-01-05 Jesse Grossdatapath: Use call_rcu() when deleting a datapath.
2010-12-30 Jesse Grossdatapath: Drop constness of datapath pointers.
2010-12-30 Jesse Grossdatapath: Report ifindex of 0 if vport doesn't have...
2010-12-30 Jesse Grossdatapath: Don't check for RCU in free_buckets in table.
2010-12-30 Jesse Grossdatapath: Hold dp->mutex when calling new_vport().
2010-12-30 Jesse Grossdatapath: Add owner to file_operations declaration.
2010-12-30 Jesse Grossdatapath: Acquire dp->mutex when deleting a datapath.
2010-12-30 Jesse Grossdatapath: Merge do_destroy_dp into destroy_dp.
2010-12-29 Jesse Grossdatapath: Use local variable for freeing on flow put...
2010-12-29 Jesse Grossdatapath: Allocate vports in more RCU friendly manner.
2010-12-29 Jesse Grossdatapath: Use RCU dereference in vport_get_ifindex().
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: Fix table sparse annotations.
2010-12-29 Jesse Grossdatapath: Don't directly access port array in query_port().
2010-12-29 Jesse Grossdatapath: Add get_vport_protected().
2010-12-29 Jesse Grossdatapath: Use get_table_protected() in additional places.
2010-12-29 Jesse Grossdatapath: Add missing rtnl_dereference() calls.
2010-12-29 Ben Pfaffdatapath: Fix 32-bit truncation of argument to ODPAT_OU...
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: Clean up use of TBL_* constants.
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-28 Ben Pfaffdatapath: Suppress sparse complaints about address...
2010-12-28 Ben Pfaffdatapath: Fix type of actions_len_left in modify_vlan_t...
2010-12-28 Ben Pfaffdatapath: Remove shadowed 'err' variable.
2010-12-24 Ben Pfaffdatapath: Don't recursively sample packets or reset...
2010-12-23 Ben Pfaffdatapath: Correct argument size for ODP_FLOW_GET.
2010-12-17 Ben Pfaffdatapath: Avoid calling flow_hash() twice for the same...
2010-12-16 Jesse Grossdatapath: Harmonize [get|set]_skb_csum_pointers().
2010-12-16 Jesse Grosstunneling: Refresh IP header pointer after update_header().
2010-12-14 Jesse Grossdatapath: Correctly return error if percpu allocation...
2010-12-13 Ben PfaffMakefile: Check for undistributed files on every make...
2010-12-13 Jesse Grossdatapath: Validate lock when handling flow actions.
2010-12-13 Jesse Grossdatapath: Check locks on access to flow table.
2010-12-13 Jesse Grossdatapath: Validate access to DP array.
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 Jesse Grossdatapath: Add usage of __percpu annotation.
2010-12-13 Jesse Grossdatapath: Correct usage of __user annotation.
2010-12-13 Jesse Grossdatapath: Compatibility code for RCU check functions.
2010-12-13 Jesse Grossdatapath: Add compatibility code for sparse annotations.
2010-12-13 Jesse Grossdatapath: Use __packed macro.
2010-12-13 Jesse Grossdatapath: Compatibility code for __packed macro.
2010-12-13 Ben Pfaffdatapath: Remove explicit 'unlikely' from IS_ERR calls.
2010-12-13 Ben Pfaffdatapath: Introduce more compat support for <net/netlin...
2010-12-13 Ben Pfaffdatapath: Add compat support for nla_type().
2010-12-13 Ben Pfaffdatapath: Include <linux/skbuff.h> directly into linux...
2010-12-13 Ben Pfaffdatapath: Include <linux/netlink.h> directly into flow.h.
2010-12-13 Ben Pfaffdatapath: Fix off-by-one error in dev_get_stats() compa...
2010-12-13 Ben Pfaffdatapath: Fix csum_replace4() compatibility implementation.
2010-12-11 Jesse Grossdatpath: Fix memory leak when a loop is detected.
2010-12-11 Jesse Grossdatapth: Drop check for impossible condition after...
2010-12-11 Jesse Grossdatapath: Drop synchronize_rcu() in internal dev destroy.
2010-12-11 Jesse Grossdatapath: Take advantage of IFF_OVS_DATAPATH.
2010-12-11 Jesse Grossdatapath: Don't use RCU for internal dev vport.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Jesse Grosstunneling: Fix updated port pools commit.
2010-12-10 Jesse Grossdatapath: Drop unused file ops.
2010-12-10 Jesse Grossdatapath: Hold mutex for DP while userspace is blocking...
2010-12-10 Jesse Grossdatapath: dp_sysfs_add_dp() needs RTNL lock.
2010-12-10 Jesse Grossdatapath: RCU dereference correct pointer in table.
2010-12-10 Jesse Grossdatapath: Don't rcu_dereference() objects in table.
2010-12-10 Jesse Grosstunneling: Add missing rcu_dereference() to cache cleaner.
2010-12-10 Jesse Grossbrcompat: Simplify generation of bridge ID.
2010-12-10 Jesse Grossdatapath: Use static where possible.
2010-12-10 Jesse Grossdatapath: Use NULL instead of 0 in alloc_buckets().
2010-12-10 Jesse Grosscapwap: Bind address should be big endian.
2010-12-10 Jesse Grossdatapath: Try to avoid custom checksum update function.
2010-12-10 Jesse Grossdatapath: Compatibility code for inet_proto_csum_replace2.
2010-12-10 Jesse Grossdatapath: Correctly update IP checksum with actions.
2010-12-10 Jesse Grossdatapath: Compatibility code for csum_replace4.
2010-12-10 Jesse Grosstunneling: Update port pools on config change.
2010-12-10 Jesse Grossdatapath: Fix indentation in patch-vport.c.
2010-12-10 Jesse Grossdatapath: Convert patch vport to use call_rcu() on...
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-07 Ben Pfaffdatapath: Fix odp-compat definition of struct compat_od...
2010-12-06 Jesse Grossdatapath: Update 32/64 bit compat ioctl to match new...
2010-12-04 Jesse Grossdatapath: Consolidate checksum compatibility code.
2010-12-03 Ben Pfaffdatapath: Merge vport "attach" into "create" and "detac...
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: Allow skbs with a frag list.
2010-12-03 Jesse Grossdatapath: Don't set dev->last_rx on kernels >= 2.6.29.
next