summaryrefslogtreecommitdiff
path: root/bpfc.zsh
AgeCommit message (Expand)AuthorFilesLines
2015-12-17zsh: bpfc: Add completion for -D/--defineTobias Klauser1-0/+1
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-0/+4
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+18
net parent064d5e6f8eedb071b81b72186f986fa390f7b164 (diff)
fq_codel: return non zero qlen in class dumps
We properly scan the flow list to count number of packets, but John passed 0 to gnet_stats_copy_queue() so we report a zero value to user space instead of the result. Fixes: 640158536632 ("net: sched: restrict use of qstats qlen") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: John Fastabend <john.r.fastabend@intel.com> Acked-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')