git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ae3ba
)
net: filter: dont block softirqs in sk_run_filter()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 18 Jan 2011 07:46:52 +0000
(07:46 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Jan 2011 05:33:05 +0000
(21:33 -0800)
Packet filter (BPF) doesnt need to disable softirqs, being fully
re-entrant and lock-less.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found