summaryrefslogtreecommitdiff
path: root/include/linux/ptr_ring.h
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-19
|\
| * ptr_ring: prevent integer overflow when calculating sizeJason Wang2018-02-11
* | ptr_ring: Remove now-redundant smp_read_barrier_depends()Andrea Parri2018-02-19
|/
* ptr_ring: try vmalloc() when kmalloc() failsJason Wang2018-02-09
* ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang2018-02-09
* ptr_ring: prevent queue load/store tearingMichael S. Tsirkin2018-01-29
* Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin2018-01-29
* ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin2018-01-29
* ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin2018-01-29
* ptr_ring: clean up documentationMichael S. Tsirkin2018-01-29
* ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin2018-01-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-17
|\
| * ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin2018-01-15
* | net: ptr_ring: otherwise safe empty checks can overrun array boundsJohn Fastabend2018-01-02
|/
* ptr_ring: add barriersMichael S. Tsirkin2017-12-11
* ptr_ring: use kmalloc_array()Eric Dumazet2017-08-16
* ptr_ring: introduce batch dequeuingJason Wang2017-05-18
* ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin2017-05-18
* ptr_ring: batch ring zeroingMichael S. Tsirkin2017-05-09
* ptr_ring: fix race conditions when resizingMichael S. Tsirkin2017-02-20
* ptr_ring: support resizing multiple queuesMichael S. Tsirkin2016-07-01
* ptr_ring: support zero length ringJason Wang2016-07-01
* ptr_ring: resize supportMichael S. Tsirkin2016-06-15
* ptr_ring: array based FIFO for pointersMichael S. Tsirkin2016-06-15