json: Move from lib to include/openvswitch.
[cascardo/ovs.git] / ovn / controller / ovn-controller.c
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-20 Ryan Moatsovn-controller: Add incremental processing to lflow_run...
2016-07-19 Ryan Moatsovn-controller: Persist ovn flow tables
2016-07-09 Gurucharan Shettyovn-controller: Change strategy for gateway conntrack...
2016-07-03 Gurucharan Shettyovn-controller: Add support for load balancing.
2016-07-02 Nirapada Ghoshovn-controller: reload configured SB probe timer
2016-06-23 RYAN D. MOATSlport: Persist lport_index and mcgroup_index structures.
2016-06-23 RYAN D. MOATSConvert binding_run to incremental processing.
2016-06-23 Ryan Moatsovn-controller: Change encaps_run to work incrementally.
2016-06-03 Gurucharan Shettyovn-controller: Assign conntrack zones for gateway...
2016-06-03 Gurucharan Shettyovn-controller: Refactor conntrack zone allocation.
2016-06-03 Gurucharan Shettyovn: Introduce l3 gateway router.
2016-05-16 Ramu Ramamurthyovn: Send GARP on localnet.
2016-05-14 William Tuovn-controller: Fix errors reported by Valgrind.
2016-04-14 RYAN D. MOATSovn-controller: Dynamically reconnect if ovn-remote...
2016-04-14 Russell Bryantovn-controller: Warn if system-id is missing.
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-12 Ben Pfaffovn-controller: Introduce helpers for looking up datapaths.
2016-03-31 Huang Leiovn-controller: Add external-id 'ovn-remote-probe-interval'
2016-03-30 Han Zhouovn-controller: Optimize processing for non-local datap...
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-12 Ben Pfaffovn: Implement basic ARP support for L3 logical routers.
2016-03-12 Ben Pfaffovn-controller: Add data structure for indexing lports...
2016-03-12 Ben Pfaffactions: Implement OVN "arp" action.
2016-02-27 Han Zhouovn: Connect to remote lports through localnet port.
2016-02-03 Russell Bryantovn-controller: Only process lflows for local datapaths.
2016-02-03 Russell Bryantovn: Fix localnet ports on the same chassis.
2016-02-03 Russell Bryantovn-controller: Move local_datapaths calculation.
2015-12-02 bschanmu@redhat.comovn: Dedicated connection handler for packet-ins
2015-10-17 Ben Pfaffovn-controller: Factor patch port management into new...
2015-10-16 Justin Pettitovn-controller: Support multiple encaps simultaneously.
2015-10-16 Justin Pettitovn: Add stateful ACL support.
2015-10-16 Ben Pfaffovn-controller: Un-inline get_chassis_by_name().
2015-10-01 Andy Zhoulib/daemon: support --user option for all OVS daemon
2015-09-09 Ben Pfaffsmap: New macro SMAP_CONST1 for initializing immutable...
2015-09-08 Russell Bryantovn: Automatically create br-int in ovn-controller.
2015-09-01 Russell Bryantovn: Add bridge mappings to ovn-controller.
2015-08-21 Gurucharan Shettyovn: Add bootstrap options for OVN controllers.
2015-08-18 Gurucharan Shettyovn-northd: Ability to detach on Windows.
2015-08-11 Alex Wangovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.
2015-08-08 Alex Wangidl-loop: Move idl-loop into ovsdb-idl library.
2015-08-03 Ben Pfaffovn: Change strategy for tunnel keys.
2015-08-03 Ben Pfaffofctrl: Negotiate OVN Geneve option.
2015-08-03 Ben Pfaffovn: Rename Pipeline table to Logical_Flow table.
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-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-controller: Avoid overlooking changes that occur...
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-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
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 Ben Pfaffovn-controller: Implement logical/physical translation...
2015-05-06 Ben Pfaffovn-controller: Install generated pipeline flows into...
2015-05-06 Ben Pfaffovn-controller: Implement translation of OVN flows...
2015-05-01 Russell Bryantovn-controller: Free some more memory before exit.
2015-05-01 Russell Bryantovn-controller: Fix invalid br_int_name handling.
2015-05-01 Justin Pettitovn-controller: Rename "chassis_name" to "chassis_id".
2015-05-01 Justin Pettitovn-controller: Clarify that some config changes requir...
2015-05-01 Justin Pettitovn-controller: Make integration bridge config part...
2015-04-22 Ben Pfaffovn: Move all library files into ovn/lib, and merge...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-12 Justin Pettitovn: Introduce ovn-controller.