netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / utilities / ovs-vsctl.c
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2016-02-03 Ben Pfaffvlog: Stop using explicit references to external log...
2016-01-20 William Tuovs-vsctl: Add parent process name and ID.
2015-09-14 Ben PfaffFix typos in comments.
2015-09-09 Ben Pfaffsmap: New macro SMAP_CONST1 for initializing immutable...
2015-08-21 Gurucharan Shettyovs-vsctl: Add the missing ssl bootstrapping option...
2015-08-13 Alex Wangdb-ctl-base: Allow print rows that weak reference to...
2015-07-23 Andy Zhoudb-ctl-base: make cmd_show_table private
2015-07-23 Andy Zhoudb-ctl-base: remove the recurse member from struct...
2015-07-17 Andy Zhoudb-ctl-base: make use of user supplied exit function
2015-07-17 Joe Stringerovs-vsctl: Remove redundant checks.
2015-07-13 Andy Zhoudb-ctl-base: do not require client to expose the "table...
2015-07-13 Andy Zhoudb-ctl-base: do not expose get_table() API
2015-06-23 Alex Wangdb-ctl-base: Librarize show command.
2015-06-23 Alex Wangdb-ctl-base: Librarize code in parse_options().
2015-06-23 Alex Wangdb-ctl-base: Make common database command code into...
2015-06-23 Alex Wangovs-vsctl: Simplify code.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-20 Ben Pfaffovs-vsctl: Only monitor AutoAttach columns when useful.
2015-03-20 Ben Pfaffovs-vsctl: Create AutoAttach records on demand, for...
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2015-03-12 Peter Amidonovs-vsctl-bashcomp: Add bash command-line completion...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Ben Pfaffovs-vsctl: Fix misused casts.
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to bridge layer...
2015-01-08 Gurucharan Shettyvlog: Rename the currently used term 'facility' as...
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-11-25 Ben Pfaffovs-vsctl: Prevent creating duplicate VLAN bridges.
2014-10-29 Ben Pfaffovs-vsctl: Allow referring to rows whose names are...
2014-10-08 Ben Pfaffovs-vsctl: Allow modifying "immutable" columns if we...
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
2014-09-02 Ben Pfaffovs-vsctl: Correctly exit on errors for non-map types...
2014-05-19 Thomas Grafovs-vsctl: Add error column to show command
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...
next