summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* Fix manpage-check on RHEL 5.Ben Pfaff2011-10-271-5/+1
* Implement automatic dependency generation for manpages.Ben Pfaff2011-10-262-9/+12
* ovs-dpctl: Add new "set-if" command.Ben Pfaff2011-10-242-3/+111
* ovs-bugtool: Improve how Open vSwitch log files are saved.Ben Pfaff2011-10-241-12/+12
* ovs-vswitchd: Add support for 802.1D STP.Justin Pettit2011-10-221-0/+18
* ovs-vsctl: Fix small formatting error in man page.Justin Pettit2011-10-221-1/+1
* Implement new fragment handling policy.Ben Pfaff2011-10-213-14/+154
* ovs-vsctl: Update man page description of controller support.Justin Pettit2011-10-121-2/+8
* ovs-vsctl: Print warning for invalid controller and manager targets.Justin Pettit2011-10-121-0/+7
* ovs-bugtool: Add -s to "ovs-dpctl show" command, to show vport statistics.Ben Pfaff2011-10-101-1/+1
* dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff2011-10-051-7/+7
* ovs-vsctl: Remove "cfm_remote_mpid" from man page.Justin Pettit2011-09-291-2/+2
* bugtool: Collect "lacp/show" and "cfm/show" information.Justin Pettit2011-09-294-0/+42
* ovs-bugtool: Use RUNDIR macro for ovs-appctl target.Justin Pettit2011-09-231-2/+2
* Include sys/socket.h for SOCK_STREAMSimon Horman2011-09-231-0/+1
* ovs-bugtool: Fix --unlimited option.Daniel Roman2011-09-221-1/+1
* ovs-vsctl: Fix typo in documentation.Ben Pfaff2011-09-201-1/+1
* ovs-ofctl: Clarify in_port in manpage.Ben Pfaff2011-09-191-1/+6
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-151-17/+30
* ovs-vsctl: Improve usage message.Ben Pfaff2011-09-151-6/+6
* bugtool: Remove "ovs-bugtool" upon "make clean", to fix "make distcheck".Ben Pfaff2011-09-151-0/+1
* bugtool: Uninstall plugins on "make uninstall".Ben Pfaff2011-09-151-0/+12
* Implement new "learn" action.Ben Pfaff2011-09-131-0/+62
* ovs-ctl: Add load-kmod commandSimon Horman2011-09-082-5/+31
* docs: Add Makefile rule to check syntax of manpages.Ben Pfaff2011-08-241-1/+1
* docs: Fix some manpage syntax errors found with "groff".Ben Pfaff2011-08-241-1/+1
* doc: Add spaces between commas to avoid overflowing line during formatting.Ben Pfaff2011-08-241-4/+4
* docs: Add missing escapeSimon Horman2011-08-241-1/+1
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-1/+1
* ovs-ofctl: Fix a few formatting typos in manpage.Ben Pfaff2011-08-151-4/+4
* nicra-ext: New action NXAST_OUTPUT_REG.Ethan Jackson2011-08-121-1/+8
* ovs-ofctl: Document that all actions are supported now.Ben Pfaff2011-08-111-4/+0
* ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff2011-08-091-2/+2
* ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff2011-08-091-2/+2
* ovs-ofctl: Fix reading flows from file for "replace-flows", "diff-flows".Ben Pfaff2011-08-091-4/+2
* New action NXAST_RESUBMIT_TABLE.Ben Pfaff2011-08-091-4/+10
* netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff2011-08-081-17/+12
* netdev: Decouple creating and configuring network devices.Ben Pfaff2011-08-081-23/+39
* netdev: Clean up and refactor packet receive interface.Ben Pfaff2011-08-081-2/+0
* ovs-appctl: Add common commands to man page.Justin Pettit2011-08-041-14/+26
* ovs-appctl: Add "version" command to print version of running daemons.Justin Pettit2011-08-041-1/+2
* util: Introduce get_program_version function.Justin Pettit2011-08-047-7/+7
* ovs-dpctl: Show number of flowsSimon Horman2011-08-031-0/+1
* vlog: Move log level definitions from source code to user documentation.Ben Pfaff2011-08-011-1/+30
* vlog: Add a new log level "off".Ben Pfaff2011-08-014-19/+21
* ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson2011-07-281-1/+2
* git: Update gitignore in tests and utilities.Ethan Jackson2011-07-281-0/+2
* ovs-benchmark: New utility.Ben Pfaff2011-07-273-0/+828
* ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff2011-07-271-4/+5
* ovs-ofctl: New --readd option for "replace-flows".Ben Pfaff2011-07-272-2/+20