datapath-windows: Cleanup unused variables
[cascardo/ovs.git] / ovn /
2015-12-11 Justin Pettitovn-controller: Add clarifying comment about main loop...
2015-12-11 Russell Bryantovn: Fix ACLs for child logical ports.
2015-12-09 Russell Bryantovn: Fix ct_state bit mappings in OVN symtab.
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-12-02 bschanmu@redhat.comovn: Dedicated connection handler for packet-ins
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-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-24 Ben Pfaffovn-northd.8: Correct syntax for OVN strings.
2015-11-23 Russell Bryantovn: Update BFD item in the ovn TODO list.
2015-11-14 Gurucharan ShettyAdd Docker integration for OVN.
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-09 Justin Pettitovn-sb: Fix "ip.ttl--" lower limit description.
2015-11-09 Justin Pettitovn-northd.8: Correct description of sending out inport.
2015-11-03 Russell Bryantovn-northd: Fix table ID in a comment.
2015-11-03 Russell Bryantovn: Remove duplicate versions from schemas.
2015-11-03 Russell Bryantovn: Fix check on existing encap row.
2015-10-23 Justin Pettitovn-nbctl: Fix memory leak in option processing.
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-19 Ben Pfaffphysical: Fix implementation of logical patch ports.
2015-10-19 Ben Pfaffovn: Implement the ability to send a packet back out...
2015-10-19 Ben Pfafflogical-fields: New header for logical field assignments.
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: Add "enabled" column to Logical_Router_Port.
2015-10-17 Ben Pfaffovn-nb: Change how router ports work.
2015-10-17 Ben Pfaffovn-nb.xml: Reorganize documentation for Logical_Port...
2015-10-17 Ben Pfaffovn-nb: Add support for IP+MAC binding pairs in Port_Bi...
2015-10-17 Ben Pfaffovn-nb: Rename Port_Bindings 'macs' column to 'addresses'.
2015-10-17 Ben Pfaffovn-nb: Extend schema to support networks of routers.
2015-10-17 Ben Pfaffovn: Add new predicates for matching broadcast and...
2015-10-17 Ben Pfaffovn: Implement logical patch ports.
2015-10-17 Ben Pfaffovn-controller: Rename "ovn-patch-port" to "ovn-localne...
2015-10-17 Ben Pfaffpatch: Allow client to determine port names.
2015-10-17 Ben Pfaffpatch: Refactor to better support new kinds of patches.
2015-10-17 Ben Pfaffpatch: Bail out earlier if OVS IDL transactions cannot...
2015-10-17 Ben Pfaffovn-controller: Factor patch port management into new...
2015-10-17 Ben Pfaffovn: Update TODO, ovn-northd flow table design, ovn...
2015-10-17 Ben Pfaffovn-sb: Document "ip.ttl--;" action.
2015-10-16 Justin Pettitovn-controller: Support multiple encaps simultaneously.
2015-10-16 Justin Pettitovn-controller: Support VXLAN enapsulation.
2015-10-16 Justin Pettitovn-sbctl: Add multiple encaps with "chassis-add".
2015-10-16 Justin Pettitovn-controller.8: Correct reference to "ovn-encap-type".
2015-10-16 Justin Pettitovn: Add stateful ACL support.
2015-10-16 Ben Pfaffovn-controller: Un-inline get_chassis_by_name().
2015-10-16 Ben Pfaffovn-nbctl: Remove external-ids commands.
2015-10-16 Ben Pfaffovn: Change h1 titles to title case in documentation.
2015-10-16 Ben Pfaffovn: Implement logical action to decrement IPv4 TTL.
2015-10-16 Ben Pfaffovn: Extend logical "next" action to jump to arbitrary...
2015-10-15 Justin Pettitovn-sbctl.8: Fix bridge modification references.
2015-10-14 Justin Pettitexpr: Document error handling for expr_annotate().
2015-10-14 Justin Pettitovn: Fix space/tab issues from man pages.
2015-10-07 Ben Pfaffovn-sbctl: Use environment var OVN_SB_DB to find the...
2015-10-07 Ben Pfaffovn: Implement action to exchange two fields.
2015-10-07 Ben Pfaffovn: Implement action to copy one field into another.
2015-10-07 Ben Pfaffphysical: Preserve output port across multicast group...
2015-10-06 Ben Pfaffovn-sb.xml: Reorganize Port_Binding documentation.
2015-10-06 Ben Pfaffovn-controller: Document database keys used by ovn...
2015-10-06 Ben Pfaffovn-controller: Improve formatting of manpage.
2015-10-06 Russell Bryantovn-nbctl: Split parent and tag in "show" output.
2015-10-02 Gurucharan Shettyautomake: Consolidate schema checksum check.
2015-10-02 Gurucharan Shettyovn-ctl: Ability to upgrade databases.
2015-10-02 Gurucharan Shettyovn-ctl, ovs-ctl: Move common code to ovs-lib.
2015-10-02 Gurucharan Shettyovn: Add schema versions and checksum to schema files.
2015-10-02 Ben Pfaffovn-nbctl: Avoid minor code duplication.
2015-10-02 Ben Pfaffovn-nbctl: Minor fix for manpage.
2015-10-02 Russell Bryantovn: Add VLAN support for localnet ports.
2015-10-02 Gurucharan Shettyovn-ctl: Remove non-existant function call.
2015-10-02 Gurucharan Shettyovn: Change the valid tag values.
2015-10-01 Gurucharan Shettyovn-ctl: Fix a function call.
2015-10-01 Andy Zhoulib/daemon: support --user option for all OVS daemon
2015-09-29 Gurucharan Shettyovn-controller: Fix container flows in table 33.
2015-09-29 Gurucharan Shettyovn-controller: Fix a case wherein tag can be zero.
2015-09-29 Gurucharan Shettyovn-controller: Change the name of a variable.
2015-09-17 Russell Bryantovn: Update TODO with some notes on security.
2015-09-15 Ben Pfaffovn-nbctl: Enable database commands using db-ctl-base...
2015-09-15 Alex Wangovn-controller-vtep: Update related documentation.
2015-09-15 Alex Wangovn-controller-vtep: Extend vtep module to install...
2015-09-15 Alex Wangovn-controller-vtep: Add vtep module.
2015-09-14 Ben Pfaffovn-nbctl: Give handler functions more specific names.
2015-09-14 Ben Pfaffovn-nbctl: Fix typo and add minor clarification in...
2015-09-14 Ben Pfaffovn-sbctl: Improve usage message.
2015-09-14 Ben Pfaffovn-sbctl: Support SSL for connecting to southbound...
2015-09-14 Ben Pfaffovn-sbctl: Indentation fixes.
2015-09-14 Ben PfaffFix typos in comments.
2015-09-12 Ben Pfaffexpr: Properly handle several cases involving string...
2015-09-11 Justin Pettitexpr: Fix crossproduct example.
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-nbctl: Add ACL commands.
2015-09-10 Justin Pettitovn-nb: Add direction and reduce max priority for ACLs.
2015-09-09 Russell Bryantovn-sbctl: Adjust width for priority in lflow-list.
2015-09-09 Ben Pfaffsmap: New macro SMAP_CONST1 for initializing immutable...
next