json: Move from lib to include/openvswitch.
[cascardo/ovs.git] / lib / seq.c
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-08 Flavio Leitnerdpif-netdev: Remove PMD latency on seq_mutex
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2015-12-08 Jarno Rajahalmeseq: Add a coverage counter for seq_change.
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-05-22 Ben Pfaffseq: Attribute wakeups to seq_wait()'s caller, not...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-16 Ben Pfaffseq: Initialize 'ovsthread_id' member of waiters in...
2013-08-12 Ben Pfaffseq: Add some comments.
2013-08-11 Ben Pfaffseq: New module for race-free, pollable, thread-safe...