summaryrefslogtreecommitdiff
path: root/include/linux/dynamic_queue_limits.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-15net: dqs: make struct dql more cache efficientBreno Leitao1-2/+3
2024-04-15net: dql: Optimize stall information populationBreno Leitao1-1/+3
2024-04-15net: dql: Separate queue function responsibilitiesBreno Leitao1-19/+25
2024-04-15net: dql: Avoid calling BUG() when WARN() is enoughBreno Leitao1-1/+2
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski1-0/+45
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-19dql: make dql_init return voidStephen Hemminger1-1/+1
2014-09-29dql: dql_queued() should write first to reduce bus transactionsEric Dumazet1-2/+10
2011-11-29dql: Dynamic queue limitsTom Herbert1-0/+97