summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-7/+8
* ofproto-dpif-xlate: Eliminate duplicate read of xcfgp.Ben Pfaff2017-08-021-1/+0
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-2/+114
* ofp-util: Avoid C++ keyword 'public' in name of struct member.Ben Pfaff2017-07-311-7/+7
* tunneling: Avoid datapath-recirc by combining recirc actions at xlate.Sugesh Chandran2017-07-191-5/+232
* xlate: Clear tunnel mask along with other fields while combine actions.Sugesh Chandran2017-07-191-0/+1
* ofproto-dpif-xlate: Fixes for propagating state of conntrack.Justin Pettit2017-07-181-4/+6
* xlate: Refactor translation of patch port output actions.Sugesh Chandran2017-07-141-134/+138
* ofproto-dpif-xlate: drop L3 packets on L2 legacy portZoltán Balogh2017-07-141-7/+16
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-121-4/+25
* ofproto-dpif: Fix the clone issue with continuationNuman Siddique2017-07-101-1/+5
* userspace: Complete Packet In handlingJan Scheurich2017-06-271-5/+0
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-14/+21
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-1/+5
* openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.Ben Pfaff2017-06-201-2/+2
* ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.Ben Pfaff2017-06-141-6/+5
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-121-1/+1
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-6/+48
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-10/+10
* ofproto-dpif-xlate: refactor compose_output_action__Jan Scheurich2017-05-181-63/+85
* ofproto-dpif-xlate: Fix typos in comment.Ben Pfaff2017-05-181-1/+1
* Revert "tunneling: Avoid recirculation on datapath."Joe Stringer2017-05-101-146/+134
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+1
* config: Define OVS_CT_EVENT_* mask macros.Jarno Rajahalme2017-04-281-3/+1
* ofproto: Meter sample action when configured.Andy Zhou2017-04-281-2/+12
* xlate: Use OVS_CT_ATTR_EVENTMASK.Jarno Rajahalme2017-04-281-0/+6
* ofproto-dpif-xlate: Fix the memory leak in netflow.Sha Zhang2017-04-241-0/+1
* ofproto: Add support of OFPR_PACKET_OUT as packet-in reasonYi-Hung Wei2017-04-241-1/+6
* tunneling: Avoid recirculation on datapath.Sugesh Chandran2017-04-211-134/+146
* flow: New function flow_clear_conntrack().Ben Pfaff2017-04-211-17/+1
* ofproto/bond: Make bond_may_recirc() private within bond.cAndy Zhou2017-04-171-9/+3