summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ofctl: Improve manpage.Ben Pfaff2010-02-241-22/+51
* Fix excessive white space in manpages.Ben Pfaff2010-02-245-258/+251
* ovs-dpctl: Fix setting of packet length for "controller" actionTetsuo NAKAGAWA2010-02-201-1/+1
* ovs-openflowd: Standardize on OpenFlow description optionJustin Pettit2010-02-202-18/+65
* ovs-openflowd: Fix typo in comment describing dp_descJustin Pettit2010-02-201-1/+1
* ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit2010-02-202-7/+58
* ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit2010-02-202-1/+7
* ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit2010-02-201-11/+23
* ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit2010-02-201-1/+11
* ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit2010-02-202-4/+4
* ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit2010-02-202-8/+1
* ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit2010-02-202-0/+16
* xenserver: Delete ports by interface name.Ben Pfaff2010-02-232-18/+48
* ovs-vsctl: Clarify manpage.Ben Pfaff2010-02-121-4/+13
* Merge "master" into "next".Ben Pfaff2010-02-117-38/+37
|\
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-114-35/+45
| * ovs-wdt: Mark variable static and use NULL for a null pointer.Ben Pfaff2010-02-101-3/+3
| * ovs-pki: Avoid using local variables, which are non-POSIX.Ben Pfaff2010-02-011-6/+5
* | ovs-ofctl: Drop assignment whose value is never used.Ben Pfaff2010-02-111-1/+1
* | ovs-vsctl: Avoid redundant initializations in "add-br" command.Ben Pfaff2010-02-111-3/+2
* | ovs-vsctl: Add --may-exist option for add-port, add-bond commands.Ben Pfaff2010-02-092-7/+89
* | ovs-vsctl: Add --may-exist option for add-br command.Ben Pfaff2010-02-092-18/+64
* | ovs-vsctl: Improve error message when options follow command names.Ben Pfaff2010-02-091-0/+11
* | ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-082-25/+4
* | ovsdb: Add simple constraints.Ben Pfaff2010-02-083-344/+90
* | ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff2010-02-081-1/+5
* | ovs-vsctl: When deleting a real bridge, delete ports of child fake bridges.Ben Pfaff2010-02-081-1/+1
* | Merge branch 'master' into nextJustin Pettit2010-02-054-15/+15
|\ \ | |/
| * Merge "sflow" into "master".Ben Pfaff2010-01-251-0/+1
| |\
| | * Initial implementation of sFlow.Ben Pfaff2010-01-041-0/+1
| * | Add extended vlog options to utilitiesJustin Pettit2010-01-043-15/+14
| |/
| * ovs-vsctl: Fix traceback when telling target to reloadJustin Pettit2009-12-041-1/+1
* | ovs-vsctl: Free memory on successful exit.Ben Pfaff2010-02-021-0/+4
* | ovs-vsctl: Fix memory leaks.Ben Pfaff2010-02-021-1/+5
* | ovs-vsctl: Free memory on fatal error.Ben Pfaff2010-02-021-4/+29
* | ovs-vsctl: Use vsctl_fatal() consistently.Ben Pfaff2010-02-021-50/+54
* | ovs-appctl: Free memory on exit.Ben Pfaff2010-02-021-1/+5
* | ofproto: Remove support for OpenFlow-based management protocol.Ben Pfaff2010-02-013-31/+0
* | ovs-vsctl: Add --if-exists option to "get" command, for map columns.Ben Pfaff2010-01-282-9/+16
* | ovs-vsctl: Improve error reporting.Ben Pfaff2010-01-281-19/+23
* | ovs-vsctl: Alphabetize lists of database column names.Ben Pfaff2010-01-281-8/+8
* | ovs-vsctl: Make "create" command print new row's UUID.Ben Pfaff2010-01-282-2/+29
* | ovs-vsctl: Add postprocess step.Ben Pfaff2010-01-281-35/+45
* | ovs-vsctl: Refactor in preparation for adding "postprocess" step.Ben Pfaff2010-01-281-230/+259
* | openflowd: Update for changes to dpif and netdev.Jesse Gross2010-01-271-11/+20
* | dpif: Update dpif interface to match netdev.Jesse Gross2010-01-275-36/+84
* | ovs-vsctl: Drop redundant {port,iface}-{set,get}-external-ids commands.Ben Pfaff2010-01-272-124/+10
* | ovs-vsctl: Update --help message.Ben Pfaff2010-01-271-97/+70
* | ovs-vsctl: Add "destroy" command.Ben Pfaff2010-01-272-6/+45
* | ovs-vsctl: Add new "create" command.Ben Pfaff2010-01-272-56/+88