netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / tests / test-util.c
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Ben Pfaffconfigure: Stop avoiding -Wformat-zero-length.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-17 Russell Bryantcommand-line: add ovs_cmdl_context
2015-03-16 Russell Bryantcommand-line: add ovs_cmdl_ prefix
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-10-30 Jarno Rajahalmeovs_assert, tests: Support NDEBUG.
2014-10-29 Alex Wangcommand-line: Add function to print command usage.
2014-06-24 Gurucharan Shettyutil: Don't compile couple of unused function for Windows.
2014-06-24 Gurucharan Shettytest-util: Changes for 'assert' test on Windows.
2014-04-03 Andy Zhouunit-test: Link 29 test programs into ovstest
2013-12-24 Ben Pfaffstdio: New module, initially to provide working [v...
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
2013-11-19 Ben Pfaffutil: Rename popcount to count_1bits
2013-11-18 Ben Pfaffutil: Make popcount() handle 64-bit integers, not separ...
2013-11-18 Jarno Rajahalmelib/util: Add ctz64() and popcount64().
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-07-17 Ben Pfaffutil: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.
2013-06-28 Ben PfaffUse random_*() instead of rand(), for thread safety.
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2012-09-04 Ben Pfaffutil: New function popcount().
2012-08-01 Ben Pfaffutil: New function follow_symlinks().
2012-08-01 Ben Pfafftests: Slightly generalize utility function tests.
2012-05-14 Ben PfaffAvoid assigning the same value to a variable back-to...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-02-01 Ben Pfaffutil: New function bitwise_zero().
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-07-23 Ben Pfaffutil: New function log_2_floor().