]> git.proxmox.com Git - mirror_ovs.git/history - lib/util.h
netdev-afxdp: add new netdev type for AF_XDP.
[mirror_ovs.git] / lib / util.h
2019-07-19 William Tunetdev-afxdp: add new netdev type for AF_XDP.
2019-06-13 Yanqin Weiutil: implement count_1bits with Neon intrinsics or...
2019-05-24 Ilya Maximetsvswitchd: Track status of memory locking.
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
2018-08-15 Ilya Maximetstests: Use environment variable for default timeout.
2018-08-03 Ben Pfaffutil: Fix abs_file_name() bugs on Windows.
2018-02-05 Ben Pfaffutil: Use lookup table to optimize hexit_value().
2018-01-10 Michal Weglickinetdev: Custom statistics.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-11-29 Ilya Maximetsutil: Introduce str_to_ullong() helper function.
2017-11-28 Bhanuprakash Bodireddyutil: Add high resolution sleep support.
2017-11-02 Yi-Hung Weipackets: Fix C++ compilation issues when include packets.h
2017-08-03 Bhanuprakash Bodireddyutil: Add PADDED_MEMBERS_CACHELINE_MARKER macro to...
2017-07-31 Ben Pfaffutil: New function is_all_byte().
2017-07-13 Bhanuprakash Bodireddyprocess: Consolidate process related APIs.
2017-06-13 Lance Richardsontreewide: Avoid undefined behavior passing null in...
2017-04-06 Ben Pfaffutil: New macro ovs_strlcpy_arrays().
2017-01-05 Lukasz Rzasikovsdb-data: Add support for integer ranges in database...
2016-07-28 Daniele Di Proiettoconntrack: New userspace connection tracker.
2016-07-26 Ilya Maximetsutil: Expose function nullable_string_is_equal.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-05-08 Justin Pettitutil: Pass 128-bit arguments directly instead of using...
2016-04-23 YAMAMOTO Takashiutil.h: Restore stdarg.h which is necessary for va_list
2016-04-22 Joe Stringerofproto-dpif-xlate: xlate ct_{mark, label} correctly.
2016-04-14 Ben WarrenMisc cleanup with "util.h" header files
2016-04-01 Ben Pfaffutil: Remove va_copy() implementation.
2016-03-30 Ben Warrenutil: Move build assertion macros to compiler.h.
2016-03-30 Ben Warrenlist: Move contents of lib/list.h to include/openvswitc...
2016-03-18 Quentin Monnetovs-ofctl: Add option for color output to dump-flows...
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.
next