summaryrefslogtreecommitdiff
path: root/flowtop.zsh
AgeCommit message (Expand)AuthorFilesLines
2015-10-29zsh: flowtop: Add completion for newly added command line optionsTobias Klauser1-0/+4
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-2/+6
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+21
/td> tree6407fee7138787a24bf9251abfeeae69a239028a /net/8021q parent85dcce7a73f1cc59f7a96fe52713b1630f4ca272 (diff)
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Replace the bh safe variant with the hard irq safe variant. We need a hard irq safe variant to deal with netpoll transmitting packets from hard irq context, and we need it in most if not all of the places using the bh safe variant. Except on 32bit uni-processor the code is exactly the same so don't bother with a bh variant, just have a hard irq safe variant that everyone can use. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q')