aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2011-11-04ovs-ofctl: Correct bad reference in parse-flows error message.Justin Pettit
2011-10-31ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff
2011-10-28nicira-ext: New action "exit".Ethan Jackson
2011-10-27Fix manpage-check on RHEL 5.Ben Pfaff
2011-10-26Implement automatic dependency generation for manpages.Ben Pfaff
2011-10-24ovs-dpctl: Add new "set-if" command.Ben Pfaff
2011-10-24ovs-bugtool: Improve how Open vSwitch log files are saved.Ben Pfaff
2011-10-22ovs-vswitchd: Add support for 802.1D STP.Justin Pettit
2011-10-22ovs-vsctl: Fix small formatting error in man page.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-12ovs-vsctl: Update man page description of controller support.Justin Pettit
2011-10-12ovs-vsctl: Print warning for invalid controller and manager targets.Justin Pettit
2011-10-10ovs-bugtool: Add -s to "ovs-dpctl show" command, to show vport statistics.Ben Pfaff
2011-10-05dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff
2011-09-29ovs-vsctl: Remove "cfm_remote_mpid" from man page.Justin Pettit
2011-09-29bugtool: Collect "lacp/show" and "cfm/show" information.Justin Pettit
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