summaryrefslogtreecommitdiff
path: root/lib/util.h
Commit message (Expand)AuthorAgeFilesLines
* conntrack: New userspace connection tracker.Daniele Di Proietto2016-07-271-0/+9
* util: Expose function nullable_string_is_equal.Ilya Maximets2016-07-251-0/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-0/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-0/+1
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-10/+10
* util.h: Restore stdarg.h which is necessary for va_listYAMAMOTO Takashi2016-04-231-0/+1
* ofproto-dpif-xlate: xlate ct_{mark, label} correctly.Joe Stringer2016-04-221-0/+11
* Misc cleanup with "util.h" header filesBen Warren2016-04-141-51/+0
* util: Remove va_copy() implementation.Ben Pfaff2016-03-311-8/+0
* util: Move build assertion macros to compiler.h.Ben Warren2016-03-301-28/+0
* list: Move contents of lib/list.h to include/openvswitch directory.Ben Warren2016-03-301-100/+0
* ovs-ofctl: Add option for color output to dump-flows command.Quentin Monnet2016-03-181-0/+2
* util: New macro BUILD_ASSERT_TYPE.Ben Pfaff2016-02-081-2/+18
* flow: Pass last field to miniflow_pad_to_64().Simon Horman2015-12-221-0/+4
* types: Define OVS_*128_MAX statically.Joe Stringer2015-12-221-3/+1
* types: Add big-endian 128-bit types and helpers.Joe Stringer2015-10-131-0/+30
* util: Generalize rightmost_1bit_idx(), leftmost_1bit_idx().Ben Pfaff2015-09-291-13/+8
* Merge remote-tracking branch 'origin/master' into ovn4Justin Pettit2015-06-181-0/+3
|\
| * flow: Make assertions about offsets within struct flow easier to follow.Ben Pfaff2015-06-151-0/+3
* | Merge "master" into "ovn".Ben Pfaff2015-06-131-1/+11
|\ \ | |/
| * configure: Stop avoiding -Wformat-zero-length.Ben Pfaff2015-06-101-2/+2
| * types: Rename and move ovs_u128_equal().Joe Stringer2015-06-091-0/+7
| * util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-281-0/+3
* | util: Add more bitwise operations.Ben Pfaff2015-04-151-1/+8
|/
* lib/util.h: use types compatible with DWORDNithin Raju2015-02-121-4/+4
* lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATORThomas Graf2014-12-151-9/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-16/+16
* util: Fix include for htonl().Joe Stringer2014-12-041-1/+1
* lib: Add API to set program name and versionThomas Graf2014-11-251-4/+2
* util: Introduce ovs_scan_len()Pravin B Shelar2014-11-121-0/+1
* util: Add be32_prefix_mask().Jarno Rajahalme2014-11-111-0/+9
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-5/+6
* util: Make hexits_value() support 64-bit integers too.Ben Pfaff2014-10-081-1/+1
* util: New function bitwise_scan().Ben Pfaff2014-10-071-0/+2
* lib/bitmap: Faster bitmap functions.Jarno Rajahalme2014-10-071-1/+1
* util: Use MSVC compiler intrinsic for clz and ctz.Gurucharan Shetty2014-10-061-0/+36
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-10/+10
* Avoid uninitialized variable warnings with OBJECT_OFFSETOF() in MSVC.Gurucharan Shetty2014-09-121-0/+7
* lib/util: Change is_all_zeros and is_all_ones to take a void *.Jarno Rajahalme2014-09-081-2/+2
* util: fix compile warningsAnsis Atteka2014-07-081-1/+1
* util: Don't compile couple of unused function for Windows.Gurucharan Shetty2014-06-241-0/+2
* util: Move definition of HANDLE here.Ben Pfaff2014-06-131-0/+4
* util: Remove duplicate CACHE_LINE_SIZE definition.Ben Pfaff2014-05-081-2/+0
* lib: Add prefetch support (for GCC)Jarno Rajahalme2014-04-291-0/+14
* lib/util: Input validation in str_to_uintZoltan Kiss2014-04-231-18/+1
* util: xleep for Windows.Gurucharan Shetty2014-03-311-1/+1
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-0/+1
* utils: Introduce xsleep for RCU quiescent statePravin2014-03-211-0/+1
* util: New functions for allocating memory while avoiding false sharing.Ben Pfaff2014-03-181-1/+5
* util: Move CACHE_LINE_SIZE here.Ben Pfaff2014-03-131-0/+5