Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json: Move from lib to include/openvswitch. | Terry Wilson | 2016-07-22 | 1 | -1/+1 |
* | list: Rename all functions in list.h with ovs_ prefix. | Ben Warren | 2016-03-30 | 1 | -4/+4 |
* | list: Remove lib/list.h completely. | Ben Warren | 2016-03-30 | 1 | -1/+1 |
* | list: Rename struct list to struct ovs_list | Thomas Graf | 2014-12-15 | 1 | -1/+1 |
* | fat-rwlock: fat_rwlock_tryrdlock() should never block | Daniele Di Proietto | 2014-08-18 | 1 | -1/+32 |
* | util: New functions for allocating memory while avoiding false sharing. | Ben Pfaff | 2014-03-18 | 1 | -27/+2 |
* | util: Move CACHE_LINE_SIZE here. | Ben Pfaff | 2014-03-13 | 1 | -5/+0 |
* | fat-rwlock: Don't forget to destroy a mutex | YAMAMOTO Takashi | 2014-01-15 | 1 | -0/+1 |
* | fat-rwlock: New big but fast synchronization primitive. | Ben Pfaff | 2014-01-14 | 1 | -0/+275 |