summaryrefslogtreecommitdiff
path: root/lib/rculist.h
Commit message (Expand)AuthorAgeFilesLines
* rculist: Use rculist_back_protected to access prev.Adrian Moreno2022-12-061-3/+5
* rculist: Fix iteration macros.Ilya Maximets2022-11-241-9/+9
* rculist: use multi-variable helpers for loop macros.Adrian Moreno2022-03-301-30/+52
* Clean up some minor spelling and typos.Justin Pettit2018-03-141-1/+1
* rculist: Remove postponed poisoning.Jarno Rajahalme2015-06-111-19/+17
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-3/+4
* classifier: Do not insert duplicate rules in indices.Jarno Rajahalme2014-11-141-8/+5
* lib/rculist: New RCU-iterator, single-writer doubly-linked list.Jarno Rajahalme2014-10-291-0/+403