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