aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-dpctl.c
AgeCommit message (Expand)Author
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-11-29ovs-dpctl: Describe -s option in usage message.Ben Pfaff
2012-11-01ovs-dpctl: Make specifying datapath optional for some commands.Justin Pettit
2012-11-01Always treat datapath ports as 32 bits.Justin Pettit
2012-07-30ovs-dpctl: Allow requesting the port number from "add-if" command.Justin Pettit
2012-07-09Rename static functions to increase uniqueness.Arun Sharma
2012-06-14lib: New data structure - smap.Ethan Jackson
2012-05-22simap: New data structure for string-to-integer maps.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2011-11-17ovs-dpctl: Suppress compiler warning on 64 bit linux.Ethan Jackson
2011-11-17tests: Rewrite code for comparing sets of ODP actions.Ben Pfaff
2011-11-17odp-util: New function odp_actions_from_string().Ben Pfaff
2011-10-24ovs-dpctl: Add new "set-if" command.Ben Pfaff
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-05dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff
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-08-08netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff
2011-08-08netdev: Decouple creating and configuring network devices.Ben Pfaff
2011-08-08netdev: Clean up and refactor packet receive interface.Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-08-03ovs-dpctl: Show number of flowsSimon Horman
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-16Add missing "static" keywords.Ben Pfaff
2011-05-02ovs-dpctl: Add -s option to print packet and byte counters.Ben Pfaff
2011-04-04util: New function ovs_fatal_valist().Ben Pfaff
2011-03-31dpif: Use sset instead of svec in dpif interface.Ben Pfaff
2011-03-04ovs-dpctl: Support more than one option for "add-if" command.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: Drop port information from odp_stats.Ben Pfaff
2011-01-27datapath: Drop queue information from odp_stats.Ben Pfaff
2011-01-27datapath: Drop flow information from odp_stats.Ben Pfaff
2011-01-27dpif: Eliminate "struct odp_port" from client-visible interface.Ben Pfaff
2011-01-27ovs-dpctl: Use netdev_get_config() to print vport configurations.Ben Pfaff
2011-01-27datapath: Change listing ports to use an iterator concept.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
2011-01-27ovs-dpctl: Use datapath enumeration functions instead of guessing names.Ben Pfaff
2010-12-28ovs-dpctl: Reimplement get_port_number() using dpif_port_query_by_name().Ben Pfaff
2010-12-28ovs-dpctl: Print extended information about vports.Justin Pettit
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-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-05-26Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff
2010-04-13ovs-dpctl: In "dump-flows", only print flows that can be retrieved.Ben Pfaff