summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-vsctl: Fix misused casts.Ben Pfaff2015-03-031-3/+3
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-032-2/+217
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-76/+72
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-20/+22
* ovs-docker: check if port is already attached for container/interfaceGianluca Merlo2015-03-031-0/+9
* ovs-save: Preserve IPv6 link-local address on interface save.Alexey I. Froloff2015-03-031-2/+3
* OpenFlow 1.5 is final, so change OF1.5 draft references to just say OF1.5.Ben Pfaff2015-02-251-4/+4
* ovs-docker: Use a different mechanism to check for commands.Gurucharan Shetty2015-02-231-7/+14
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-0/+34
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-041-1/+5
* ovs-command-completion: Complete on file path by default.Alex Wang2015-02-031-25/+37
* ovs-command-completion: Avoid using negative subscript.Alex Wang2015-02-011-2/+2
* ovs-command-completion: Autotest integration.Alex Wang2015-01-302-689/+3
* ovs-dpctl: Mention use of ovs-appctl instead for netdev datapath.Ben Pfaff2015-01-301-0/+7
* ovs-bugtool: Add --help message.Ben Pfaff2015-01-301-1/+30
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-0/+8
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-112-2/+212
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-086-13/+13
* ovs-command-compgen: Avoid using GNU sed extensions.Alex Wang2015-01-051-1/+1
* dpctl: Add 'get-flow' command.Joe Stringer2014-12-191-0/+1
* ovs-docker : Handle pre-existing fake bridges.Paul-Emmanuel Raoul2014-12-171-1/+2
* ovs-docker: Add the ability to set VLANs.Gurucharan Shetty2014-12-151-5/+42
* ovs-docker: Ability to set the default gateway.Gurucharan Shetty2014-12-151-3/+10
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-153-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-157-7/+7
* list: Rename struct list to struct ovs_listThomas Graf2014-12-152-8/+8
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-154-8/+8
* ovs-command-completion: Fix unwanted whitespace.Alex Wang2014-12-131-1/+1
* ovs-tcpundump: Fix typo in version message.Eohyung Lee2014-12-091-1/+1
* ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff2014-12-051-3/+7
* ovs-bugtool: Log more detail for dumped flows.Joe Stringer2014-12-052-3/+3
* dist-docs: New utility to generate a documentation bundle for the website.Ben Pfaff2014-12-021-1/+1
* ovs-testcontroller: Fix manpage .so command.Ben Pfaff2014-12-021-1/+1
* ovs-vsctl: Prevent creating duplicate VLAN bridges.Ben Pfaff2014-11-252-2/+20
* 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