summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-rid.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-2/+2
* tun_metadata: Fix coredump caused by use-after-free bugYifeng Sun2020-04-101-1/+11
* userspace: Add GTP-U support.William Tu2020-03-251-1/+1
* ofproto-dpif: Fix for recirc issue with mpls traffic with dp_hashSurya Rudra2019-08-211-0/+1
* userspace: add erspan tunnel support.William Tu2018-05-211-1/+1
* xlate: fix xport lookup for recircZoltan Balogh2018-01-231-0/+1
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-0/+4
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-1/+1
* ofproto-dpif-rid: Always store tunnel metadata.Justin Pettit2017-07-271-5/+1
* ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.Justin Pettit2017-07-271-8/+5
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-121-0/+1
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+1
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-1/+1
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-1/+1
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-2/+2
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+1
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-2/+0
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-2/+2
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".Ben Pfaff2016-02-191-22/+27
* ofproto-dpif-xlate: Put recirc_state, not recirc_id_node, in xlate_in.Ben Pfaff2016-01-211-0/+6
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-2/+3
* ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.Ben Pfaff2016-01-201-3/+0
* ofproto-dpif-rid: Use separate pointers for actions and action set.Ben Pfaff2016-01-201-4/+4
* ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.Ben Pfaff2016-01-201-1/+2
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-2/+2
* ofproto: Enable in-place modification for recirc actions.Jarno Rajahalme2015-11-251-0/+63
* Add support for connection tracking.Joe Stringer2015-10-131-1/+2
* ofproto-dpif-rid: Make lookups cheaper.Jarno Rajahalme2015-08-261-28/+36
* ofproto-dpif-xlate: Fix mirroring interaction with recirculation.Ben Pfaff2015-07-311-0/+2
* ofproto-dpif-rid: Factor recirculation state out as new structure.Ben Pfaff2015-07-311-19/+24
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-1/+1
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-1/+1
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-16/+151
* ofproto-dpif: Added Per backer recirculation ID managementAndy Zhou2014-03-251-0/+48