aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif.c
AgeCommit message (Expand)Author
2011-11-28ofproto: Add "fast path".Ben Pfaff
2011-11-18tests: Allow unit tests to run as root.Ethan Jackson
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-30flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-09dpif: Improve logging of upcalls.Ben Pfaff
2011-06-01datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-11dpif: Make dp_parse_name() normalize its returned type.Ben Pfaff
2011-05-11dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.Ben Pfaff
2011-05-04dpif: Better log unusual errors in dpif_port_query_by_name().Ben Pfaff
2011-05-04dpif: New function dpif_normalize_type().Ben Pfaff
2011-05-02ovs-dpctl: Add -s option to print packet and byte counters.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: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2011-01-27datapath: Change listing flows to use an iterator concept.Ben Pfaff
2010-12-13vswitchd: Consistently use size_t for action lengths.Jesse Gross
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-12-03dpif: Log port number of deleted port in dpif_port_del().Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-11-18dpif: Make dpif_class 'open' function take class instead of type name.Ben Pfaff
2010-11-18dpif: Use caller-provided dpif_class in dp_register_provider().Ben Pfaff
2010-11-05ofp-util: Add more functions for supporting OpenFlow error codes.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-11flow: Separate "flow_t" from "struct odp_flow_key".Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-20dpif: Abstract translation from OpenFlow queue ID into ODP priority value.Ben Pfaff
2010-05-26lib: Disable Linux-specific libraries on non-Linux systems.Ben Pfaff