summaryrefslogtreecommitdiff
path: root/ovn/controller
Commit message (Expand)AuthorAgeFilesLines
* OVN: Clarify docs about the default transport zoneLucas Alvares Gomes2019-04-231-5/+11
* OVN: Add support for Transport ZonesLucas Alvares Gomes2019-04-226-7/+90
* ovn: Add a new OVN action 'icmp4_error'Numan Siddique2019-04-221-2/+45
* ovn: Add a new OVN field icmp4.frag_mtuNuman Siddique2019-04-223-2/+63
* chassis.c: Return chassis record whenever available in chassis_run().Han Zhou2019-04-161-5/+4
* ovn-controller: Fix busy loop when sb disconnected.Han Zhou2019-04-161-46/+51
* ovn: Support a new Logical_Switch_Port.type - 'external'Numan Siddique2019-04-162-0/+13
* ovn-controller: Make use of ha_chassis_group table to bind the chassisredirec...Numan Siddique2019-04-1616-583/+427
* OVN: Make periodic RAs consistent with RA responder.Mark Michelson2019-03-251-2/+3
* ovn-controller: Add a new thread in pinctrl module to handle packet-ins.Numan Siddique2019-03-251-136/+526
* ovn pinctrl: Pass 'struct rconn *swconn' to all the functions which use itNuman Siddique2019-03-251-78/+106
* OVN: update RA next_announce according to {min, max}_intervalLorenzo Bianconi2019-03-041-0/+5
* ovn: Make DHCP log messages uniqueBrian Haley2019-02-281-7/+8
* ovn-controller: Provide the option to set the datapath-type of br-intNuman Siddique2019-02-222-1/+18
* Support for multiple VTEP in OVNvenu iyer2019-02-227-42/+270
* ovn-controller: Fix chassisredirect port flapping when ovs-vswitchd crashesNuman Siddique2019-02-043-1/+21
* pinctrl: Check requested IP in DHCPREQUEST messagesGregory Smith2018-12-121-25/+93
* ovn-controller: Inject GARPs to logical switch pipeline to update neighborsDaniel Alvarez2018-12-121-51/+29
* pinctrl: Fix dp_packet structure leak.Ilya Maximets2018-11-121-3/+3
* pinctrl: Fix crash on buffered packets hmap double remove.Ilya Maximets2018-11-121-2/+2
* OVN: native support for tunnel encryptionQiuyu Xiao2018-11-093-6/+17
* ovn-controller: Call ofctrl_inject_pkt() with correct argument order.xurong000379972018-11-021-1/+1
* OVN: add buffering support for ip packetsLorenzo Bianconi2018-10-181-33/+223
* Revert "OVN: add buffering support for ip packets"Ben Pfaff2018-10-151-223/+33
* ovn: Support configuring the BFD params for the tunnel interfacesNuman Siddique2018-10-113-21/+52
* ovn-controller: Support processing DHCPv6 information request message typeNuman Siddique2018-10-111-3/+13
* ovn: Fix IPv6 DAD failure for container portsNuman Siddique2018-10-103-17/+82
* OVN: add buffering support for ip packetsLorenzo Bianconi2018-10-081-33/+223
* ovn-controller: Honor updates to SSL configuration while waiting for SB DB.Ben Pfaff2018-10-041-221/+190
* treewide: Fix spelling of "receive".Ben Pfaff2018-09-271-1/+1
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-261-1/+1
* ovn-controller: Use ovsdb index for mac-binding update.Han Zhou2018-08-073-20/+43
* ovn: Add '--restart' flag to ovn-controller exit.Mark Michelson2018-08-021-40/+52
* Introduce ovs-appctl command to monitor HVs sb connection statusLorenzo Bianconi2018-07-312-0/+22
* ofctrl: Placate GCC.Ben Pfaff2018-07-311-1/+1
* ovn: Support configuring meters through SB Meter table.Justin Pettit2018-07-303-36/+94
* ovn-controller: Add "group-table-list" ovs-appctl command.Justin Pettit2018-07-302-0/+35
* ovn-controller: Add "meter-table-list" ovs-appctl command.Justin Pettit2018-07-302-0/+35
* ovn: Use C strings instead of ds for extended tables.Justin Pettit2018-07-301-2/+2
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-1/+1
* ovn-controller: Remove unused member from struct local_datapath.Ben Pfaff2018-06-251-1/+0
* ovn-controller: Only add comment in binding_cleanup() in case of changes.Ben Pfaff2018-06-151-5/+8
* ovn-controller: Drop controller_ctx structure entirely.Ben Pfaff2018-06-1215-105/+103
* ovn-controller: Drop ovs_idl, ovnsb_idl from controller_ctx.Ben Pfaff2018-06-122-39/+32
* ovn-controller: Use chassis_lookup_by_name() instead of get_chassis().Ben Pfaff2018-06-124-27/+11
* chassis-index: Use OVSDB index mechanism.Ben Pfaff2018-06-1213-93/+95
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-1213-390/+398
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-1118-130/+283
* ovn-controller: Style fixes.Ben Pfaff2018-06-1111-75/+80
* ovn-controller: Count calls to lflow_run()Jakub Sitnicki2018-05-231-1/+6