summaryrefslogtreecommitdiff
path: root/utilities/ovs-dpctl.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently write null pointer constants as NULL instead of 0.Ben Pfaff2011-05-161-5/+5
* Add missing "static" keywords.Ben Pfaff2011-05-161-1/+1
* ovs-dpctl: Add -s option to print packet and byte counters.Ben Pfaff2011-05-021-0/+62
* util: New function ovs_fatal_valist().Ben Pfaff2011-04-041-10/+1
* dpif: Use sset instead of svec in dpif interface.Ben Pfaff2011-03-311-22/+20
* ovs-dpctl: Support more than one option for "add-if" command.Ben Pfaff2011-03-041-1/+1
* dpif: Eliminate "struct odp_flow_stats" from client-visible interface.Ben Pfaff2011-01-271-2/+2
* dpif: Eliminate "struct odp_flow" from client-visible interface.Ben Pfaff2011-01-271-17/+12
* datapath: Drop port information from odp_stats.Ben Pfaff2011-01-271-2/+0
* datapath: Drop queue information from odp_stats.Ben Pfaff2011-01-271-3/+1
* datapath: Drop flow information from odp_stats.Ben Pfaff2011-01-271-3/+0
* dpif: Eliminate "struct odp_port" from client-visible interface.Ben Pfaff2011-01-271-10/+11
* ovs-dpctl: Use netdev_get_config() to print vport configurations.Ben Pfaff2011-01-271-6/+33
* datapath: Change listing ports to use an iterator concept.Ben Pfaff2011-01-271-24/+5
* datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff2011-01-271-2/+5
* datapath: Change listing flows to use an iterator concept.Ben Pfaff2011-01-271-12/+15
* ovs-dpctl: Use datapath enumeration functions instead of guessing names.Ben Pfaff2011-01-271-12/+28
* ovs-dpctl: Reimplement get_port_number() using dpif_port_query_by_name().Ben Pfaff2010-12-281-13/+7
* ovs-dpctl: Print extended information about vports.Justin Pettit2010-12-281-4/+6
* datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff2010-12-101-3/+3
* datapath: Make adding and attaching a vport a single step.Ben Pfaff2010-12-031-32/+45
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* datapath: Remove implementation of port groups.Ben Pfaff2010-10-111-31/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-211-1/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-211-1/+0
* Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff2010-05-261-0/+1
* ovs-dpctl: In "dump-flows", only print flows that can be retrieved.Ben Pfaff2010-04-131-5/+5
* Merge "master" into "next".Ben Pfaff2010-02-111-9/+9
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-10/+10
* | Merge branch 'master' into nextJustin Pettit2010-02-051-4/+6
|\ \ | |/
| * Add extended vlog options to utilitiesJustin Pettit2010-01-041-4/+6
* | dpif: Update dpif interface to match netdev.Jesse Gross2010-01-271-19/+50
* | netdev: Fully handle netdev lifecycle through refcounting.Jesse Gross2010-01-151-2/+2
* | Merge "master" branch into "db".Ben Pfaff2009-12-021-3/+5
|\ \ | |/
| * Merge citrix branch into master.Jesse Gross2009-11-101-3/+5
| |\
| | * Fix incorrect printf format specifiers.Ben Pfaff2009-11-091-3/+5
* | | Factor out common code from utilities that multiplex commands.Ben Pfaff2009-11-041-41/+5
|/ /
* | Merge citrix into master.Ben Pfaff2009-08-191-77/+35
|\ \ | |/ |/|
| * datapath: Make the datapath responsible for choosing port numbers.Ben Pfaff2009-07-061-39/+2
| * dpif: Change dpif_port_group_get() semantics.Ben Pfaff2009-07-061-3/+3
| * dpif: Hide the contents of struct dpif.Ben Pfaff2009-07-061-28/+28
| * dpif: Replace dpif_id() by dpif_name().Ben Pfaff2009-07-061-1/+1
* | ovs-dpctl: Remove UNUSED attributed in do_showJustin Pettit2009-08-061-1/+1
* | ovs-dpctl: Add dump-dps commandJustin Pettit2009-08-061-0/+32
|/
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Fix glibc 2.7 strtok_r() bug in a more permanent fashion.Ben Pfaff2009-06-101-1/+1
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+552