datapath: Backport more Netlink functions.
[sliver-openvswitch.git] / datapath /
2011-01-28 Ben Pfaffdatapath: Backport more Netlink functions.
2011-01-28 Ben Pfaffdatapath: Backport genl_register_family_with_ops().
2011-01-28 Ben Pfaffdatapath: Extend compatibility code for genl_register_m...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Get rid of ODPP_NONE.
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Remove non-standard nla_put_be{16,32,64}...
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop flow information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Make VERIFY_NUL_STRING verify the string...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
2011-01-28 Ben Pfaffdatapath: Make it possible to query vports by name...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-27 Ben Pfaffdatapath: Make VERIFY_NUL_STRING return a negative...
2011-01-25 Ben Pfaffdatapath: Move rcu_read_lock_held(), rcu_dereference_...
2011-01-25 Ben Pfaffdatapath: Avoid sparse warning in compat header.
2011-01-23 Ben Pfaffdatapath: Remove unused ->set_stats() function from...
2011-01-21 Ben Pfaffdatapath: Remove vport_del_all() because it is now...
2011-01-19 Jesse Grossdatapath: Avoid backported csum_replace4() on RHEL 5.
2011-01-18 Ben Pfaffdatapath: Tabify indentation.
2011-01-18 Ben Pfaffdatapath: Fix validation of ODPAT_OUTPUT actions.
2011-01-17 Ben Pfaffdatapath: Consistently parenthesize the operand of...
2011-01-13 Ben Pfaffdatapath: Get rid of compat.h, compat26.h in favor...
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.
next