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