summaryrefslogtreecommitdiff
path: root/ovn/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovn: Add address set support.Russell Bryant2016-07-025-20/+172
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-022-9/+18
* ovn: Add ct_commit(ct_mark=INT, ct_label=INT); action.Russell Bryant2016-06-301-3/+148
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-236-42/+372
* expr: Refactor parsing of assignments and exchanges.Ben Pfaff2016-06-233-97/+162
* expr: Shorten declarations of expr_context.Ben Pfaff2016-06-231-24/+4
* ovn: DNAT and SNAT on a gateway router.Gurucharan Shetty2016-06-211-0/+83
* ovn: Use Logical_Switch_Port in NB.Justin Pettit2016-06-112-4/+4
* ovn-controller: Assign conntrack zones for gateway router.Gurucharan Shetty2016-06-033-5/+25
* ovn: Move extract_lport_addressesRamu Ramamurthy2016-05-163-0/+150
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-142-6/+6
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-142-0/+2
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-143-3/+3
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-142-2/+2
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-1/+1
* valgrind: Fix memory leak at expr_error.William Tu2016-03-281-0/+1
* ovn-controller: Optimize lex_token memory usage.Huang Lei2016-03-312-8/+64
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-69/+69
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-193-3/+3
* ovn: Implement basic ARP support for L3 logical routers.Ben Pfaff2016-03-124-14/+256
* ovn: Use callback function instead of simap for logical port number map.Ben Pfaff2016-03-114-44/+76
* actions: Implement OVN "arp" action.Ben Pfaff2016-03-112-2/+76
* expr: Generalize wording of error message in expand_symbol().Ben Pfaff2016-02-191-8/+5
* expr: Fix memory leak reported by valgrind.William Tu2016-02-111-3/+3
* expr: Fix memory leak reported by valgrind.William Tu2016-02-111-0/+1
* actions: Bundle action parsing parameters into a structure.Ben Pfaff2015-12-162-94/+66
* actions: Factor parsing a single action into a new function parse_action().Ben Pfaff2015-12-161-31/+39
* actions: Factor out new helper function add_prerequisite().Ben Pfaff2015-12-161-9/+15
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-6/+3
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-241-1/+1
* ovn: Use "ip.ttl--" instead of "ip4.ttl--".Justin Pettit2015-11-091-2/+2
* ovn: Implement the ability to send a packet back out its input port.Ben Pfaff2015-10-191-2/+12
* logical-fields: New header for logical field assignments.Ben Pfaff2015-10-193-3/+44
* ovn: Add stateful ACL support.Justin Pettit2015-10-162-8/+57
* ovn: Implement logical action to decrement IPv4 TTL.Ben Pfaff2015-10-153-0/+23
* ovn: Extend logical "next" action to jump to arbitrary flow tables.Ben Pfaff2015-10-155-36/+117
* expr: Document error handling for expr_annotate().Justin Pettit2015-10-131-1/+4