summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* meta-flow: Fix conntrack field OVS version.Jarno Rajahalme2017-03-141-7/+7
* ofproto: Probe for sample nesting level.Andy Zhou2017-03-101-0/+3
* conntrack: Force commit.Jarno Rajahalme2017-03-081-1/+6
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-1/+3
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-083-4/+163
* flow: Make room after ct_state.Jarno Rajahalme2017-03-081-1/+2
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-082-4/+5
* ofp-actions: Fix translation of set_field for nw_ecnEric Garver2017-03-081-0/+1
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-0/+1
* windows: Add definition of getrusageAlin Serdean2017-03-071-1/+3
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-213-23/+3
* ofp-msgs: Remove unnecessary #include.Yi-Hung Wei2017-02-211-1/+0
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-014-7/+39
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-01-271-0/+3
* ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.Ben Pfaff2017-01-251-199/+6
* 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