summaryrefslogtreecommitdiff
path: root/ovn/controller
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: Don't bind non-existent interfaces.Gurucharan Shetty2017-03-102-1/+3
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-131-1/+1
* ofctrl: Free contents of symbol table in ofctrl_destroy().Ben Pfaff2017-02-081-0/+1
* ovn: Add missing netdev_close in setup_qos.Russell Bryant2017-02-031-0/+2
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-4/+6
* ovn-controller: Configure interface QoS only if it would actually be used.Ben Pfaff2017-02-011-6/+35
* ovn-controller: Fix memory leak and bug in setup_qos().Ben Pfaff2017-02-011-2/+5
* ovn-controller: Provide the option to set Encap.options:csumNuman Siddique2017-01-312-6/+17
* ovn: distributed NAT flowsMickey Spiegel2017-01-271-4/+2
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-01-271-0/+10
* 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