aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif.c
AgeCommit message (Expand)Author
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-18ofproto-dpif: Make it easier to credit statistics for resubmits.Ben Pfaff
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-04-18ofproto-dpif: Keep subfacet "used" times more up-to-date.Ben Pfaff
2012-02-15packets: New function packet_get_tcp_flags(), factored out of dpif.Ben Pfaff
2012-02-01Add a few 'const's.Ben Pfaff
2012-01-16dpif: Log each operation in dpif_operate().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
2012-01-12Better abstract OpenFlow error codes.Ben Pfaff
2012-01-10ofp-print: Remove vestigial 'total_len' argument.Ethan Jackson
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