aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2013-08-13ovs-ofctl: Avoid groff warning due to too-long line.Ben Pfaff
2013-07-11ovs-ctl.in: Increase the limit on file descriptors.Gurucharan Shetty
2013-06-20ovs-dpctl: Add mega flow supportAndy Zhou
2013-05-31ovs-ctl.in: Restore flows with vswitchd packet processing disabled.Gurucharan Shetty
2013-05-31ovs-ctl.in: Add manager after restoring flows.Gurucharan Shetty
2013-05-08ovs-pki: Reduce CA certificate validity to 10 years to fix 32-bit OpenSSL.Ben Pfaff
2013-04-23debian: force-reload-kmod while package upgrading.Gurucharan Shetty
2013-04-22Implement IPFIX exportRomain Lenglet
2013-04-22ovs-pki: Add NetBSD case for testYAMAMOTO Takashi
2013-04-12ovs-vsctl: Fix a segfault.Gurucharan Shetty
2013-04-12ovs-ctl.in: Merge a single line function.Gurucharan Shetty
2013-04-10ovs-ctl: Connect to remote OVSDB managers only after ovs-vswitchd starts.Ben Pfaff
2013-04-07ovs-lib: Do not tee the ovs-ctl o/p in case of strace.Gurucharan Shetty
2013-03-27ovs-lib: Wait for a longer time after SIGKILL.Gurucharan Shetty
2013-03-25ovs-bugtool: Add ovs-appctl dpif commands to debug bundle.Gurucharan Shetty
2013-03-25ovs-bugtool: Add iptables output for all tables.Gurucharan Shetty
2013-03-21ovs-bugtool: Add ovs-ofctl commands to bugtool plugin scripts.Gurucharan Shetty
2013-03-21ovs-bugtool: Remove calls of ovs-ofctl on ovs-system.Gurucharan Shetty
2013-03-15ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-03-15ovs-dpctl: New add-flow, mod-flow, del-flow commands.Ben Pfaff
2013-03-15ovs-bugtool: Add ovs-ctl.log to debug bundle.Gurucharan Shetty
2013-03-15debian, rhel, xenserver: Ability to collect ovs-ctl logs.Gurucharan Shetty
2013-03-15ovs-ofctl: Improve description of mod_nw_tos action.Ben Pfaff
2013-03-11ovs-ctl.in: Set hard limit for core files created.Gurucharan Shetty
2013-03-06nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou
2013-03-06Add support for set_mpls_ttl actionSimon Horman
2013-03-06Add support for dec_mpls_ttl actionSimon Horman
2013-03-05ovs-ctl.in: Restore interfaces and ofports for userspace restarts.Gurucharan Shetty
2013-03-05ovs-ctl.in: Clean up code for the next commit.Gurucharan Shetty
2013-02-25ovs-bugtool: Ability to collect number of logs through plugins.Gurucharan Shetty
2013-02-25Add binary option for command outputs collected by ovs-bugtoolShih-Hao Li
2013-02-14ovs-bugtool: Remove unused code and nonrequired commands.Gurucharan Shetty
2013-02-14ovs-bugtool: Change the default output type.Gurucharan Shetty
2013-02-14ovs-bugtool: Don't run a few ethtool commands on virtual devices.Gurucharan Shetty
2013-02-14ovs-bugtool: Ability to collect the number of rotated logs.Gurucharan Shetty
2013-02-14ovs-bugtool: Provide a separate capability to openvswitch logs.Gurucharan Shetty
2013-02-12ovs-ctl.in: Don't execute the restore ofport script in some cases.Gurucharan Shetty
2013-02-08ovs-pki: Increase the validity period for all certificates.Gurucharan Shetty
2013-02-05nicira-ext: Remove the autopath action.Ethan Jackson
2013-02-05User-Space MPLS actions and matchesSimon Horman
2013-02-01Use is_pow2() function, where possible, instead of IS_POW2 macro.Ben Pfaff
2013-01-31ovs-ctl: Update comment.Ben Pfaff
2013-01-30ovs-ctl: Fix a couple of typos.Gurucharan Shetty
2013-01-24rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff
2013-01-24ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-16ovs-ctl.in: Restore ofport values across force-reload-kmod.Gurucharan Shetty
2013-01-16ovs-save: Add a helper command to maintain ofport value.Gurucharan Shetty
2013-01-16ovs-vsctl: Add --if-exists option to many database commands.Ben Pfaff
2013-01-09ovs-ofctl: Remove 'ANY' as a wildcard.Gurucharan Shetty