summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-211-0/+1
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-211-27/+36
* actions: Introduce enum ovnact_pipeline.Ben Pfaff2017-01-211-0/+6
* actions: Omit table number when possible for formatting "next" action.Ben Pfaff2017-01-211-0/+8
* actions: Separate action structures for "next" and "ct_next".Ben Pfaff2017-01-211-2/+8
* actions: Add new OVN action "clone".Ben Pfaff2017-01-211-2/+3
* lex: Make lexer_force_match() work for LEX_T_END.Ben Pfaff2017-01-201-2/+2
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-191-1/+21
* New action "ct_clear".Ben Pfaff2017-01-101-1/+2
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-2/+2
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-051-9/+9
* util: Remove obsolete comment.Ben Pfaff2017-01-051-6/+2
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-2/+3
* ofp-parse: Allow match field names in actions and brackets in matches.Jarno Rajahalme2017-01-041-0/+1
* lib: Add support for tftp ct helper.Joe Stringer2017-01-031-0/+4
* ovn-trace: New --ovs option to also print OpenFlow flows.Ben Pfaff2016-12-281-4/+9
* ofp-actions: Add clone action.William Tu2016-12-191-2/+3
* ofp-actions: Move function for struct ofpact_nest near struct definition.Ben Pfaff2016-12-191-6/+6
* doc: Populate 'topics' sectionStephen Finucane2016-12-122-4/+4
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-1/+16
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-142-3/+14
* doc: Convert DESIGN to rSTStephen Finucane2016-11-031-1/+1
* meta-flow: Fix the NXM_NX_* names of xxreg2 and xxreg3.Jarno Rajahalme2016-10-101-2/+6
* smap: New macro SMAP_CONST2 for an immutable map of 2 key-value pairs.Ben Pfaff2016-10-071-5/+5
* json: Use reference counting in JSON objectsRodriguez Betancourt, Esteban2016-10-041-0/+2
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-1/+16
* ofp-actions: Style fixes.Jarno Rajahalme2016-09-271-1/+1
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-232-0/+13
* token-bucket: Add token_bucket_wait_at().Jarno Rajahalme2016-09-201-1/+4
* ofp-actions: Remove unused OFPACT_FOR_EACH_TYPE.Binbin Xu2016-09-201-23/+0
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-194-7/+15
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-142-3/+10
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-0/+2
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-0/+3
* learn: Fix iteration over learning specs.Ben Pfaff2016-09-021-10/+23
* learn: Avoid nested zero-sized arrays to fix build with MSVC.Jarno Rajahalme2016-09-011-16/+23
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-4/+0
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-312-14/+28
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-312-14/+42
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-3/+1
* vlog: Fix crash when --syslog-method has no argument.Binbin Xu2016-08-191-1/+1
* ovn-trace: New utility.Ben Pfaff2016-08-152-0/+16
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-0/+8
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-0/+6
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-0/+6
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-153-13/+20
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-152-37/+299
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-141-0/+12
* meta-flow: Add ovs_be128 member to union mf_subvalue.Ben Pfaff2016-08-131-0/+1
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-102-0/+6