Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json: Move from lib to include/openvswitch. | Terry Wilson | 2016-07-22 | 1 | -1/+1 |
* | dpif-netdev: Remove PMD latency on seq_mutex | Flavio Leitner | 2016-07-08 | 1 | -4/+45 |
* | list: Rename all functions in list.h with ovs_ prefix. | Ben Warren | 2016-03-30 | 1 | -3/+3 |
* | list: Remove lib/list.h completely. | Ben Warren | 2016-03-30 | 1 | -1/+1 |
* | seq: Add a coverage counter for seq_change. | Jarno Rajahalme | 2015-12-08 | 1 | -0/+8 |
* | list: Rename struct list to struct ovs_list | Thomas Graf | 2014-12-15 | 1 | -3/+3 |
* | seq: Attribute wakeups to seq_wait()'s caller, not to seq_wait() itself. | Ben Pfaff | 2014-05-22 | 1 | -8/+12 |
* | Use "error-checking" mutexes in place of other kinds wherever possible. | Ben Pfaff | 2013-08-20 | 1 | -1/+1 |
* | seq: Initialize 'ovsthread_id' member of waiters in seq_wait__(). | Ben Pfaff | 2013-08-16 | 1 | -0/+1 |
* | seq: Add some comments. | Ben Pfaff | 2013-08-12 | 1 | -2/+10 |
* | seq: New module for race-free, pollable, thread-safe sequence number. | Ben Pfaff | 2013-08-10 | 1 | -0/+266 |