summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovs-appctl: Add logging options.Ben Pfaff2014-08-041-2/+13
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-042-1221/+29
* ovs-ofctl: Add --unixctl command line option.Ben Pfaff2014-07-282-1/+13
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-1/+16
* ovs-ctl: Add comment to explain why we only save ofports for pre-1.10.Ben Pfaff2014-07-221-2/+5
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-2/+2
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-4/+0
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-17/+6
* ovs-benchmark: Compile for windows.Gurucharan Shetty2014-06-301-12/+18
* ovs-ofctl: Ability to read a hex string from file.Gurucharan Shetty2014-06-261-4/+27
* ovs-ofctl: Document form of packet parameters to "packet-out".Ben Pfaff2014-06-251-1/+2
* ofp-parse: Correctly parse actions= in group bucketThomas Graf2014-06-241-2/+4
* utilities: skip loading kernel module if kernel has no module supportPim van den Berg2014-06-241-0/+7
* bridge: Enable multicast support on the bridgeFlavio Leitner2014-06-241-0/+30
* ovs-ofctl.8: Move mod-table out of group tables sectionThomas Graf2014-06-241-25/+25
* ovs-ofctl.8: Document group:group_id actionThomas Graf2014-06-241-0/+4
* ovs-vsctl: Fix OF protocol name capitalization in manual pageThomas Graf2014-06-171-1/+1
* Implement learned flow deletion.Ben Pfaff2014-06-121-0/+10
* ofproto: Use OFPRR_GROUP_DELETESimon Horman2014-06-111-0/+1
* ovs-ofctl: Support "send_flow_rem" in "learn" actions.Ben Pfaff2014-06-061-2/+3
* ovs-ofctl: Document 'cookie' argument to learn action.Ben Pfaff2014-06-061-0/+1
* ovs-dev.py: Add option to run tests in parallel.Joe Stringer2014-06-041-0/+6
* ovs-dev.py: Add option to specify which tests to run.Joe Stringer2014-06-041-0/+14
* ovs-dev.py: add option to run with dpdkDaniele Di Proietto2014-05-291-0/+19
* ovs-ofctl: Enable the ability to 'detach' on Windows.Gurucharan Shetty2014-05-281-0/+1
* ovs-ofctl: Flush monitored data.Gurucharan Shetty2014-05-281-0/+2
* ovs-vsctl: Add an example of how to limit the flows in a flow table.Ben Pfaff2014-05-211-0/+4
* ovs-ctl: Raise the limit on the number of open file descriptors.Alex Wang2014-05-201-3/+3
* dpif: Refactor flow dumping interface to make better sense for batching.Ben Pfaff2014-05-201-32/+25
* ovs-vsctl: Add error column to show commandThomas Graf2014-05-191-1/+1
* vswitchd: Add error column to Interface table to store error conditionThomas Graf2014-05-191-2/+2
* ovs-pki: Workaround lack of /dev/stdin in Windows.Gurucharan Shetty2014-05-141-2/+11
* ovs-pki: Pass correct argument to 'sign' command.Gurucharan Shetty2014-05-141-1/+1
* meta-flow: Encode OXM version information into struct mf_field.Ben Pfaff2014-05-141-10/+16
* Implement OpenFlow 1.5 port desc stats request.Ben Pfaff2014-05-142-10/+27