aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2011-09-23ovs-bugtool: Use RUNDIR macro for ovs-appctl target.Justin Pettit
2011-09-23Include sys/socket.h for SOCK_STREAMSimon Horman
2011-09-22ovs-bugtool: Fix --unlimited option.Daniel Roman
2011-09-20ovs-vsctl: Fix typo in documentation.Ben Pfaff
2011-09-19ovs-ofctl: Clarify in_port in manpage.Ben Pfaff
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-15ovs-vsctl: Improve usage message.Ben Pfaff
2011-09-15bugtool: Remove "ovs-bugtool" upon "make clean", to fix "make distcheck".Ben Pfaff
2011-09-15bugtool: Uninstall plugins on "make uninstall".Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
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