aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2010-11-05ofp-util: New functions make_nxmsg(), make_nxmsg_xid().Ben Pfaff
2010-11-04ovs-vsctl: Create bridge interface as type "internal".Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-29xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff
2010-10-22ovs-vsctl: Prevent double-free when retrying a transactionJustin Pettit
2010-10-22ovs-vsctl: Check for dirty reads within transactions.Ben Pfaff
2010-10-22ovs-vsctl: Add context pointer to struct vsctl_info.Ben Pfaff
2010-10-21Fix bug in parsing large datapath IDs.Ben Pfaff
2010-10-21ovs-ofctl: Better document the meaning of "priority" in flow descriptions.Ben Pfaff
2010-10-14docs: Make it clear that ovs-openflowd is an alternative to ovs-vswitchd.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-10-07ovs-openflowd: Don't segfault when no controllers specifiedJustin Pettit
2010-10-02Add Nicira extension for modifying queue without transmittingJustin Pettit
2010-10-01ovs-controller: Improve QoS abilities.Ben Pfaff
2010-10-01learning-switch: Introduce struct for configuration.Ben Pfaff
2010-10-01ovs-controller: Make --with-flows read the file only once, at startup.Ben Pfaff
2010-10-01ofp-parse: Add test.Ben Pfaff
2010-10-01ofp-parse: Factor out duplicated code into new functions.Ben Pfaff
2010-10-01ovs-ofctl: Add "queue-stats" command to print queue stats.Ben Pfaff
2010-10-01ovs-vsctl: Reduce log level for "Called as..." for read-only invocations.Ben Pfaff
2010-10-01ovs-vsctl: Factor out and optimize searching for a command by name.Ben Pfaff
2010-09-21ovs-vsctl: Add many more usage examples.Ben Pfaff
2010-09-21ovs-vsctl: Allow "get" commands to create @names also.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-09-17ovs-vsctl: Remove default timeout.Ben Pfaff
2010-09-15ovs-ofctl, ovs-controller: Disable flow idle timeout by default.Ben Pfaff
2010-09-10ovs-ofctl: Add support for drop_spoofed_arp action.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-25utilities: Remove ovs-wdt.Ben Pfaff
2010-08-25utilities: Remove ovs-monitor.Ben Pfaff
2010-08-25ovs-parse-leaks: Add manpage.Ben Pfaff
2010-08-19Fix SSL boilerplate descriptions in manpages.Ben Pfaff
2010-08-19Fix typos in manpages.Ben Pfaff
2010-08-19ovs-vsctl: Fix parsing of short SSL options.Ben Pfaff
2010-08-13Remove vestigial support for Spanning Tree Protocol.Ben Pfaff
2010-08-06ofproto: Add support for remote "service controllers".Ben Pfaff
2010-08-06ovs-openflowd: Fix support for multiple controllers.Ben Pfaff
2010-08-06ovs-pki: Create private keys with restricted permissions.Ben Pfaff
2010-08-06ovs-pki: Create log directory if it does not exist.Ben Pfaff
2010-08-06ovs-pki: Consistently write error messages to stderr.Ben Pfaff
2010-07-30vswitchd: Move fail-mode config to Bridge tableJustin Pettit
2010-07-30vswitchd: Remove default controller config from Open_vSwitch tableJustin Pettit
2010-07-30ovs-ofctl: Add support for OpenFlow enqueue action.Ben Pfaff
2010-07-30ovs-controller: Add ability to define default flowsJustin Pettit
2010-07-30learning-switch: Add ability to define default flowsJustin Pettit
2010-07-30ofp-parse: Break string-to-openflow parsing into library functionsJustin Pettit
2010-07-21vlog: Make the vlog module catalog program-specific.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