Age | Commit message (Expand) | Author | Files | Lines |
2018-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-02-19 | ptr_ring: Remove now-redundant smp_read_barrier_depends() | Andrea Parri | 1 | -3/+4 |
2018-02-12 | ptr_ring: prevent integer overflow when calculating size | Jason Wang | 1 | -1/+1 |
2018-02-09 | ptr_ring: try vmalloc() when kmalloc() fails | Jason Wang | 1 | -5/+8 |
2018-02-09 | ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE | Jason Wang | 1 | -0/+2 |
2018-01-29 | ptr_ring: prevent queue load/store tearing | Michael S. Tsirkin | 1 | -2/+2 |
2018-01-29 | Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds" | Michael S. Tsirkin | 1 | -6/+1 |
2018-01-29 | ptr_ring: disallow lockless __ptr_ring_full | Michael S. Tsirkin | 1 | -3/+4 |
2018-01-29 | ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty | Michael S. Tsirkin | 1 | -3/+8 |
2018-01-29 | ptr_ring: clean up documentation | Michael S. Tsirkin | 1 | -16/+18 |
2018-01-29 | ptr_ring: keep consumer_head valid at all times | Michael S. Tsirkin | 1 | -9/+16 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+10 |
2018-01-15 | ptr_ring: document usage around __ptr_ring_peek | Michael S. Tsirkin | 1 | -4/+10 |
2018-01-02 | net: ptr_ring: otherwise safe empty checks can overrun array bounds | John Fastabend | 1 | -1/+6 |
2017-12-11 | ptr_ring: add barriers | Michael S. Tsirkin | 1 | -0/+9 |
2017-08-17 | ptr_ring: use kmalloc_array() | Eric Dumazet | 1 | -4/+5 |
2017-05-18 | ptr_ring: introduce batch dequeuing | Jason Wang | 1 | -0/+65 |
2017-05-18 | ptr_ring: add ptr_ring_unconsume | Michael S. Tsirkin | 1 | -0/+55 |
2017-05-09 | ptr_ring: batch ring zeroing | Michael S. Tsirkin | 1 | -9/+54 |
2017-02-20 | ptr_ring: fix race conditions when resizing | Michael S. Tsirkin | 1 | -5/+31 |
2016-07-01 | ptr_ring: support resizing multiple queues | Michael S. Tsirkin | 1 | -9/+62 |
2016-07-01 | ptr_ring: support zero length ring | Jason Wang | 1 | -2/+4 |
2016-06-15 | ptr_ring: resize support | Michael S. Tsirkin | 1 | -14/+143 |
2016-06-15 | ptr_ring: array based FIFO for pointers | Michael S. Tsirkin | 1 | -0/+264 |