summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-rid.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Don't pass NULL to library functions that expect non-NULL.Dumitru Ceara2022-02-141-2/+4
* ofproto-dpif: Fix for recirc issue with mpls traffic with dp_hashSurya Rudra2019-08-211-0/+2
* xlate: fix xport lookup for recircZoltan Balogh2018-01-231-1/+4
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-1/+9
* ofproto-dpif-rid: Don't include action_set_len as part of hash.Justin Pettit2017-07-281-1/+0
* ofproto-dpif-rid: Always store tunnel metadata.Justin Pettit2017-07-271-14/+3
* ofproto-dpif-rid: Store tunnel metadata in frozen metadata directly.Justin Pettit2017-07-271-15/+14
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-121-0/+13
* ofproto-dpif-rid: Update comment for recirc_alloc_id__().Justin Pettit2017-03-231-2/+1
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-7/+6
* ofproto-dpif: Unhide structure contents.Ben Pfaff2017-01-051-3/+2
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-26/+8
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-5/+5
* ofproto-dpif-xlate: Distinguish "freezing" from "recirculation".Ben Pfaff2016-02-191-17/+16
* ofproto-dpif-rid: Use UUID, not pointer, to identify ofprotos for recirc.Ben Pfaff2016-01-201-4/+5
* ofproto-dpif-rid: Fix names of recirc_metadata_{hash,equal}().Ben Pfaff2016-01-201-6/+6
* ofproto-dpif-rid: Use separate pointers for actions and action set.Ben Pfaff2016-01-201-2/+11
* ofproto-dpif-rid: Use array instead of ofpbuf for recirc_state stack.Ben Pfaff2016-01-201-15/+12
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-201-11/+8
* ofproto-dpif-rid: Fix memory leak in recirc_state.Ben Pfaff2016-01-051-2/+18
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-1/+2
* Add support for connection tracking.Joe Stringer2015-10-131-0/+2
* ofproto-dpif-rid: Make lookups cheaper.Jarno Rajahalme2015-08-261-6/+24
* 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-101/+61
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-261-33/+325
* id-pool: Refactor id_pool_alloc_id to allow any 32 bit value to be an idSimon Horman2014-11-101-1/+6
* id-pool: Re-factor recirculation id allocator into standalone id pool.Simon Horman2014-11-101-122/+6
* ofproto-dpif-rid: remove unused return value of rid_pool_add()Simon Horman2014-09-251-3/+2
* ofproto-dpif-rid: remove struct rid_mapSimon Horman2014-09-251-12/+8
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-241-1/+1
* ofproto-dpif-rid: Fix memory leak in recirc_id_pool_destroy().Ben Pfaff2014-06-061-0/+1
* ofproto-dpif: Added Per backer recirculation ID managementAndy Zhou2014-03-251-0/+189