summaryrefslogtreecommitdiff
path: root/lib/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* travis: Fix checks skipping by sparse.Ilya Maximets2019-04-241-1/+1
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-151-0/+15
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-4/+0
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-0/+3
* bitmap: Convert single bitmap functions to 64-bit.Jesse Gross2015-06-251-5/+5
* lib/bitmap: Faster bitmap functions.Jarno Rajahalme2014-10-071-19/+174
* lib/cmap: cmap_find_batch().Jarno Rajahalme2014-10-061-0/+9
* bitmap: Add new functions.Ben Pfaff2014-07-261-0/+6
* bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.Ben Pfaff2014-03-231-4/+5
* bitmap: add bitmap_count1 functionBen Pfaff2013-12-231-0/+1
* bitmap: New macro BITMAP_N_LONGS for use in constant expressions.Ben Pfaff2013-11-151-2/+4
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* bitmap: New function to allocate a bitmap initialized to all-1-bits.Ben Pfaff2011-09-261-0/+2
* mac-learning: Change mac_learning_set_flood_vlans() to not take ownership.Ben Pfaff2011-04-251-1/+7
* ovsdb: Check for changed columns only once per transaction commit.Ben Pfaff2010-03-171-3/+14
* bitmap: New function bitmap_scan() and macro BITMAP_FOR_EACH_1.Ben Pfaff2009-12-071-0/+5
* bitmap: Don't allocate excessive memory.Ben Pfaff2009-09-171-2/+3
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+82