datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.
[sliver-openvswitch.git] / datapath / datapath.c
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: Change vport type from string to integer...
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-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-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: 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: 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-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-28 Ben Pfaffdatapath: Clarify meaning of n_buckets argument to...
2010-12-28 Ben Pfaffdatapath: Suppress sparse complaints about address...
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-14 Jesse Grossdatapath: Correctly return error if percpu allocation...
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 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: Correct usage of __user annotation.
2010-12-13 Ben Pfaffdatapath: Remove explicit 'unlikely' from IS_ERR calls.
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-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 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: Use static where possible.
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 Jesse Grossdatapath: Use __read_mostly annotations where appropriate.
2010-10-25 Jesse Grossdatapath: Add loop detection for RT kernels.
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-11 Ben Pfaffdatapath: Fix build break in compat_query_flows().
2010-10-11 Hao Zhengdatapath: fix flow used time stats
2010-10-11 Ben Pfaffdatapath: Always use GFP_ATOMIC to execute actions.
2010-10-11 Ben Pfaffdatapath: Drop padding from struct odp_flow_key.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-09-22 Jesse Grossdatapath: Backport workqueue functions.
2010-09-22 Jesse Grossdatapath: Move is_frag out of struct ovs_skb_cb.
2010-09-22 Jesse Grossdatapath: Enable usage of cached flows.
2010-09-22 Jesse Grossdatapath: Add ref counting for flows.
2010-09-22 Jesse Grossdatapath: Move flow allocation into a function.
2010-09-17 Jesse Grossdatapath: Remove backported random32().
2010-09-16 Jesse Grossdatapath: Check IS_ERR() in do_execute().
2010-08-30 Joe Perchestreewide: Use pr_fmt and pr_<level>
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffdatapath: Report memory allocation errors in flow_extra...
2010-08-26 Ben Pfaffdatapath: Free up flow_extract() return value for repor...
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-08-03 Ben Pfaffdatapath: Detect and suppress flows that are implicated...
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-07-30 Jesse Grossvport: Make dp_port->vport always valid.
2010-07-30 Jesse Grossdatapath: Remove dead code.
2010-07-30 Jesse Grossdatapath: Remove redundant checks on SKBs.
2010-07-26 Jesse Grossdatapath: Don't query time for every packet.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-15 Jesse Grossdatapath: Make checksum offsets unsigned.
2010-07-13 Jesse Grossdatapath: Make our checksumming more closely match...
2010-06-25 Yu Zhiguodatapath: fix header file include
2010-06-19 Jesse Grossdatapath: Don't compute checksums on partial packets.
2010-06-18 Jesse Grossdatapath: Compute checksum while sending packets to...
2010-06-18 Jesse Grossdatapath: Call vswitch_skb_checksum_setup() before...
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-05-25 Ben Pfaffdatapath: Fix ODP_PORT_GROUP_GET implementation.
2010-05-14 Jesse Grossdatapath: Use per_cpu_ptr instead of percpu_ptr.
2010-05-14 Jesse Grossdatapath: Hold rcu_read_lock where we claim to.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-14 Jesse Grossdatapath: Disable bottom-halves where necessary.
2010-05-14 Jesse Grossdatapath: Use spin_lock_bh() consistently.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid __copy_to/from_user(), __get/put_user...
2010-05-13 Ben Pfaffdatapath: Prepare to support 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_flows' in...
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-05-01 Jesse Grossdatapath: Don't hold dp_mutex when setting internal...
next