aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-provider.h
AgeCommit message (Expand)Author
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-14dpif: New function dpif_operate() and dpif-linux implementation.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-05dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-01datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff
2011-05-11dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.Ben Pfaff
2011-03-31dpif: Use sset instead of svec in dpif interface.Ben Pfaff
2011-01-28datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.Ben Pfaff
2011-01-28dpif: Remove dpif_get_all_names().Ben Pfaff
2011-01-27Eliminate ODPL_* from userspace-facing interface.Ben Pfaff
2011-01-27datapath: Eliminate 'flags' member from odp_flow.Ben Pfaff
2011-01-27dpif: Eliminate ODPPF_* constants from client-visible interface.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_flow_stats" from client-visible interface.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_flow" from client-visible interface.Ben Pfaff
2011-01-27datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.Ben Pfaff
2011-01-27datapath: Drop port information from odp_stats.Ben Pfaff
2011-01-27datapath: Drop queue information from odp_stats.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_port" from client-visible interface.Ben Pfaff
2011-01-27datapath: Change listing ports to use an iterator concept.Ben Pfaff
2011-01-27datapath: Report kernel's flow key when passing packets up to userspace.Ben Pfaff
2011-01-27datapath: Change listing flows to use an iterator concept.Ben Pfaff
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-11-18dpif: Make dpif_class 'open' function take class instead of type name.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-08-27ofproto: Avoid user->kernel->user round-trip for many controller actions.Ben Pfaff
2010-07-20dpif: Abstract translation from OpenFlow queue ID into ODP priority value.Ben Pfaff
2010-06-07Add guide to porting Open vSwitch.Ben Pfaff
2010-04-27ofproto: Avoid buffer copy in OFPT_PACKET_IN path.Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-01dpif: Allow providers to be managed at runtime.Jesse Gross
2010-01-27dpif: Update dpif interface to match netdev.Jesse Gross
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-22dpif: Rename "class" member to "dpif_class" for C++ compatibility.Ben Pfaff
2010-01-08Improve comments on interpretation of sFlow sampling probabilities.Ben Pfaff
2010-01-04Initial implementation of sFlow.Ben Pfaff
2009-11-30dpif: Minor provider comment cleanups.Justin Pettit
2009-07-06vswitch: Avoid knowledge of details specific to Linux datapaths.Ben Pfaff
2009-07-06New implementation of userspace datapath, based on the netdev library.Ben Pfaff
2009-07-06Introduce general-purpose ways to wait for dpif and netdev changes.Ben Pfaff
2009-07-06dpif: Add new functions dp_run() and dp_wait().Ben Pfaff
2009-07-06dpif: Make dpifs abstract, to allow multiple datapath implementations.Ben Pfaff