summaryrefslogtreecommitdiff
path: root/include/openvswitch/list.h
Commit message (Expand)AuthorAgeFilesLines
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+28
* list: use multi-variable helpers for list loops.Adrian Moreno2022-03-301-31/+42
* Add 'extern "C"' for all relevant public header files, plus a build check.Ben Pfaff2017-07-311-0/+8
* ovn: Make it possible for CMS to detect when the OVN system is up-to-date.Ben Pfaff2016-07-261-0/+6
* ovsdb: Weak references performance fixRodriguez Betancourt, Esteban2016-07-261-0/+7
* list.h: Define OVS_LIST_POISON staticallyNithin Raju2016-05-281-3/+0
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-47/+47
* list: Move contents of lib/list.h to include/openvswitch directory.Ben Warren2016-03-301-1/+268
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-0/+27