aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif.h
AgeCommit message (Expand)Author
2013-10-22dpif-linux: collect and display mega flow mask statsAndy Zhou
2013-10-09dpif: Support working around actions that a datapath does not support.Ben Pfaff
2013-08-23dpif: Change get_max_ports() to return uint32_t.Alex Wang
2013-07-25dpif: Make dpifs thread-safe, and document it.Ben Pfaff
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-20ovs-dpctl: Add mega flow supportAndy Zhou
2013-02-15Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff
2013-01-28netdev-vport: Build on all platforms.Ethan Jackson
2013-01-09dpif: Document.Ben Pfaff
2012-11-16Add functions to determine how port should be opened based on type.Justin Pettit
2012-11-01dpif: Add function to get the dpif 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-11-01dpif: Fix minor typo in comment.Justin Pettit
2012-08-21dpif: Add 'used' argument to dpif_flow_stats_extract().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-02-01Add a few 'const's.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-18tests: Allow unit tests to run as root.Ethan Jackson
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-protocol: Rename to <linux/openvswitch.h>.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-07-28Datapath action should not refer to controllerpravin shelar
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-11ofproto: Complete abstraction by adding enumeration and deletion functions.Ben Pfaff
2011-05-11dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.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-28datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.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