aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2015-07-09utilities: Add option to start with ODPCiprian Barbu
2014-12-15ovs-docker: Add the ability to set VLANs.Gurucharan Shetty
2014-12-15ovs-docker: Ability to set the default gateway.Gurucharan Shetty
2014-12-15lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf
2014-12-15lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf
2014-12-15list: Rename struct list to struct ovs_listThomas Graf
2014-12-15lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf
2014-12-13ovs-command-completion: Fix unwanted whitespace.Alex Wang
2014-12-09ovs-tcpundump: Fix typo in version message.Eohyung Lee
2014-12-05ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff
2014-12-05ovs-bugtool: Log more detail for dumped flows.Joe Stringer
2014-12-02dist-docs: New utility to generate a documentation bundle for the website.Ben Pfaff
2014-12-02ovs-testcontroller: Fix manpage .so command.Ben Pfaff
2014-11-25ovs-vsctl: Prevent creating duplicate VLAN bridges.Ben Pfaff
2014-11-24ovs-ofctl: Document that mod-group requires the type fieldSimon Horman
2014-11-20ovs-vsctl: Update RSTP documentation.Daniele Venturino
2014-11-14classifier: Defer pvector publication.Jarno Rajahalme
2014-11-14classifier: Lockless and robust classifier iteration.Jarno Rajahalme
2014-11-14rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme
2014-11-13ovs-ofctl: Support bucket commandsSimon Horman
2014-11-11ofp-parse: Parse (draft) OpenFlow 1.5 bucket ids.Simon Horman
2014-11-10Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba
2014-11-05ovs-ofctl: Only allow usable protocols for group commandsSimon Horman
2014-11-03flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff
2014-10-31ovs-ofctl: Free group buckets.Simon Horman
2014-10-30classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff
2014-10-30utilities: Add bash command-line completion script.Alex Wang
2014-10-29ovs-vsctl: Allow referring to rows whose names are UUIDs by those names.Ben Pfaff
2014-10-28command-line: Add function to print command usage.Alex Wang
2014-10-28dpctl: Implement 'list-commands' function.Alex Wang
2014-10-28ovs-appctl: Rename 'help' to 'list-commands'.Alex Wang
2014-10-28command-line: Add function to print all options.Alex Wang
2014-10-28doc: Convert docs to Markdown languageThomas Graf
2014-10-16docker: Integrate docker containers with Open vSwitch.Gurucharan Shetty
2014-10-09ovs-bugtool: Add fdb output for all bridgesAndy Zhou
2014-10-08nx-match: Add support for experimenter OXM.Ben Pfaff
2014-10-08ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff
2014-10-08ovs-vsctl: Allow modifying "immutable" columns if we just created the row.Ben Pfaff
2014-10-08ovs-ofctl: Document protocol-specific forms as preferred over tp_src/tp_dst.Ben Pfaff
2014-10-01README: Adding github markup and travis-ci build status to github readme page.Pritesh Kothari
2014-09-29ovs-ofctl: Correct typo in documentation.Ben Pfaff
2014-09-26ovs-ofctl: Correct help text for add-groupsSimon Horman
2014-09-22ovs-pki: Use SHA-1 instead of SHA-512 as message digest.Alex Wang
2014-09-19ovs-pki: Use SHA-512 instead of MD5 as message digest.Ben Pfaff
2014-09-16ovs-dev.py: Support running the clang binaries.Ethan Jackson
2014-09-16ovs-dev.py: Support additional optimization flags.Ethan Jackson
2014-09-15compiler: Define NO_RETURN for MSVC.Gurucharan Shetty
2014-09-15ovs-dev.py: do not pass --enable-dummy to ovsdbDaniele Di Proietto
2014-09-11ovs-ofctl: Workaround a compiler warning on MSVC.Gurucharan Shetty
2014-09-09Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino