datapath-windows: Suppress flow attribute probe.
[cascardo/ovs.git] / ovn /
2015-08-27 Ben Pfaffexpr: Add and clarify a few comments and assertions.
2015-08-25 Justin Pettitovn-controller: Minor tweaks to man page.
2015-08-25 Justin Pettitovn-northd: Add man page describing daemon.
2015-08-25 Justin Pettitovn-controller: Document supported ovs-appctl commands.
2015-08-25 Justin Pettitovn-controller: Update man page comment on mid-run...
2015-08-25 Justin Pettitovn: Fix example in comment in expr.c.
2015-08-21 Gurucharan Shettyovn: Add bootstrap options for OVN controllers.
2015-08-19 Ben Pfaffovn: Add comments to encourage syncing MFF_LOG_* with...
2015-08-19 Ben Pfaffovn-sbctl: Avoid cast in lflow_cmp().
2015-08-18 Russell Bryantovn: Free default db befor exit.
2015-08-18 Alex Wangovn-controller-vtep: Make 'ovnsb_remote' and 'vtep_remo...
2015-08-18 Alex Wangovn-controller-vtep: Call binding_cleanup() before...
2015-08-18 Alex Wangovn-controller-vtep: Fix dereference of NULL pointer.
2015-08-18 Gurucharan Shettyovn-northd: Ability to detach on Windows.
2015-08-17 Alex Wangovn-controller-vtep: Add binding module.
2015-08-16 Alex Wangovn-sbctl: Make 'chassis-del' delete all encaps.
2015-08-13 Alex Wangdb-ctl-base: Allow print rows that weak reference to...
2015-08-13 Justin Pettitovn-sbctl: Print stage name in addition to table number.
2015-08-13 Justin Pettitovn-northd: Store name of the logical flow stage in...
2015-08-12 Russell Bryantovn: Add lflow-list to ovn-sbctl.
2015-08-11 Alex Wangovn-controller-vtep: Add gateway module.
2015-08-11 Alex Wangovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.
2015-08-11 Alex Wangovn: Add controller for VTEP gateway.
2015-08-10 Justin Pettitovn-architecture: Document the registers used for logic...
2015-08-08 Alex Wangidl-loop: Move idl-loop into ovsdb-idl library.
2015-08-08 Alex Wangovn-northd: Pass logical port type and options to ovn...
2015-08-08 Alex Wangovn-sbctl: Add ovn-sbctl.
2015-08-08 Alex Wangovn-nbctl: Move ovn-nbctl to utilities directory.
2015-08-08 Alex Wangovn-sb: Remove the "Gateway" table from the ovn-sb...
2015-08-07 Justin Pettitovn-controller: Fix flows between two local ports.
2015-08-03 Ben Pfaffovn: Change strategy for tunnel keys.
2015-08-03 Ben Pfaffofctrl: Negotiate OVN Geneve option.
2015-08-03 Ben Pfaffrule: Introduce MFF_LOG_DATAPATH macro for consistency.
2015-08-03 Ben Pfaffactions: Allow caller to specify output table.
2015-08-03 Ben Pfaffovn: Rename Pipeline table to Logical_Flow table.
2015-08-03 Ben Pfaffovn: Rename Binding table to Port_Binding.
2015-08-03 Ben Pfaffovn-controller: Use controller_ctx just to pass around...
2015-08-03 Ben Pfaffovn-controller: Slightly adjust pipeline init and destr...
2015-07-31 Russell Bryantovn: Get/set lport type and options in ovn-nbctl.
2015-07-31 Russell Bryantovn: Add type and options to logical port.
2015-07-30 Ben Pfaffovn-controller: Honor external-ids:ovn-bridge changing.
2015-07-30 Ben Pfaffovn-controller: Rename init functions that just registe...
2015-07-30 Ben Pfaffovn-controller: Tolerate missing 'chassis_id'.
2015-07-30 Ben Pfaffovn-controller: Tolerate missing integration bridge.
2015-07-30 Ben Pfaffovn-controller: Pass 'chassis_id' explicitly to functio...
2015-07-30 Ben Pfaffovn-controller: Factor encapsulation code out of chassi...
2015-07-29 Ben Pfaffovn: Fix broken build.
2015-07-29 Ben Pfaffovn-controller: Avoid overlooking changes that occur...
2015-07-29 Ethan Jacksondoc: Document proposed OVN Gateway HA design.
2015-07-28 Gurucharan Shettyovn-controller: Fix flow generation for container traffic.
2015-07-28 Ben Pfaffofctrl: Fix use of uninitialized hash value in ofctrl_a...
2015-07-28 Russell Bryantovn: Make column comparisons more generic.
2015-07-28 Ben Pfaffovn-controller: Pass 'br_int' explicitly to functions...
2015-07-28 Ben Pfaffovn-controller: Explicitly pass the flow table from...
2015-07-28 Ben Pfaffovn-controller: Avoid blocking to commit OVSDB transact...
2015-07-28 Ben Pfaffovn-controller: Drop unnecessary checks for ovsdb_idl_i...
2015-07-28 Ben Pfaffovn-controller: Fix potential use-after-free in get_cor...
2015-07-22 Ben PfaffMakefiles: Clean and do not distribute IDL-generated...
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-07-21 Gal SagieAdd 'name' field to logical router port NB schema
2015-07-17 Joe Stringerovn: Fix extra token detection.
2015-07-16 Russell Bryantovn: Convert tabs to spaces in ovn-sb.xml.
2015-07-16 Ben Pfaffovn-nb: Add per-port IP addresses to routers.
2015-07-15 Justin Pettitovn: Minor cleanups in "physical" component comments.
2015-07-14 Gal Sagieovn-nb: Add 'name' field to Logical Router
2015-07-14 Ben PfaffRevert "ofctrl: Don't use designated initializers."
2015-07-04 Alex Wangovn: Add ovn/lib/libovn.sym to .gitignore.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-07-03 Ben Pfaffovn: Take advantage of OVSDB garbage collection in...
2015-06-25 Ben Pfaffexpr: Fix typo in comment.
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-25 Russell Bryantovn: Add get/set-enabled to ovn-nbctl.
2015-06-25 Russell Bryantovn: Add logical port 'enabled' state.
2015-06-24 Ben PfaffMakefiles: Move xml2nroff rule from ovn directory to...
2015-06-23 Gurucharan ShettyAdd a few OVN files as part of DISTCLEANFILES.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-17 Ben Pfaffovn: Remove completed items from TODO.
2015-06-16 Gurucharan Shettyofctrl: Don't use designated initializers.
2015-06-16 Ben Pfaffovn-nbctl: Take default database target from OVN_NB_DB...
2015-06-16 Ben Pfaffxml2nroff: Add support for variable substitutions.
2015-06-15 Ben Pfaffovn-sb: Remove redundant "attached_port" column from...
2015-06-15 Russell BryantUpdate location for Neutron plugin.
2015-06-15 Russell Bryantovn: Add ovn-ctl to assist with OVN daemon lifecycle.
2015-06-14 Ben Pfaffovn-controller: Verify bridge ports before changing.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-29 Russell Bryantovn-controller: Drop unknown datapath log message.
2015-05-27 Russell Bryantcontroller: Fix crash on binding with no chassis.
2015-05-22 Alex Wangovn: Change type of 'chassis' column in 'Binding' table.
2015-05-22 Alex Wangovn-northd: Add appctl support.
2015-05-19 Gurucharan Shettyovn-controller: Add physical/logical translation for...
2015-05-15 Gurucharan Shettyovn-controller: Update actions correctly.
2015-05-15 Ben Pfaffofctrl: Correctly remove flows that are no longer needed.
2015-05-08 Ben Pfaffovn-controller: Initialize physical/logical translation...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-05-07 Ben Pfaffovn: Adopt consistent naming, by renaming "Bindings...
2015-05-06 Russell Bryantcontroller: Set chassis for container port.
2015-05-06 Ben Pfaffovn-controller: Implement logical/physical translation...
2015-05-06 Ben Pfaffovs-architecture: Recommend disable-in-band=true for...
2015-05-06 Ben Pfaffovn-controller: Install generated pipeline flows into...
2015-05-06 Ben Pfaffovn-controller: Implement translation of OVN flows...
next