aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-provider.h
AgeCommit message (Expand)Author
2013-08-23dpif: Change get_max_ports() to return uint32_t.Alex Wang
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-20ovs-dpctl: Add mega flow supportAndy Zhou
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-11-16Add functions to determine how port should be opened based on type.Justin Pettit
2012-11-01dpif: Add new dpif_port_exists() function.Justin Pettit
2012-11-01Always treat datapath ports as 32 bits.Justin Pettit
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-07-30dpif: Allow the port number to be requested when adding an interface.Justin Pettit
2012-05-09ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-01-16dpif: Change provider interface to consistently use operation structs.Ben Pfaff
2012-01-16dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff
2012-01-12dpif: Simplify the "listen mask" concept.Ben Pfaff
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