]> git.proxmox.com Git - mirror_ovs.git/history - lib/cmap.h
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / cmap.h
2018-07-24 Yipeng Wangdpif-netdev: Add SMC cache after EMC cache
2018-02-28 Justin Pettitcmap: Allow CMAP_FOR_EACH to be nested without shadowin...
2018-02-28 Justin Pettitcmap: Fix example provided for CMAP_FOR_EACH.
2018-02-26 zhanglipingcmap: Fix bug in CMAP_FOR_EACH_WITH_HASH_PROTECTED.
2016-05-09 Ben Pfaffcmap: New macro CMAP_INITIALIZER, for initializing...
2016-02-04 Daniele Di Proiettocmap: Explain corner case in CMAP_FOR_EACH comment.
2014-10-06 Jarno Rajahalmelib/cmap: cmap_find_batch().
2014-10-06 Jarno Rajahalmelib/cmap: split up cmap_find().
2014-10-06 Jarno Rajahalmelib/cmap: Return number of nodes from functions modifyi...
2014-09-12 Gurucharan ShettyAvoid uninitialized variable warnings with OBJECT_OFFSE...
2014-07-29 Ben Pfaffcmap: Merge CMAP_FOR_EACH_SAFE into CMAP_FOR_EACH.
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-06-11 Jarno Rajahalmelib/cmap: Simplify iteration with C99 loop declaration.
2014-05-28 Jarno Rajahalmelib/cmap: Add more hmap-like functionality.
2014-05-20 Ben Pfaffcmap: New module for cuckoo hash table.