Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-28 Andy Zhouovs-vsctl: Improve error reporting
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-28 Justin Pettitovs-vsctl: Print schema version when called with "...
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-25 Giuseppe LettieriMerge branch 'mainstream'
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-02-04 Ken Ajiroovs-vsctl: Update will be discarded when multiple ovs...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-19 Linda SunAvoid designated initializers and static decls of array...
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-09 Ben Pfaffovs-vsctl: Fix behavioral regression for "--if-exists...
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
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-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
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...
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
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-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-22 Ben Pfaffovs-vsctl: Do not accept any arguments to "del-manager...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
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
next