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:
0187bdf
)
net: Discard and warn about LRO'd skbs received for forwarding
author
Ben Hutchings
<bhutchings@solarflare.com>
Thu, 19 Jun 2008 23:22:28 +0000
(16:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Jun 2008 23:22:28 +0000
(16:22 -0700)
Add skb_warn_if_lro() to test whether an skb was received with LRO and
warn if so.
Change br_forward(), ip_forward() and ip6_forward() to call it) and
discard the skb if it returns true.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found