summaryrefslogtreecommitdiff
path: root/ovn/lib
Commit message (Expand)AuthorAgeFilesLines
* lex: Treat formfeeds as white space.Ben Pfaff2016-10-111-1/+1
* expr: Better simplify some special cases of expressions.Ben Pfaff2016-10-111-7/+34
* expr: Fix abort when simplifying "x != 0/0".Ben Pfaff2016-10-111-1/+10
* expr: Simplify "x == 0/0" into 1.Ben Pfaff2016-10-111-1/+14
* ovn-northd: support IPAM with externally specified MACLance Richardson2016-10-062-1/+21
* DSCP marking on packetsBabu Shanmugam2016-10-051-1/+1
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-0/+42
* ovn: Change ct_label[0] to ct_label.blockedBabu Shanmugam2016-09-211-0/+3
* ovn-trace: Avoid segfault for DHCP options flows.Ben Pfaff2016-09-141-1/+1
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-0/+3
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-2/+7
* ovn-controller: Fix leak in patched_datapaths processing.Ben Pfaff2016-09-012-3/+4
* expr: Fix memory leak in expr_macros_destroy().Ben Pfaff2016-08-311-0/+1
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-1/+0
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-39/+24
* ovn: Support for GARP for NAT IPs via localnetChandra S Vejendla2016-08-162-4/+4
* ovn-trace: New utility.Ben Pfaff2016-08-151-6/+17
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-0/+121
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-1/+117
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-153-396/+339
* ovn-util: Add common functions for the default NB and SB databases.Ben Pfaff2016-08-152-0/+31
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-152-1092/+1621
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-142-0/+185
* ovn: Fix receive from vxlan in ovn-controller.Darrell Ball2016-08-021-9/+18
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-101-0/+1
* logical-fields: Beautify conntrack definitions.Ben Pfaff2016-08-081-13/+21
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-084-0/+227
* logical-fields: Get rid of MFF_LOG_REGS in favor of something sensible.Ben Pfaff2016-08-081-12/+3
* expr: Give a subfield a direct pointer to its parent in struct expr_symbol.Ben Pfaff2016-08-081-43/+27
* expr: Track writability as part of expr_symbol.Ben Pfaff2016-08-081-5/+8
* expr: Initialize 'relop' of allocated exprs in crush_and_string().Ben Pfaff2016-08-081-0/+1
* expr: Refine handling of error parameter to expr_annotate().Ben Pfaff2016-08-081-2/+5
* expr: Tolerate having no macros.Ben Pfaff2016-08-081-1/+3
* expr: Fine-tune parser error message for common typo.Ben Pfaff2016-08-081-2/+5
* ovn: Add support for IPv6 dynamic bindings.Justin Pettit2016-07-291-3/+57
* ovn: Add support for link-local addresses.Justin Pettit2016-07-291-2/+9
* ovn: Don't require clearing inport to hair-pin packets.Justin Pettit2016-07-292-10/+10
* ovn-util: Preallocate address strings.Justin Pettit2016-07-292-31/+18
* ovn: Rename "nd" action to "nd_na".Justin Pettit2016-07-291-8/+9
* move ovn/lib/<lex|actions|expr>.h to include/ovnAaron Rosen2016-07-277-763/+6
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-226-8/+9
* ovn-util: Add solicited node addresses to ipv6_netaddr.Justin Pettit2016-07-192-0/+6
* ovn: Add 128-bit support for ct_labelNuman Siddique2016-07-181-8/+10
* ovn: Support multiple addresses on a single logical router port.Justin Pettit2016-07-122-44/+112
* ovn-util: Remove 'store_ipv6' argument from extract_lsp_addresses().Justin Pettit2016-07-122-21/+4
* ovn-util: Add string representations to 'lport_addresses'.Justin Pettit2016-07-122-27/+79
* ovn: Renumber logical field registers to the newly extended registers.Justin Pettit2016-07-121-6/+13
* ovn-controller: Change strategy for gateway conntrack zone allocation.Gurucharan Shetty2016-07-092-7/+4
* ovn-controller: Add support for load balancing.Gurucharan Shetty2016-07-032-0/+173
* ovn: Add colon token to lexer, to support parsing "1.2.3.4:5".Ben Pfaff2016-07-032-2/+39