summaryrefslogtreecommitdiff
path: root/lib/id-pool.c
Commit message (Expand)AuthorAgeFilesLines
* id-pool: Fix allocation overflow and the leak of the first ID.Zhou Yangchao2017-07-131-2/+2
* id-pool: Allocate the lowest available ids.Ilya Maximets2017-03-081-0/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* ofp-util: Encoding and decoding of (draft) OpenFlow 1.5 group messages.Simon Horman2014-11-111-2/+4
* id-pool: Fix memory leak.Ben Pfaff2014-11-101-0/+1
* id-pool: Refactor id_pool_alloc_id to allow any 32 bit value to be an idSimon Horman2014-11-101-21/+22
* id-pool: Re-factor recirculation id allocator into standalone id pool.Simon Horman2014-11-101-0/+151