index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dynamic_queue_limits.h
Age
Commit message (
Expand
)
Author
2024-04-15
net: dqs: make struct dql more cache efficient
Breno Leitao
2024-04-15
net: dql: Optimize stall information population
Breno Leitao
2024-04-15
net: dql: Separate queue function responsibilities
Breno Leitao
2024-04-15
net: dql: Avoid calling BUG() when WARN() is enough
Breno Leitao
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-19
dql: make dql_init return void
Stephen Hemminger
2014-09-29
dql: dql_queued() should write first to reduce bus transactions
Eric Dumazet
2011-11-29
dql: Dynamic queue limits
Tom Herbert