summaryrefslogtreecommitdiff
path: root/lib/cmap.h
Commit message (Expand)AuthorAgeFilesLines
* cmap: use multi-variable iterators.Adrian Moreno2022-03-301-10/+12
* util: Add token concatenation macro with argument expansion.Paolo Valerio2021-07-081-4/+1
* dpif-netdev: Add SMC cache after EMC cacheYipeng Wang2018-07-241-0/+11
* cmap: Allow CMAP_FOR_EACH to be nested without shadowing variables.Justin Pettit2018-02-281-3/+12
* cmap: Fix example provided for CMAP_FOR_EACH.Justin Pettit2018-02-281-4/+3
* cmap: Fix bug in CMAP_FOR_EACH_WITH_HASH_PROTECTED.zhangliping2018-02-261-1/+1
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-1/+7
* cmap: Explain corner case in CMAP_FOR_EACH comment.Daniele Di Proietto2016-02-031-0/+5
* lib/cmap: cmap_find_batch().Jarno Rajahalme2014-10-061-5/+29
* lib/cmap: split up cmap_find().Jarno Rajahalme2014-10-061-1/+1
* lib/cmap: Return number of nodes from functions modifying the cmap.Jarno Rajahalme2014-10-061-5/+21
* Avoid uninitialized variable warnings with OBJECT_OFFSETOF() in MSVC.Gurucharan Shetty2014-09-121-3/+3
* cmap: Merge CMAP_FOR_EACH_SAFE into CMAP_FOR_EACH.Ben Pfaff2014-07-291-36/+21
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-54/+38
* lib/cmap: Simplify iteration with C99 loop declaration.Jarno Rajahalme2014-06-111-5/+38
* lib/cmap: Add more hmap-like functionality.Jarno Rajahalme2014-05-281-8/+38
* cmap: New module for cuckoo hash table.Ben Pfaff2014-05-201-0/+196