summaryrefslogtreecommitdiff
path: root/include/openvswitch/util.h
Commit message (Expand)AuthorAgeFilesLines
* netdev-linux: Properly access 32-bit aligned rtnl_link_stats64 structs.Dumitru Ceara2022-05-171-0/+3
* util: add helpers to overload SAFE macro.Adrian Moreno2022-03-301-0/+21
* util: add safe multi-variable iterators.Adrian Moreno2022-03-301-0/+80
* util: add multi-variable loop iterator macros.Adrian Moreno2022-03-301-0/+43
* util: Update OVS_TYPEOF macro for C++ enabled applications.Archana Holla2020-04-071-0/+2
* util: Better document ALIGNED_CAST.Ben Pfaff2018-09-171-2/+8
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-2/+5
* Windows: Fixing Windows C++ compilation issues with unnamed structureShireesh Singh2017-12-191-7/+7
* packets: Fix C++ compilation issues when include packets.hYi-Hung Wei2017-11-021-6/+6
* util: Make ovs_assert() always expand so that it should be followed by ;Ben Pfaff2017-10-101-3/+3
* util: Add PADDED_MEMBERS_CACHELINE_MARKER macro to mark cachelines.Bhanuprakash Bodireddy2017-08-031-0/+48
* util: Add C++ compatible definition of PADDED_MEMBERS.Ben Pfaff2017-07-311-0/+12
* util: Make PADDED_MEMBERS work more than once per struct.Ben Pfaff2017-07-131-1/+4
* util: Remove obsolete comment.Ben Pfaff2017-01-051-6/+2
* ofp-actions: Factor OFPACT_PADDED_MEMBERS out into a more general form.Ben Pfaff2016-08-081-1/+21
* util: Drop 'date' and 'time' arguments from ovs_set_program_nameMarkos Chandras2016-05-261-5/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-0/+4
* Misc cleanup with "util.h" header filesBen Warren2016-04-141-1/+49
* list: Move contents of lib/list.h to include/openvswitch directory.Ben Warren2016-03-301-0/+101
* lib: Expose SAT_MUT as OVS_SAT_MUL in <openvswitch/util.h>Thomas Graf2014-12-151-0/+6
* lib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATORThomas Graf2014-12-151-0/+8
* include/openvswitch/util: Add extern "C" { ... }.Ben Pfaff2014-12-081-0/+8
* lib: Add API to set program name and versionThomas Graf2014-11-251-0/+31