aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
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
2013-01-07bugtool: Add manpage to gitignore.Ethan Jackson
2013-01-06ovs-vsctl.8: Add an example to configure openflow version.Isaku Yamahata
2013-01-04manpages: Fix buildSaul St. John
2013-01-04vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff
2013-01-04manpages: Put version number instead of date at bottom of page.Ben Pfaff
2013-01-04ovs-ofctl: Document to work with any OpenFlow switch.Ben Pfaff
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-12-26ovs-ctl: Exit, instead of resuming, after handling fatal signals.Ben Pfaff
2012-12-10ovs-vsctl: Allow command-specific options to mingle with global options.Ben Pfaff
2012-12-04ofp-errors: Correctly encode errors as extensions or not depending on domain.Ben Pfaff
2012-12-01ovs-ctl: Don't run "ovs-save save-flows" on fake bridges.Justin Pettit
2012-12-01ovs-vsctl: Add "--real" and "--fake" options to "list-br".Justin Pettit
2012-11-29ovs-dpctl: Describe -s option in usage message.Ben Pfaff
2012-11-29ovs-ofctl: By default, do not set flow format for OpenFlow 1.1+Simon Horman
2012-11-29ovs-controller: Allow setting of allowed OpenFlow versionsSimon Horman
2012-11-29ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff
2012-11-29ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff
2012-11-29ovs-ofctl: Add option to set allowed OpenFlow versionsSimon Horman
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-26ovs-ctl.in: Don't save kernel datapath config.Gurucharan Shetty
2012-11-20ovs-ofctl: Don't rely on stat() to check unix sockets.Ethan Jackson
2012-11-16ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff
2012-11-16ovs-ofctl: Style fix.Ben Pfaff
2012-11-12rconn: Add allowed OpenFlow versionsSimon Horman
2012-11-09tests: Add tests for encoding and decoding OpenFlow hello messages.Ben Pfaff
2012-11-04vconn: Replace minimum version with bitmap of allowed versions.Simon Horman
2012-11-02Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-11-01ovs-dpctl: Make specifying datapath optional for some commands.Justin Pettit
2012-11-01ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit