summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-ctl.in: Restore flows with vswitchd packet processing disabled.Gurucharan Shetty2013-05-301-1/+18
* ovs-ctl.in: Add manager after restoring flows.Gurucharan Shetty2013-05-301-11/+17
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-2/+2
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-0/+11
* Always check return value of strftime().Ben Pfaff2013-05-081-6/+2
* ovs-pki: Reduce CA certificate validity to 10 years to fix 32-bit OpenSSL.Ben Pfaff2013-05-081-4/+4
* ovs-ofctl: Fix bad info in comment on transact_multiple_noreply().Ben Pfaff2013-05-071-3/+3
* ovs-ofctl: Make "ovs-ofctl monitor" respond to echo requests.Ben Pfaff2013-05-031-7/+27
* Make most "struct option" instances "const".Ben Pfaff2013-05-034-4/+4
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-021-1/+3
* ovs-benchmark: improve 'rate' command piped output support.Andy Zhou2013-05-021-1/+2
* debian: force-reload-kmod while package upgrading.Gurucharan Shetty2013-04-231-0/+4
* Implement IPFIX exportRomain Lenglet2013-04-223-6/+84
* ovs-pki: Add NetBSD case for testYAMAMOTO Takashi2013-04-221-1/+1
* ovs-vsctl: Fix a segfault.Gurucharan Shetty2013-04-121-0/+1
* ovs-ctl.in: Merge a single line function.Gurucharan Shetty2013-04-121-5/+1
* ovs-ctl: Connect to remote OVSDB managers only after ovs-vswitchd starts.Ben Pfaff2013-04-101-1/+11
* ovs-lib: Do not tee the ovs-ctl o/p in case of strace.Gurucharan Shetty2013-04-071-2/+12
* ovs-lib: Wait for a longer time after SIGKILL.Gurucharan Shetty2013-03-271-6/+5
* ovs-bugtool: Add ovs-appctl dpif commands to debug bundle.Gurucharan Shetty2013-03-253-0/+28
* ovs-bugtool: Add iptables output for all tables.Gurucharan Shetty2013-03-251-1/+2
* ovs-bugtool: Add ovs-ofctl commands to bugtool plugin scripts.Gurucharan Shetty2013-03-214-0/+52
* ovs-bugtool: Remove calls of ovs-ofctl on ovs-system.Gurucharan Shetty2013-03-211-2/+0
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-155-7/+43
* ovs-dpctl: New add-flow, mod-flow, del-flow commands.Ben Pfaff2013-03-152-19/+166
* ovs-bugtool: Add ovs-ctl.log to debug bundle.Gurucharan Shetty2013-03-151-1/+1
* debian, rhel, xenserver: Ability to collect ovs-ctl logs.Gurucharan Shetty2013-03-151-0/+5
* ovs-ofctl: Improve description of mod_nw_tos action.Ben Pfaff2013-03-151-3/+3
* ovs-ctl.in: Set hard limit for core files created.Gurucharan Shetty2013-03-111-1/+1
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-061-0/+17
* Add support for set_mpls_ttl actionSimon Horman2013-03-061-0/+4
* Add support for dec_mpls_ttl actionSimon Horman2013-03-061-0/+9
* ovs-ctl.in: Restore interfaces and ofports for userspace restarts.Gurucharan Shetty2013-03-051-10/+27
* ovs-ctl.in: Clean up code for the next commit.Gurucharan Shetty2013-03-051-19/+26
* ovs-bugtool: Ability to collect number of logs through plugins.Gurucharan Shetty2013-02-251-15/+24
* Add binary option for command outputs collected by ovs-bugtoolShih-Hao Li2013-02-251-7/+20
* ovs-bugtool: Remove unused code and nonrequired commands.Gurucharan Shetty2013-02-141-95/+0
* ovs-bugtool: Change the default output type.Gurucharan Shetty2013-02-141-1/+1
* ovs-bugtool: Don't run a few ethtool commands on virtual devices.Gurucharan Shetty2013-02-141-5/+6
* ovs-bugtool: Ability to collect the number of rotated logs.Gurucharan Shetty2013-02-142-6/+19
* ovs-bugtool: Provide a separate capability to openvswitch logs.Gurucharan Shetty2013-02-141-12/+14
* ovs-ctl.in: Don't execute the restore ofport script in some cases.Gurucharan Shetty2013-02-121-0/+1
* ovs-pki: Increase the validity period for all certificates.Gurucharan Shetty2013-02-081-3/+3
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-051-15/+0
* User-Space MPLS actions and matchesSimon Horman2013-02-052-5/+41
* Use is_pow2() function, where possible, instead of IS_POW2 macro.Ben Pfaff2013-02-011-1/+1
* ovs-ctl: Update comment.Ben Pfaff2013-01-311-3/+4
* ovs-ctl: Fix a couple of typos.Gurucharan Shetty2013-01-301-2/+2
* rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff2013-01-241-6/+12
* ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().Ben Pfaff2013-01-241-2/+1