summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-rid.h
Commit message (Expand)AuthorAgeFilesLines
* 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