summaryrefslogtreecommitdiff
path: root/ovn/controller
Commit message (Expand)AuthorAgeFilesLines
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-211-2/+5
* ovn: Introduce distributed gateway port and "chassisredirect" port bindingMickey Spiegel2017-01-193-0/+75
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-193-8/+33
* ovn-controller: Clear conntrack state inside clone action.Ben Pfaff2017-01-101-1/+2
* ofctrl: Fix warning from sparse.Ben Pfaff2017-01-051-1/+1
* ofctrl: Fix version check in ofctrl_inject_packet().Ben Pfaff2017-01-051-2/+2
* ovn-controller: Introduce "inject-pkt" ovs-appctl command.Justin Pettit2017-01-055-8/+181
* ovn-controller: Remove "_p" from pointer arguments in lflow.c.Justin Pettit2017-01-051-11/+11
* ovn-controller: Expose address sets to the main loop.Justin Pettit2017-01-053-32/+32
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-051-3/+4
* ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.Ben Pfaff2016-12-284-27/+35
* ovn-controller: Fix duplicated flow add attempts in table 32.Han Zhou2016-12-211-24/+23
* ovn-controller: Log chassis claiming lport only when changes occur.Mickey Spiegel2016-12-201-10/+15
* ovn-controller: Monitor only necessary southbound rows.Ben Pfaff2016-12-191-0/+69
* ovn-controller: Rename all_lports to local_lports.Ben Pfaff2016-12-192-15/+21
* ovn-controller: Drop most uses of OVS patch ports.Ben Pfaff2016-12-198-181/+150
* ovn-controller: Avoid code duplication getting chassis record.Ben Pfaff2016-12-195-32/+23
* pnysical: Factor code out of consider_port_binding().Ben Pfaff2016-12-191-93/+134
* ovn-controller: Handle only relevant ports and flows.Ben Pfaff2016-12-1910-203/+154
* lport: Add index for logical datapaths.Ben Pfaff2016-12-193-2/+97
* lport: Tolerate null pointers in destroy functions.Ben Pfaff2016-12-191-0/+8
* lport: Be a little more careful building lport index.Ben Pfaff2016-12-191-0/+12
* ovn-controller: Make indexes more broadly available.Ben Pfaff2016-12-191-7/+7
* ovn-controller: Don't enable IDL tracking.Ben Pfaff2016-12-191-8/+1
* ovn: Encode dhcpv6 PACKET_IN userdata as big endian.Daniele Di Proietto2016-12-121-15/+13
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-2/+1
* ovn-controller(8): ovn-remote must be an ovsdb remote.Russell Bryant2016-12-052-11/+3
* ovn-controller: Remove unused members from local_datapath.Ben Pfaff2016-12-023-6/+0
* ovn-controller: 'lports' and 'mcgroups' need not be static.Ben Pfaff2016-12-021-2/+2
* physical: Remove obsolete comments.Ben Pfaff2016-12-011-6/+0
* ovn-controller: Remove obsolete concept of "stale" patched datapaths.Ben Pfaff2016-12-012-36/+0
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-1/+2
* doc: Convert DESIGN to rSTStephen Finucane2016-11-031-1/+1
* ovn-controller: Container can have connection to a hosting VM.Gurucharan Shetty2016-11-021-12/+15
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-3/+0
* ovn-controller: honor ovs_idl_txn when calculating and installing flows.Ryan Moats2016-10-061-24/+21
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-18/+202
* ovn: update docs for l2gateway port vlan tagGabe Beged-Dov2016-09-301-2/+2
* ovn-controller: Flush conntrack entries for newly allocated zones.Justin Pettit2016-09-234-29/+95
* ovn-controller: Store conntrack zone mappings to OVS database.Justin Pettit2016-09-232-4/+146
* ovn-controller: Fix possible null pointer dereference.Justin Pettit2016-09-201-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-1/+1
* ovn: log dhcp responses for debuggingRamu Ramamurthy2016-09-142-0/+13
* ofctrl: Fix logic for mff_ovn_geneve.Gurucharan Shetty2016-09-101-1/+1
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-1/+5
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-0/+1
* ovn-controller: Fix match crieria for dynamic mac binding flowsChandra S Vejendla2016-09-091-19/+11
* ovn-controller: Fix memory leak in recv_S_TLV_TABLE_REQUESTED().Ben Pfaff2016-09-011-58/+66
* ovn-controller: Fix leak in patched_datapaths processing.Ben Pfaff2016-09-014-9/+5
* ovn-controller: Drop incremental processing from encapsulation code.Ben Pfaff2016-08-311-353/+90