netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovn /
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...
2015-09-08 Russell Bryantovn: Add "localnet" logical port type.
2015-09-08 Russell Bryantovn: Automatically create br-int in ovn-controller.
2015-09-04 Justin Pettitovn-nbctl: Sort output of most commands.
2015-09-04 Russell Bryantovn: Document supported predicates.
2015-09-02 Justin Pettitovn-sb: Describe the pipeline stages generated by ovn...
2015-09-02 Justin Pettitovn-sb: Clarify ovn-northd's responsibilities.
2015-09-02 Justin Pettitovn-architecture: Fix capitalization of a title.
2015-09-01 Russell Bryantovn: Add bridge mappings to ovn-controller.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
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...
next