aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptr_ring.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2018-01-15ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin1-4/+10
2018-01-02net: ptr_ring: otherwise safe empty checks can overrun array boundsJohn Fastabend1-1/+6
2017-12-11ptr_ring: add barriersMichael S. Tsirkin1-0/+9
2017-08-16ptr_ring: use kmalloc_array()Eric Dumazet1-4/+5
2017-05-18ptr_ring: introduce batch dequeuingJason Wang1-0/+65
2017-05-18ptr_ring: add ptr_ring_unconsumeMichael S. Tsirkin1-0/+55
2017-05-09ptr_ring: batch ring zeroingMichael S. Tsirkin1-9/+54
2017-02-20ptr_ring: fix race conditions when resizingMichael S. Tsirkin1-5/+31
2016-07-01ptr_ring: support resizing multiple queuesMichael S. Tsirkin1-9/+62
2016-07-01ptr_ring: support zero length ringJason Wang1-2/+4
2016-06-15ptr_ring: resize supportMichael S. Tsirkin1-14/+143
2016-06-15ptr_ring: array based FIFO for pointersMichael S. Tsirkin1-0/+264