aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2010-02-20ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-23xenserver: Delete ports by interface name.Ben Pfaff
2010-02-12ovs-vsctl: Clarify manpage.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-11ovs-ofctl: Drop assignment whose value is never used.Ben Pfaff
2010-02-11ovs-vsctl: Avoid redundant initializations in "add-br" command.Ben Pfaff
2010-02-10ovs-wdt: Mark variable static and use NULL for a null pointer.Ben Pfaff
2010-02-09ovs-vsctl: Add --may-exist option for add-port, add-bond commands.Ben Pfaff
2010-02-09ovs-vsctl: Add --may-exist option for add-br command.Ben Pfaff
2010-02-09ovs-vsctl: Improve error message when options follow command names.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-08ovsdb-idl: On transaction hard failure make a reason available to client.Ben Pfaff
2010-02-08ovs-vsctl: When deleting a real bridge, delete ports of child fake bridges.Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-02ovs-vsctl: Free memory on successful exit.Ben Pfaff
2010-02-02ovs-vsctl: Fix memory leaks.Ben Pfaff
2010-02-02ovs-vsctl: Free memory on fatal error.Ben Pfaff
2010-02-02ovs-vsctl: Use vsctl_fatal() consistently.Ben Pfaff
2010-02-02ovs-appctl: Free memory on exit.Ben Pfaff
2010-02-01ovs-pki: Avoid using local variables, which are non-POSIX.Ben Pfaff
2010-02-01ofproto: Remove support for OpenFlow-based management protocol.Ben Pfaff
2010-01-28ovs-vsctl: Add --if-exists option to "get" command, for map columns.Ben Pfaff
2010-01-28ovs-vsctl: Improve error reporting.Ben Pfaff
2010-01-28ovs-vsctl: Alphabetize lists of database column names.Ben Pfaff
2010-01-28ovs-vsctl: Make "create" command print new row's UUID.Ben Pfaff
2010-01-28ovs-vsctl: Add postprocess step.Ben Pfaff
2010-01-28ovs-vsctl: Refactor in preparation for adding "postprocess" step.Ben Pfaff
2010-01-27openflowd: Update for changes to dpif and netdev.Jesse Gross
2010-01-27dpif: Update dpif interface to match netdev.Jesse Gross
2010-01-27ovs-vsctl: Drop redundant {port,iface}-{set,get}-external-ids commands.Ben Pfaff
2010-01-27ovs-vsctl: Update --help message.Ben Pfaff
2010-01-27ovs-vsctl: Add "destroy" command.Ben Pfaff
2010-01-27ovs-vsctl: Add new "create" command.Ben Pfaff
2010-01-27ovs-vsctl: Add --force option to database commands to override safety checks.Ben Pfaff
2010-01-27ovs-vsctl: Fix formatting in manpage.Ben Pfaff
2010-01-27ovs-vsctl: Add "remove" and "clear" commands.Ben Pfaff
2010-01-27ovs-vsctl: Make parsing functions return error instead of aborting.Ben Pfaff
2010-01-27ovs-vsctl: Make the "list" format more uniform.Ben Pfaff
2010-01-27ovs-vsctl: Score perfect matches higher than ones that differ in case.Ben Pfaff
2010-01-27ovs-vsctl: Fix uninitialized variable.Jesse Gross
2010-01-26ovs-vsctl: Add missing columns.Jesse Gross
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-26ovs-vsctl: Add commands for low-level database manipulation.Ben Pfaff
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-20ovs-vsctl: Prevent uninitialized variable warning.Jesse Gross