]> git.proxmox.com Git - ovs.git/history - ovn/controller/ovn-controller.c
ovn-controller: Honor updates to SSL configuration while waiting for SB DB.
[ovs.git] / ovn / controller / ovn-controller.c
2018-10-04 Ben Pfaffovn-controller: Honor updates to SSL configuration...
2018-08-07 Han Zhouovn-controller: Use ovsdb index for mac-binding update.
2018-08-02 Mark Michelsonovn: Add '--restart' flag to ovn-controller exit.
2018-07-31 Lorenzo BianconiIntroduce ovs-appctl command to monitor HVs sb connecti...
2018-07-31 Justin Pettitovn: Support configuring meters through SB Meter table.
2018-07-31 Justin Pettitovn-controller: Add "group-table-list" ovs-appctl command.
2018-07-31 Justin Pettitovn-controller: Add "meter-table-list" ovs-appctl command.
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-12 Ben Pfaffovn-controller: Drop controller_ctx structure entirely.
2018-06-12 Ben Pfaffovn-controller: Drop ovs_idl, ovnsb_idl from controller...
2018-06-12 Ben Pfaffovn-controller: Use chassis_lookup_by_name() instead...
2018-06-12 Ben Pfaffchassis-index: Use OVSDB index mechanism.
2018-06-12 Ben Pfaffovsdb-idl: Redesign use of indexes.
2018-06-11 Ben Pfaffovn-controller: Pass around pointers to individual...
2018-06-11 Ben Pfaffovn-controller: Style fixes.
2018-05-09 Dan WilliamsExpose missing --peer-ca-cert and SSL options in usage...
2018-05-09 Ben Pfaffovn-controller: Make 'ovs_remote' a local variable.
2018-04-13 Han Zhouovn: Support port groups in ACLs
2018-04-03 Mark MichelsonMeasure timing of ovn-controller flow creation.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-01-24 Guoshuai Liovn: OVN Support QoS meter
2018-01-24 Guoshuai Liovn-controller: Add extend_table instead of group_table...
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-25 00037997ovn-controller: pending_ct_zones should be destroyed
2017-09-19 Russell Bryantovn: Discard flows for non-local ports.
2017-08-03 Lance Richardsonovn-controller: use idl indexes for logical datapath
2017-08-03 Lance Richardsonovn-controller: use idl indexes for logical port table
2017-08-03 Lance Richardsonovn-controller: use idl index for multicast group table
2017-08-02 wangqianyuovn-controller: Monitor port bindings of parent ports.
2017-07-16 Venkata Anil Kommaddiovn: l3ha, gratuitous ARP for HA router
2017-07-16 majopela@redhat.comovn: l3ha, make is_chassis_active aware of gateway_chassis
2017-07-16 Venkata Anilovn: l3ha, enable bfd between tunnel endpoints
2017-07-16 majopela@redhat.comovn: l3ha, handling of multiple gateway chassis
2017-07-07 Han Zhouovn-controller: decouple localnet_port update from...
2017-06-06 Han Zhouovn-controller: refactor and abstract ovs_idl registering
2017-05-30 Daniel Alvarezovn: Add support for new logical port type "localport".
2017-05-30 Ben Pfaffovn-controller: Fix memory leak in create_br_int().
2017-05-03 Han Zhouovn-controller: Disable probes by default for unix...
2017-05-03 Ben Pfaffovn-controller: Add conditional monitoring support...
2017-05-01 Han Zhouovn-controller: Avoid recomputing when there are in...
2017-05-01 Han Zhouovn-controller: Remove ct_zones from lflow_run.
2017-04-06 Lance Richardsonovn-controller: enable ssl config via local ovsdb
2017-03-10 Gurucharan Shettyovn-controller: Don't bind non-existent interfaces.
2017-01-27 Mickey Spiegelovn: distributed NAT flows
2017-01-19 Mickey Spiegelovn: Introduce distributed gateway port and "chassisred...
2017-01-19 Mickey Spiegelovn: add is_chassis_resident match expression component
2017-01-05 Justin Pettitovn-controller: Introduce "inject-pkt" ovs-appctl command.
2017-01-05 Justin Pettitovn-controller: Expose address sets to the main loop.
2016-12-20 Ben Pfaffovn-controller: Monitor only necessary southbound rows.
2016-12-20 Ben Pfaffovn-controller: Rename all_lports to local_lports.
2016-12-20 Ben Pfaffovn-controller: Drop most uses of OVS patch ports.
2016-12-20 Ben Pfaffovn-controller: Avoid code duplication getting chassis...
2016-12-20 Ben Pfaffovn-controller: Handle only relevant ports and flows.
2016-12-20 Ben Pfafflport: Add index for logical datapaths.
2016-12-20 Ben Pfaffovn-controller: Make indexes more broadly available.
2016-12-20 Ben Pfaffovn-controller: Don't enable IDL tracking.
2016-12-06 Russell Bryantovn-controller(8): ovn-remote must be an ovsdb remote.
2016-12-02 Ben Pfaffovn-controller: Remove unused members from local_datapath.
2016-12-02 Ben Pfaffovn-controller: 'lports' and 'mcgroups' need not be...
2016-11-10 Ethan RahnAdd support for specifying SSL connection parameters...
2016-10-19 Ben Pfaffovsdb-idlc: Eliminate <prefix>_init() function from...
2016-10-06 Ryan Moatsovn-controller: honor ovs_idl_txn when calculating...
2016-09-23 Justin Pettitovn-controller: Flush conntrack entries for newly alloc...
2016-09-23 Justin Pettitovn-controller: Store conntrack zone mappings to OVS...
2016-09-20 Justin Pettitovn-controller: Fix possible null pointer dereference.
2016-09-01 Ben Pfaffovn-controller: Fix leak in patched_datapaths processing.
2016-08-31 Ryan Moatsovn-controller: Back out incremental processing
2016-08-14 Jesse Grossovn-controller: Make encap processing more robust again...
2016-08-13 Numan Siddiqueovn-controller: Add datapath-type and iface-types in...
2016-08-10 Ryan Moatsovn-controller: Persist desired conntrack groups.
2016-08-08 Ben Pfaffsmap: New function smap_get_def().
2016-07-29 Babu Shanmugamovn-controller: Restore ct zone assignment.
2016-07-27 Aaron Rosenmove ovn/lib/<lex|actions|expr>.h to include/ovn
2016-07-27 Ben Pfaffovn: Make it possible for CMS to detect when the OVN...
2016-07-24 nickcooper-zhangto... ovn: Remove unnecessary conditional statements.
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...
next