]> git.proxmox.com Git - ovs.git/history - lib/cmap.c
compat: Add ipv6 GRE and IPV6 Tunneling
[ovs.git] / lib / cmap.c
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2017-11-30 Ilya Maximetscmap: Use PADDED_MEMBERS macro for cmap_bucket padding.
2017-11-03 Bhanuprakash Bodireddycmap: Use PADDED_MEMBERS_CACHELINE_MARKER in cmap_impl.
2016-05-09 Ben Pfaffcmap: New macro CMAP_INITIALIZER, for initializing...
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.