revalidator: Fix ukey stats cache updating.
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
2014-03-28 Andy Zhouovs-vsctl: Improve error reporting
2014-02-28 Justin Pettitovs-vsctl: Print schema version when called with "...
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2014-02-04 Ken Ajiroovs-vsctl: Update will be discarded when multiple ovs...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-07-09 Ben Pfaffovs-vsctl: Fix behavioral regression for "--if-exists...
2013-06-20 Ben Pfaffovs-vsctl: Improve error message for "ovs-vsctl del...
2013-04-22 Romain LengletImplement IPFIX export
2013-04-12 Gurucharan Shettyovs-vsctl: Fix a segfault.
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Ben Pfaffovs-vsctl: Add --if-exists option to many database...
2012-12-10 Ben Pfaffovs-vsctl: Allow command-specific options to mingle...
2012-12-02 Justin Pettitovs-vsctl: Add "--real" and "--fake" options to "list...
2012-10-22 Ben Pfaffovs-vsctl: Do not accept any arguments to "del-manager...
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-06-14 Ethan Jacksonlib: Utilize smaps in the idl.
2012-06-14 Ethan Jacksonlib: New data structure - smap.
2012-05-16 Arun Sharmaovs-vsctl: Add "--all" option for "destroy" command...
2012-05-14 Ben PfaffAvoid writes to variables that are never read back.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffovs-vsctl: Speed up port management operations with...
2012-04-19 Ben Pfaffovs-vsctl: Remove 'ctrl', 'n_ctrl' from struct vsctl_br...
2012-04-19 Ben Pfaffovs-vsctl: Remove 'fail_mode' member from struct vsctl_...
2012-04-19 Ben Pfaffovs-vsctl: Merge struct vsctl_info into struct vsctl_co...
2012-04-19 Ben Pfaffovs-vsctl: Verify VLAN bridge controllers in cmd_get_co...
2012-04-19 Ben Pfaffovs-vsctl: Verify correct record in cmd_get_fail_mode...
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-03-28 Ben PfaffFix minor memory leaks found by valgrind.
2012-03-27 Ben PfaffAvoid possibly including an old vswitch-idl.h.
2012-03-20 Ben Pfaffovs-vsctl: Allow "fake bridges" to be created for VLAN 0.
2012-03-19 Ethan Jacksonidl: Move vswitch-idl to libopenvswitch.
2012-03-15 Ethan Jacksonovs-vsctl: Clarify br-exists usage.
2012-02-01 Ben PfaffAdd support for limiting the number of flows in an...
2012-01-11 Ben Pfaffovs-vsctl: Add set relational operators to "find" command.
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-12 Justin Pettitovs-vsctl: Print warning for invalid controller and...
2011-09-15 Ben Pfaffovs-vsctl: Improve usage message.
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffovs-vsctl: Log better warnings for duplicate ports...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-08 Ben Pfaffovs-vsctl: New "comment" command.
2011-05-24 Ben Pfaffovs-vsctl: Add "show" command for printing an overview...
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-05-10 Ben Pfaffovs-vsctl: Issue warning for likely erroneous "get...
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead assignment.
2011-03-29 Ethan Jacksonovs-vsctl: Remove dead code.
2011-03-16 Ethan Jacksonovs-vsctl: Back out garbage collection changes.
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-data: Expose guts of ovsdb_symbol_table() to...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovs-vsctl: Check for uncreated symbols earlier.
2011-02-23 Ben Pfaffovs-vsctl: Clarify that uuid_from_string() shouldn...
2011-02-23 Ben Pfaffovs-vsctl: Simplify parse_column_key_value().
2011-02-23 Justin Pettitovs-vsctl: Free "columns" in cmd_find().
2011-02-22 Justin Pettitovs-vsctl: Check "key" is valid before dereferencing...
2011-02-18 Andrew Evansovsdb: Remove 'managers' column from 'Open vSwitch...
2011-02-15 Ben Pfaffovs-vsctl: Improve documentation and --help output.
2011-02-09 Ben Pfaffovs-vsctl: Add formatting options for the "list" and...
2011-02-09 Ben Pfaffovs-vsctl: Add new "find" command.
2011-02-09 Ben Pfaffovs-vsctl: Add --columns options to "list" command.
2011-02-09 Ben Pfaffovs-vsctl: Fix spelling of "satisfied" in function...
2011-02-08 Andrew Evansovs-vsctl: Add commands to get/delete/set manager conne...
2011-02-03 Andrew Evansovs-vsctl: Clear manager_options column and delete...
2011-01-27 Ben Pfaffshash: New "smap" functions for working with string...
2011-01-18 Ethan Jacksonovs-vsctl: emer-reset should clear the fail_mode.
2010-12-09 Ben Pfaffovs-vsctl: Fix controller command prerequisites.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-18 Ben Pfaffovs-vsctl: Fix br-set-external-id.
2010-11-16 Ben Pfaffovs-vsctl: Make waiting for ovs-vswitchd to reload...
2010-11-16 Ben Pfaffovs-vsctl: Replicate only tables and columns that are...
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-11-04 Ben Pfaffovs-vsctl: Create bridge interface as type "internal".
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-23 Justin Pettitovs-vsctl: Prevent double-free when retrying a transaction
2010-10-22 Ben Pfaffovs-vsctl: Check for dirty reads within transactions.
2010-10-22 Ben Pfaffovs-vsctl: Add context pointer to struct vsctl_info.
2010-10-01 Ben Pfaffovs-vsctl: Reduce log level for "Called as..." for...
2010-10-01 Ben Pfaffovs-vsctl: Factor out and optimize searching for a...
2010-09-21 Ben Pfaffovs-vsctl: Allow "get" commands to create @names also.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-09-17 Ben Pfaffovs-vsctl: Remove default timeout.
2010-08-19 Ben Pfaffovs-vsctl: Fix parsing of short SSL options.
2010-07-31 Justin Pettitvswitchd: Move fail-mode config to Bridge table
2010-07-31 Justin Pettitvswitchd: Remove default controller config from Open_vS...
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
next