summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-ofctl: Document that mod-group requires the type fieldSimon Horman2014-11-241-1/+1
* ovs-vsctl: Update RSTP documentation.Daniele Venturino2014-11-201-3/+5
* classifier: Defer pvector publication.Jarno Rajahalme2014-11-141-0/+5
* classifier: Lockless and robust classifier iteration.Jarno Rajahalme2014-11-141-5/+5
* rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme2014-11-141-5/+16
* ovs-ofctl: Support bucket commandsSimon Horman2014-11-132-3/+72
* ofp-parse: Parse (draft) OpenFlow 1.5 bucket ids.Simon Horman2014-11-111-0/+8
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-102-0/+16
* ovs-ofctl: Only allow usable protocols for group commandsSimon Horman2014-11-051-5/+8
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-0/+10
* ovs-ofctl: Free group buckets.Simon Horman2014-10-311-0/+5
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-3/+3
* utilities: Add bash command-line completion script.Alex Wang2014-10-304-0/+1362
* ovs-vsctl: Allow referring to rows whose names are UUIDs by those names.Ben Pfaff2014-10-291-1/+3
* command-line: Add function to print command usage.Alex Wang2014-10-282-68/+118
* dpctl: Implement 'list-commands' function.Alex Wang2014-10-281-0/+1
* ovs-appctl: Rename 'help' to 'list-commands'.Alex Wang2014-10-282-2/+2
* command-line: Add function to print all options.Alex Wang2014-10-283-1/+16
* doc: Convert docs to Markdown languageThomas Graf2014-10-281-1/+1
* docker: Integrate docker containers with Open vSwitch.Gurucharan Shetty2014-10-162-1/+204
* ovs-bugtool: Add fdb output for all bridgesAndy Zhou2014-10-093-0/+26
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-081-0/+5
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-14/+25
* ovs-vsctl: Allow modifying "immutable" columns if we just created the row.Ben Pfaff2014-10-081-10/+8
* ovs-ofctl: Document protocol-specific forms as preferred over tp_src/tp_dst.Ben Pfaff2014-10-081-25/+36
* README: Adding github markup and travis-ci build status to github readme page.Pritesh Kothari2014-10-011-1/+1
* ovs-ofctl: Correct typo in documentation.Ben Pfaff2014-09-291-1/+1
* ovs-ofctl: Correct help text for add-groupsSimon Horman2014-09-261-1/+1
* ovs-pki: Use SHA-1 instead of SHA-512 as message digest.Alex Wang2014-09-221-1/+1
* ovs-pki: Use SHA-512 instead of MD5 as message digest.Ben Pfaff2014-09-191-2/+2
* ovs-dev.py: Support running the clang binaries.Ethan Jackson2014-09-161-4/+14
* ovs-dev.py: Support additional optimization flags.Ethan Jackson2014-09-161-4/+7
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-154-6/+6
* ovs-dev.py: do not pass --enable-dummy to ovsdbDaniele Di Proietto2014-09-151-2/+2
* ovs-ofctl: Workaround a compiler warning on MSVC.Gurucharan Shetty2014-09-111-4/+5
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-091-0/+79
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-021-5/+9
* ofp-actions: Support "resubmit" actions in action sets.Srini Seetharaman2014-09-021-5/+8
* test-controller: Rename to ovs-testcontroller, again install.Ben Pfaff2014-08-264-0/+592
* ovs-ofctl: Document that "move" uses a standard action in OF1.5+.Ben Pfaff2014-08-211-0/+4
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-2/+6
* ofp-actions: Include OFPACT_REG_MOVE in action setThomas Graf2014-08-151-3/+6
* Fix capitalization of OpenFlow.Justin Pettit2014-08-142-4/+4
* ovs-lib: Add process name checking when start ovs serviceChunhe Li2014-08-141-1/+5
* ovs-ofctl: Generalize action and instruction test commands.Ben Pfaff2014-08-111-173/+69
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-1/+1
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-7/+26
* ovs-ofctl: Fix error message in "parse-ofp10-actions" internal command.Ben Pfaff2014-08-111-1/+1
* ovs-ofctl: Un-document "apply_actions" because it does not exist.Ben Pfaff2014-08-111-3/+0
* ovs-dev.py: Support check-valgrind in the Makefile.Ethan Jackson2014-08-051-0/+1