summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-1/+5
* ofproto-dpif-xlate: translate action_set in clone actionEric Garver2018-03-081-0/+9
* xlate: fix packets loopback caused by duplicate read of xcfgp.Huanle Han2018-02-011-29/+14
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-4/+3
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-4/+8
* Fix incorrect handling of return value.Lili Huang2018-01-251-4/+5
* xlate: fix xport lookup for recircZoltan Balogh2018-01-231-0/+52
* ofproto-dpif-xlate: add uuid to xportsZoltan Balogh2018-01-231-0/+12
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-231-0/+7
* ofproto: Fix wrong datapath flow with same in_port and output port.Lilijun (Jerry)2018-01-221-2/+7
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-1/+12
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-0/+31
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-3/+4
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-94/+57
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-214/+83
* ofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user action cookie.Justin Pettit2018-01-101-3/+10
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+7
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-28/+22
* ofproto-dpif-ipfix: add interface Information Elements to flow keyMichal Weglicki2018-01-101-2/+2
* ofproto-dpif-xlate: Incorrect handling of errors in group action processingVishal Deep Ajmera2018-01-101-0/+16
* ofproto-dpif: Remove variable length userdata probe.Justin Pettit2018-01-091-7/+0
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-12/+12
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-1/+2
* ofproto-dpif: Fix a couple minor issues in comments.Justin Pettit2017-12-211-1/+1
* ofproto-dpif-xlate: Change assertion to log message.Ben Pfaff2017-12-081-1/+3
* ofproto-dpif-xlate: Correctly decide whether truncating.Ben Pfaff2017-12-081-11/+27
* ofproto-dpif-xlate: Fix bug that may leak ofproto_flow_modYifeng Sun2017-11-291-0/+2
* ofproto: Remove break after OVS_NOT_REACHED.Bhanuprakash Bodireddy2017-11-031-2/+0
* ofproto-dpif-xlate: Fix bad memory free.William Tu2017-11-011-1/+1
* ofproto/trace: Propagate ct_zone in recirculationYi-Hung Wei2017-10-311-3/+4
* ofproto-dpif-xlate: use xlate error enum for unsupported packet typeZoltán Balogh2017-10-311-5/+7
* ofproto-dpif-xlate: Fix truncate and native tunnnelWilliam Tu2017-10-201-2/+3
* ofproto-dpif-xlate: Remove assertion for truncatedIWASE Yusuke2017-10-101-7/+2
* util: Make ovs_assert() always expand so that it should be followed by ;Ben Pfaff2017-10-101-1/+1
* ofproto-dpif-xlate: Refactor native tunnel handling logicAndy Zhou2017-09-271-148/+95
* ofproto-dpif-xlate: Rename apply_nested_clone_actions()Andy Zhou2017-09-271-16/+17
* ofproto-dpif-xlate: Refactor xlate_table_actions()Andy Zhou2017-09-271-11/+21
* ofproto-dpif-xlate: Keep track of the last actionAndy Zhou2017-09-271-81/+133
* ofproto-dpif: Refactor compose_clone()Andy Zhou2017-09-271-6/+14
* ofproto-dpif-xlate: Remove uncessary assignmentAndy Zhou2017-09-271-1/+0
* ofproto-dpif: Unfreeze within cloneAndy Zhou2017-09-271-0/+9
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-14/+7
* Generic encap and decap support for NSHJan Scheurich2017-08-071-12/+168
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-1/+1
* ofproto-dpif-xlate: Add OFPACT_ENCAP, OFPACT_DECAP to reversible_actions().Ben Pfaff2017-08-031-0/+2
* xlate: Emit datapath clone only when necessary.Andy Zhou2017-08-031-42/+127
* xlate: Refactor compose_clone() APIAndy Zhou2017-08-031-44/+32
* ofproto-dpif: Remove dpif/disable-dp-clone command.Andy Zhou2017-08-031-11/+0
* ofproto-dpif: Add boottime support field.Andy Zhou2017-08-031-0/+12
* ofproto-dpif-xlate: Always process IGMP packets in userspace.Ben Pfaff2017-08-021-6/+7