netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / util.h
2016-02-09 Ben Pfaffutil: New macro BUILD_ASSERT_TYPE.
2015-12-23 Simon Hormanflow: Pass last field to miniflow_pad_to_64().
2015-12-22 Joe Stringertypes: Define OVS_*128_MAX statically.
2015-10-13 Joe Stringertypes: Add big-endian 128-bit types and helpers.
2015-09-30 Ben Pfaffutil: Generalize rightmost_1bit_idx(), leftmost_1bit_idx().
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-15 Ben Pfaffflow: Make assertions about offsets within struct flow...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Ben Pfaffconfigure: Stop avoiding -Wformat-zero-length.
2015-06-10 Joe Stringertypes: Rename and move ovs_u128_equal().
2015-05-29 Jesse Grossutil: Library routines for printing and scanning large...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-15 Ben Pfaffutil: Add more bitwise operations.
2015-02-12 Nithin Rajulib/util.h: use types compatible with DWORD
2014-12-15 Thomas Graflib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATOR
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-12-05 Joe Stringerutil: Fix include for htonl().
2014-11-25 Thomas Graflib: Add API to set program name and version
2014-11-12 Pravin B Shelarutil: Introduce ovs_scan_len()
2014-11-11 Jarno Rajahalmeutil: Add be32_prefix_mask().
2014-10-30 Jarno Rajahalmeovs_assert, tests: Support NDEBUG.
2014-10-08 Ben Pfaffutil: Make hexits_value() support 64-bit integers too.
2014-10-07 Ben Pfaffutil: New function bitwise_scan().
2014-10-07 Jarno Rajahalmelib/bitmap: Faster bitmap functions.
2014-10-07 Gurucharan Shettyutil: Use MSVC compiler intrinsic for clz and ctz.
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
2014-09-12 Gurucharan ShettyAvoid uninitialized variable warnings with OBJECT_OFFSE...
2014-09-08 Jarno Rajahalmelib/util: Change is_all_zeros and is_all_ones to take...
2014-07-07 Ansis Attekautil: fix compile warnings
2014-06-24 Gurucharan Shettyutil: Don't compile couple of unused function for Windows.
2014-06-13 Ben Pfaffutil: Move definition of HANDLE here.
2014-05-08 Ben Pfaffutil: Remove duplicate CACHE_LINE_SIZE definition.
2014-04-29 Jarno Rajahalmelib: Add prefetch support (for GCC)
2014-04-23 Zoltan Kisslib/util: Input validation in str_to_uint
2014-03-31 Gurucharan Shettyutil: xleep for Windows.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-21 Pravinutils: Introduce xsleep for RCU quiescent state
2014-03-18 Ben Pfaffutil: New functions for allocating memory while avoidin...
2014-03-13 Ben Pfaffutil: Move CACHE_LINE_SIZE here.
2014-03-13 Ben Pfaffutil: New macro PAD_SIZE.
2014-03-12 Gurucharan Shettyovsdb-server: Truncate file for Windows.
2014-02-14 Gurucharan Shettyutil: Pre-allocate buffer for ovs_lasterror_to_string().
2014-02-13 Gurucharan Shettyutil: Make xreadlink a static function.
2014-01-28 Gurucharan Shettyutil: A generic function to convert error to string...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-17 Harold LimUpdate openvswitch to allow linking from C++ projects
2013-12-13 Helmut Schaalib/util: Make some functions in util.c inline
2013-12-12 Jarno Rajahalmelib/util: More portable use of builtin popcnt.
2013-12-11 Ben Pfaffutil: Fix sparse warning.
2013-12-06 Jarno Rajahalmeutil: Better count_1bits().
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
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 Ben Pfaffutil: Make raw_ctz() accept 64-bit integers.
2013-11-18 Jarno Rajahalmelib/util: Add ctz64() and popcount64().
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-11-02 Ben Pfaffutil: Allow set_subprogram_name() to take a printf...
2013-10-02 Flavio Leitnerutil: use gcc builtins to better check array sizes
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-22 Alex Wangclang: Fix the "expression result unused" warning.
2013-07-17 Ben Pfaffutil: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-04-22 YAMAMOTO Takashichange the type of popcount unsigned
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2012-11-04 Ben Pfaffutil: New functions for the index of the leftmost or...
2012-11-04 Ben Pfaffutil: Group functions for bitwise tests.
2012-09-04 Ben Pfaffutil: New function raw_ctz().
2012-09-04 Ben Pfaffutil: New function popcount().
2012-09-04 Ben Pfaffutil: New function zero_rightmost_1bit().
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-01 Ben Pfaffutil: New function follow_symlinks().
2012-07-18 Ben Pfaffvlog: Add VLOG_ABORT() to log and call abort().
2012-07-18 Ben Pfaffutil: Introduce "subprogram_name" to identify subproces...
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-04-06 Ethan Jacksonutil: New function set_program_name_version().
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-01 Ben Pfaffutil: New function bitwise_zero().
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2012-01-13 Ben Pfaffmultipath: Correctly calculate number of required desti...
2011-10-14 Ben Pfaffdpif-linux: Fix build with certain 64-bit kernel/usersp...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-23 Ben Pfaffutil: New function log_2_floor().
2011-06-06 Ben Pfaffutil: New function for forming English lists.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben Pfaffutil: Suppress build assertions when building with...
2011-05-13 Ben Pfaffpoll-loop: Make wakeup logging more portable and easier...
2011-04-04 Ben Pfaffutil: New function ovs_fatal_valist().
2011-02-25 Ben Pfaffutil: Avoid uninitialized pointer complaints from Coverity.
2011-02-23 Ben Pfaffutil: Make out_of_memory() call abort() instead of...
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
next