aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2011-09-08ovs-ctl: Add load-kmod commandSimon Horman
2011-08-24docs: Add Makefile rule to check syntax of manpages.Ben Pfaff
2011-08-24docs: Fix some manpage syntax errors found with "groff".Ben Pfaff
2011-08-24doc: Add spaces between commas to avoid overflowing line during formatting.Ben Pfaff
2011-08-24docs: Add missing escapeSimon Horman
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-08-15ovs-ofctl: Fix a few formatting typos in manpage.Ben Pfaff
2011-08-12nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson
2011-08-11ovs-ofctl: Document that all actions are supported now.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-08-09ovs-ofctl: Fix reading flows from file for "replace-flows", "diff-flows".Ben Pfaff
2011-08-09New action NXAST_RESUBMIT_TABLE.Ben Pfaff
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-04ovs-appctl: Add common commands to man page.Justin Pettit
2011-08-04ovs-appctl: Add "version" command to print version of running daemons.Justin Pettit
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-08-03ovs-dpctl: Show number of flowsSimon Horman
2011-08-01vlog: Move log level definitions from source code to user documentation.Ben Pfaff
2011-08-01vlog: Add a new log level "off".Ben Pfaff
2011-07-28ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson
2011-07-28git: Update gitignore in tests and utilities.Ethan Jackson
2011-07-27ovs-benchmark: New utility.Ben Pfaff
2011-07-27ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff
2011-07-27ovs-ofctl: New --readd option for "replace-flows".Ben Pfaff
2011-07-26vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff
2011-07-26debian: Add support for bridge compatibility.Ben Pfaff
2011-07-26ovs-vsctl: Log better warnings for duplicate ports and interfaces.Ben Pfaff
2011-07-26utilities: Install ovs-parse-leaks utility by default.Ben Pfaff
2011-07-26ovs-ctl: Drop back to an empty database if schema conversion fails.Ben Pfaff
2011-07-26ovs-ctl: Log messages about database upgrade process.Ben Pfaff
2011-07-25ovs-parse-leaks: Fix typos in manpage.Ben Pfaff
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-22utilities: Add ovs-bugtool to gitignore.Ethan Jackson
2011-07-21ovs-ofctl: Use strchr() instead of strstr().Ben Pfaff
2011-07-20ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent".Ben Pfaff
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-18ovs-lib: Allow "status" command to work as non-root.Ben Pfaff
2011-07-18ovs-ctl: Start ovs-vswitchd with correct niceness.Ben Pfaff
2011-07-13ovs-bugtool: Include conf.db backups in bugtool output.Ben Pfaff
2011-07-13ovs-bugtool: Add an OVSDB snapshot to ovs-bugtool output.Ben Pfaff
2011-07-13ovs-bugtool: Add plugins previously used only under XenServer.Ben Pfaff
2011-07-12ovs-bugtool: Dump dpkg-related information as well as RPM-related info.Ben Pfaff
2011-07-12ovs-bugtool: Turn off "group" and "other" permissions for generated files.Ben Pfaff
2011-07-12ovs-bugtool: Make available outside of Debian packages.Ben Pfaff
2011-07-06ovs-ctl: Fix indentation of some headings.Ben Pfaff
2011-07-01ovs-ofctl: Document "in_port" action in man page.Justin Pettit