summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement OpenFlow 1.5 group desc stats request.Ben Pfaff2014-05-142-7/+19
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-0/+1
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-141-10/+4
* ovs-ofctl: Fix port lookup and "ovs-ofctl" behavior for OpenFlow 1.3+.Ben Pfaff2014-05-141-41/+52
* ovs-ctl: Don't decrease max open fds if already set higherThomas Graf2014-05-091-1/+4
* ovs-dev.py: Add support for dpdk builds.Ethan Jackson2014-05-081-2/+12
* ovs-ctl: Install manpage.Ben Pfaff2014-05-011-1/+1
* Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.Ben Pfaff2014-04-301-1/+18
* ofproto: Inline actions in struct rule_actions.Jarno Rajahalme2014-04-291-4/+4
* ovs-dev.py: Update repository location.Ben Pfaff2014-04-081-2/+2
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-1/+1
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-302-97/+99
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-5/+5
* ovs-appctl: A port for Windows.Gurucharan Shetty2014-03-282-0/+16
* ovs-appctl: Close the connection during error.Gurucharan Shetty2014-03-281-0/+1
* ovs-vsctl: Improve error reportingAndy Zhou2014-03-281-5/+82
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-232-0/+21
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-231-4/+10
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-232-2/+4
* Man ovs-ofctl: Typo in arp_spa & arp_tpaArun Sharma2014-03-181-1/+1
* ovs-ofctl: Use fcntl instead of sys/fcntl.Gurucharan Shetty2014-03-171-1/+1
* Makefile: Compile Linux-specific files based on __linux__ macro.Ben Pfaff2014-03-051-1/+1
* Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty2014-03-041-8/+7
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-2/+4
* man: Document common options in ovs-vsctl and vtep-ctl.Justin Pettit2014-02-281-0/+1
* ovs-vsctl: Print schema version when called with "--version".Justin Pettit2014-02-281-0/+1
* dpif: Don't synchronize flow_dump_next() status.Joe Stringer2014-02-271-7/+15
* dpif: Make dpif_flow_dump_next() thread-safe.Joe Stringer2014-02-271-3/+6
* ovs-lib: allow non-root users to check service statusFlavio Leitner2014-02-271-1/+5
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-263-3/+6
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+5
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-3/+3
* ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executedKen Ajiro2014-02-031-0/+1
* ovs-dev.py: Only build the Linux datapath with GCC.Ethan Jackson2014-01-241-2/+1
* syslog: Provide stub functions for openlog and syslog.Gurucharan Shetty2014-01-241-0/+4