]> git.proxmox.com Git - ovs.git/history - utilities/ovs-vsctl.c
Fix renaming: libopenvswitch-2.14.so.0.0.90 -> libopenvswitch-2.15.so.0.0.0
[ovs.git] / utilities / ovs-vsctl.c
2021-01-09 Luca BoccassiMerge branch 'master-dfsg' into 2.15
2021-01-09 Luca BoccassiMerge commit 'def6eb1ea' into master-dfsg
2021-01-08 Thomas GoirandMerge tag '2.15.0_git20210104.def6eb1ea' into master...
2020-06-27 Yi-Hung Weibridge: Fix null dereference on ct_timeout_policy record
2020-03-17 Thomas GoirandMerge tag '2.13.0+dfsg1' into debian/2.13
2020-03-17 Thomas GoirandMerge tag '2.13.0' into master-dfsg
2019-11-21 William Tuofproto-dpif: Expose datapath capability to ovsdb.
2019-09-30 Ben Pfaffovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl and...
2019-09-26 William Tuovs-vsctl: Add conntrack zone commands.
2019-07-11 Thomas GoirandMerge branch 'branch-2.11-ds' into debian/train
2019-03-22 Ilya Maximetsovs-vsctl: Add datapath_type column to show command.
2018-08-31 Thomas GoirandMerge tag '2.10.0+ds1' into debian/rocky
2018-08-31 Thomas GoirandMerge tag '2.10.0' into master-dfsg
2018-08-30 Thomas GoirandMerge tag '2.9.2+ds1' into debian/rocky
2018-08-30 Thomas GoirandMerge tag '2.9.2' into master-dfsg
2018-08-15 Ilya Maximetstests: Use environment variable for default timeout.
2018-08-15 Ilya Maximetsutilities: Fix and unify parsing of timeout option.
2018-07-23 Jakub Sitnickidb-ctl-base: Propagate errors from the commands parser.
2018-07-09 Jakub Sitnickiovn-nbctl, ovn-sbctl, ovs-vsctl: Don't dup error messag...
2018-07-03 Jakub Sitnickidb-ctl-base: Extend ctl_context with an error message.
2018-07-03 Jakub Sitnickidb-ctl-base: Don't die in ctl_set_column() on error.
2018-05-25 Ben Pfaffovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse option...
2018-05-09 Dan WilliamsExpose missing --peer-ca-cert and SSL options in usage...
2018-05-07 Flavio Fernandesovs-vsctl: Fix segfault when attempting to del-port...
2018-05-07 Flavio Fernandesovs-vsctl: Fix segfault when attempting to del-port...
2018-04-30 Mark MichelsonRefer to database manpages in *ctl manpages
2018-03-31 Guoshuai Lictl-option: add --inactivity-probe= option in set targe...
2018-03-14 Miguel Angel Ajoovs-vsctl: Include bfd_status in "show" output for...
2018-02-26 Mark MichelsonRefer to database manpages in *ctl manpages
2018-02-06 Ben Pfaffovs-vsctl: Add commands "add-bond-iface" and "del-bond...
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-26 Ben Pfaffovs-vsctl, vtep-ctl: Free 'args' string on exit.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-07-11 Timothy RedaelliFix some -Wimplicit-fallthrough warnings building with...
2017-05-30 Ben Pfaffovn-nbctl, ovn-sbctl, ovs-vsctl: Remove gratuitous...
2017-05-03 Ben Pfaffdb-ctl-base: Add support for identifying a row based...
2017-05-03 Ben Pfaffdb-ctl-base: Drop redundant 'table' field from struct...
2017-05-03 Ben Pfaffovn-sbctl, ovn-nbctl, ovs-vsctl: Remove useless record...
2017-04-06 Lance Richardsontable: provide table formatting option help at runtime
2017-02-03 Ben Pfaffovs-vsctl: Disallow empty bridge, port, and interface...
2017-01-13 Ben Pfaffdb-ctl-base: Always support all tables in schema.
2016-12-23 Lance Richardsontable: correct documented default format in man pages
2016-12-21 Daniele Di Proiettoovs-vsctl: Print error when add-port fails.
2016-11-10 Ethan RahnAdd support for specifying SSL connection parameters...
2016-10-19 Ben Pfaffovsdb-idlc: Eliminate <prefix>_init() function from...
2016-08-10 Andy Zhouovs-vsctl: simply vsctl_parent_process_info()
2016-08-08 Kyle Mesteryovs-vsctl: Change log level of vsctl_parent_process_info
2016-08-08 Ben Pfaffovn-nbctl: Add "sync" command to wait for previous...
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-18 Ben Pfaffovs-vsctl: Fix typo in comment.
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-13 Ben Pfaffovs-vsctl: Support identifying Flow_Sample_Collector_Se...
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
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...
next