ovn: Make it possible for CMS to detect when the OVN system is up-to-date.
[cascardo/ovs.git] / ovn / northd / ovn-northd.c
2016-07-27 Ben Pfaffovn: Make it possible for CMS to detect when the OVN...
2016-07-26 Zong Kai LIovn-northd: Fix {}-enclosed constants for ND responder
2016-07-26 Numan Siddiqueovn-northd: Add logical flows to support native DHCPv4
2016-07-26 Guru Shettyovn-northd: Combine two NAT loops into one.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-22 Ben Pfaffovn-northd: Avoid redundant lookup of logical router...
2016-07-22 Ben Pfaffovn-northd: Only peer router ports to other router...
2016-07-20 Hui KangRename nbs/nbr port names to nbsp/nbrp.
2016-07-20 Russell Bryantovn: Apply ACL changes to existing connections.
2016-07-20 Ben Pfaffovn-northd: Ensure that flows are added to correct...
2016-07-14 Ryan Moatsovn-northd: Remove extraneous ip4 mulicast logical...
2016-07-13 Ben Pfaffovn-northd: Use ovs_be32 for an IP address in find_lrp_...
2016-07-13 Justin Pettitovn-northd: Fix shadowed iterators in port security...
2016-07-13 Justin Pettitovn: Support multiple addresses on a single logical...
2016-07-13 Justin Pettitovn-northd: Use strings from extract_lsp_addresses().
2016-07-13 Justin Pettitovn-util: Remove 'store_ipv6' argument from extract_lsp...
2016-07-13 Justin Pettitovn-util: Add string representations to 'lport_addresses'.
2016-07-13 Justin Pettitovn-northd: Use strings for IP addresses in router...
2016-07-13 Justin Pettitovn-northd: Use dynamic strings when building router...
2016-07-13 Justin Pettitovn: Remove 'default_gw' from logical router table.
2016-07-13 Justin Pettitovn-northd: Fix comments about the flows.
2016-07-04 Gurucharan Shettyovn: Add support for Load balancers.
2016-07-03 Gurucharan Shettyovn-northd: Introduce stateful table.
2016-07-03 Gurucharan Shettyovn-northd: Introduce pre-stateful table.
2016-07-03 Russell Bryantovn: Add address set support for ACLs.
2016-07-03 Gurucharan Shettyovn-northd: Split ACL and pre-ACL processing.
2016-07-02 Zong Kai LIovn: Add 'na' action and lflow for ND
2016-06-23 Flavio Fernandesovn-northd: no logical router icmp response for directe...
2016-06-22 Chandra S Vejendlaovn: Allow IP packets destined to router ip for SNAT
2016-06-21 Gurucharan Shettyovn: DNAT and SNAT on a gateway router.
2016-06-11 Justin Pettitovn: Use Logical_Switch_Port in NB.
2016-06-07 Flavio Fernandesovn-northd: logical router icmp response should not...
2016-06-03 Gurucharan Shettyovn: Introduce l3 gateway router.
2016-06-03 Gurucharan Shettyovn-northd: Support connecting multiple routers to...
2016-06-02 Dustin Lundquistovn-northd: Restrict use of unspecified source addresses
2016-05-16 Ramu Ramamurthyovn: Move extract_lport_addresses
2016-05-05 Steve Ruanovn-northd: Add support for static_routes.
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-22 JunoZhuovn: Add column enabled to table Logical_Router
2016-04-14 Numan Siddiqueovn-northd: Handle IPv4 addresses with prefixes in...
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-03-29 Justin Pettitovn-northd: Limit line length to under 80 columns.
2016-04-01 Gurucharan Shettyovn-northd: Fix peering of routers.
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-24 RYAN D. MOATSSeparating OVN NB and SB database processes
2016-03-22 Russell Bryantovn: Remove outdated debug messages.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-18 Numan Siddiqueovn: Add l3 port security for IPv4 and IPv6
2016-03-12 Ben Pfaffovn: Implement basic ARP support for L3 logical routers.
2016-02-27 Han Zhouovn: Avoid ARP responder for packets from localnet...
2016-02-26 Han Zhouovn-northd: Remove info log in extract_lport_addresses().
2016-02-25 Numan Siddiqueovn-northd: Allow lport 'addresses' to store multiple...
2016-02-05 Numan Siddiqueovn-northd: Revert "ovn-northd: Only run idl loop if...
2016-02-01 Russell Bryantovn-northd: Don't set custom log level defaults.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-11 Numan Siddiqueovn-northd: Only add ARP reply flows for logical ports...
2016-01-04 l0310ovn-northd: Can't use ct() for router ports.
2015-12-04 Han Zhouovn: support ARP response for known IPs
2015-12-04 Joe Stringerovn-northd: Only run idl loop if something changed.
2015-11-30 Numan Siddiqueovn-northd: Refactor main loop to use ovsdb_idl_loop_...
2015-11-30 Han Zhouovn: use name instead of uuid as key of logical router...
2015-11-09 Justin Pettitovn-northd: Support pinging logical router ports.
2015-11-09 Justin Pettitovn: Change printed stage names.
2015-11-09 Justin Pettitovn: Use "ip.ttl--" instead of "ip4.ttl--".
2015-11-03 Russell Bryantovn-northd: Fix table ID in a comment.
2015-10-22 Justin Pettitovn-northd: Fix memory leak in ARP reply flows.
2015-10-22 Justin Pettitovn-northd: Fix memory leak in logical router flow...
2015-10-19 Justin Pettitovn: Reduce range of ACL priorities.
2015-10-19 Ben Pfaffovn: Support multiple router ports per logical switch.
2015-10-17 Ben Pfaffovn: Implement basic logical L3 routing.
2015-10-17 Ben Pfaffovn-northd: Add stages for logical routers.
2015-10-17 Ben Pfaffovn-nb: Rename Port_Bindings 'macs' column to 'addresses'.
2015-10-17 Ben Pfaffovn: Add new predicates for matching broadcast and...
2015-10-16 Justin Pettitovn: Add stateful ACL support.
2015-10-01 Andy Zhoulib/daemon: support --user option for all OVS daemon
2015-09-11 Ben Pfaffovn-northd: Document logical flow table structure.
2015-09-11 Ben Pfaffovn-northd: Minor logical flow table optimizations.
2015-09-11 Ben Pfaffovn-northd: Don't deliver even broadcast packets to...
2015-09-10 Justin Pettitovn-nb: Add direction and reduce max priority for ACLs.
2015-09-09 Ben Pfaffsmap: New macro SMAP_CONST1 for initializing immutable...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-18 Russell Bryantovn: Free default db befor exit.
2015-08-18 Gurucharan Shettyovn-northd: Ability to detach on Windows.
2015-08-13 Justin Pettitovn-northd: Store name of the logical flow stage in...
2015-08-08 Alex Wangovn-northd: Pass logical port type and options to ovn...
2015-08-03 Ben Pfaffovn: Change strategy for tunnel keys.
2015-08-03 Ben Pfaffovn: Rename Pipeline table to Logical_Flow table.
2015-08-03 Ben Pfaffovn: Rename Binding table to Port_Binding.
2015-07-31 Russell Bryantovn: Add type and options to logical port.
2015-07-28 Russell Bryantovn: Make column comparisons more generic.
2015-07-03 Ben Pfaffovn: Take advantage of OVSDB garbage collection in...
2015-06-25 Russell Bryantovn: Add logical port 'enabled' state.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-22 Alex Wangovn: Change type of 'chassis' column in 'Binding' table.
2015-05-22 Alex Wangovn-northd: Add appctl support.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-05-07 Ben Pfaffovn: Adopt consistent naming, by renaming "Bindings...
2015-04-30 Ben Pfaffovn: Add tunnel_key concept to Bindings table, assign...
2015-04-29 Ben Pfaffovn-northd: Set logical_datapath in each Bindings record.
next