index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ptr_ring.h
Age
Commit message (
Expand
)
Author
2018-02-11
ptr_ring: prevent integer overflow when calculating size
Jason Wang
2018-02-09
ptr_ring: try vmalloc() when kmalloc() fails
Jason Wang
2018-02-09
ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
Jason Wang
2018-01-29
ptr_ring: prevent queue load/store tearing
Michael S. Tsirkin
2018-01-29
Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
Michael S. Tsirkin
2018-01-29
ptr_ring: disallow lockless __ptr_ring_full
Michael S. Tsirkin
2018-01-29
ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
Michael S. Tsirkin
2018-01-29
ptr_ring: clean up documentation
Michael S. Tsirkin
2018-01-29
ptr_ring: keep consumer_head valid at all times
Michael S. Tsirkin
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-15
ptr_ring: document usage around __ptr_ring_peek
Michael S. Tsirkin
2018-01-02
net: ptr_ring: otherwise safe empty checks can overrun array bounds
John Fastabend
2017-12-11
ptr_ring: add barriers
Michael S. Tsirkin
2017-08-16
ptr_ring: use kmalloc_array()
Eric Dumazet
2017-05-18
ptr_ring: introduce batch dequeuing
Jason Wang
2017-05-18
ptr_ring: add ptr_ring_unconsume
Michael S. Tsirkin
2017-05-09
ptr_ring: batch ring zeroing
Michael S. Tsirkin
2017-02-20
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