ovn-northd: Fix comments about the flows.
[cascardo/ovs.git] / ovn / lib /
2016-07-09 Gurucharan Shettyovn-controller: Change strategy for gateway conntrack...
2016-07-03 Gurucharan Shettyovn-controller: Add support for load balancing.
2016-07-03 Ben Pfaffovn: Add colon token to lexer, to support parsing ...
2016-07-03 Russell Bryantovn: Add address set support.
2016-07-02 Zong Kai LIovn: Add 'na' action and lflow for ND
2016-06-30 Russell Bryantovn: Add ct_commit(ct_mark=INT, ct_label=INT); action.
2016-06-23 Numan Siddiqueovn-controller: Add 'put_dhcp_opts' action in ovn-contr...
2016-06-23 Ben Pfaffexpr: Refactor parsing of assignments and exchanges.
2016-06-23 Ben Pfaffexpr: Shorten declarations of expr_context.
2016-06-21 Gurucharan Shettyovn: DNAT and SNAT on a gateway router.
2016-06-11 Justin Pettitovn: Use Logical_Switch_Port in NB.
2016-06-03 Gurucharan Shettyovn-controller: Assign conntrack zones for gateway...
2016-05-16 Ramu Ramamurthyovn: Move extract_lport_addresses
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/match.h to include/openvswitch directory
2016-04-13 Ben Pfaffofp-actions: Make ofpact_finish() harder to misuse.
2016-03-29 William Tuvalgrind: Fix memory leak at expr_error.
2016-03-31 Huang Leiovn-controller: Optimize lex_token memory usage.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-12 Ben Pfaffovn: Implement basic ARP support for L3 logical routers.
2016-03-12 Ben Pfaffovn: Use callback function instead of simap for logical...
2016-03-12 Ben Pfaffactions: Implement OVN "arp" action.
2016-02-19 Ben Pfaffexpr: Generalize wording of error message in expand_sym...
2016-02-11 William Tuexpr: Fix memory leak reported by valgrind.
2016-02-11 William Tuexpr: Fix memory leak reported by valgrind.
2015-12-16 Ben Pfaffactions: Bundle action parsing parameters into a structure.
2015-12-16 Ben Pfaffactions: Factor parsing a single action into a new...
2015-12-16 Ben Pfaffactions: Factor out new helper function add_prerequisite().
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-09 Justin Pettitovn: Use "ip.ttl--" instead of "ip4.ttl--".
2015-10-19 Ben Pfaffovn: Implement the ability to send a packet back out...
2015-10-19 Ben Pfafflogical-fields: New header for logical field assignments.
2015-10-16 Justin Pettitovn: Add stateful ACL support.
2015-10-16 Ben Pfaffovn: Implement logical action to decrement IPv4 TTL.
2015-10-16 Ben Pfaffovn: Extend logical "next" action to jump to arbitrary...
2015-10-14 Justin Pettitexpr: Document error handling for expr_annotate().
2015-10-07 Ben Pfaffovn: Implement action to exchange two fields.
2015-10-07 Ben Pfaffovn: Implement action to copy one field into another.
2015-09-12 Ben Pfaffexpr: Properly handle several cases involving string...
2015-09-11 Justin Pettitexpr: Fix crossproduct example.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-27 Ben Pfaffexpr: Add and clarify a few comments and assertions.
2015-08-25 Justin Pettitovn: Fix example in comment in expr.c.
2015-08-03 Ben Pfaffactions: Allow caller to specify output table.
2015-08-03 Ben Pfaffovn: Rename Pipeline table to Logical_Flow table.
2015-07-22 Ben PfaffMakefiles: Clean and do not distribute IDL-generated...
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-07-17 Joe Stringerovn: Fix extra token detection.
2015-07-04 Alex Wangovn: Add ovn/lib/libovn.sym to .gitignore.
2015-06-25 Ben Pfaffexpr: Fix typo in comment.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-05-04 Ben Pfaffovn: New module for parsing OVN actions as OpenFlow.
2015-04-30 Ben Pfaffexpr: Make expr_to_flows() include conj_id flows.
2015-04-29 Ben Pfafflex: New functions lex_lookahead() and lexer_match_id().
2015-04-22 Ben Pfaffovn/lib: Add symbol file for libovn.la.
2015-04-22 Ben Pfaffovn: Move all library files into ovn/lib, and merge...
2015-04-20 Ben Pfafflex: New function lex_format_to_string().
2015-04-20 Ben Pfafflex: Make token parameter of lex_token_format() const.
2015-04-20 Ben Pfaffjson: New function json_string_escape().
2015-04-16 Ben Pfaffexpr: Support string fields in expr_to_matches().
2015-04-15 Ben Pfaffexpr: New module for Boolean expressions on fields...
2015-04-15 Ben Pfafflex: New lexical analyzer module for use in OVN.