netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / cmap.c
2015-06-25 Jesse Grossbitmap: Convert single bitmap functions to 64-bit.
2014-11-21 Alex Wangcmap: Shrink cmap when load factor is below 20%.
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: Use non-atomic access to hash.
2014-10-06 Jarno Rajahalmelib/cmap: More efficient cmap_find().
2014-10-06 Jarno Rajahalmelib/cmap: Return number of nodes from functions modifyi...
2014-10-01 Alex Wangcmap: ovsrcu postpone the cmap destroy.
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-16 Daniele Di Proiettocmap: Fix cmap_next_position()
2014-07-04 Jarno Rajahalmelib/hash: Abstract hash interface.
2014-06-10 Gurucharan Shettycmap: Rename a enum constant.
2014-06-03 Jarno Rajahalmelib/ovs-rcu: Rename ovsrcu_init() as ovsrcu_set_hidden().
2014-05-28 Jarno Rajahalmelib/cmap: Use atomics for all bucket data.
2014-05-28 Jarno Rajahalmelib/cmap: Add more hmap-like functionality.
2014-05-21 Ben Pfaffcmap: Fix memory ordering for counter_changed().
2014-05-20 Ben Pfaffcmap: New module for cuckoo hash table.