Age | Commit message (Expand) | Author |
---|---|---|
2018-05-30 | ptr_ring: prevent integer overflow when calculating size | Jason Wang |
2018-02-25 | ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE | Jason Wang |
2018-01-02 | ptr_ring: add barriers | Michael S. Tsirkin |
2017-08-30 | ptr_ring: use kmalloc_array() | Eric Dumazet |
2017-02-26 | ptr_ring: fix race conditions when resizing | Michael S. Tsirkin |
2016-07-01 | ptr_ring: support resizing multiple queues | Michael S. Tsirkin |
2016-07-01 | ptr_ring: support zero length ring | Jason Wang |
2016-06-15 | ptr_ring: resize support | Michael S. Tsirkin |
2016-06-15 | ptr_ring: array based FIFO for pointers | Michael S. Tsirkin |