aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_queue_limits.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16lib: dynamic_queue_limits: delete duplicated words + fix typoRandy Dunlap1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+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 to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-19dql: make dql_init return voidStephen Hemminger1-2/+1
2015-02-12lib/dynamic_queue_limits.c: simplify includesRasmus Villemoes1-2/+2
2012-05-31bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA1-5/+7
2012-05-31bql: Avoid unneeded limit decrement.Hiroaki SHIMODA1-2/+4
2012-05-31bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA1-1/+1
2012-03-11dql: Fix undefined jiffiesTom Herbert1-0/+1
2011-11-29dql: Dynamic queue limitsTom Herbert1-0/+133