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:
2a1d4bd
)
syncookies: avoid unneeded tcp header flag double check
author
Florian Westphal
<fw@strlen.de>
Thu, 3 Jun 2010 00:43:44 +0000
(
00:43
+0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 5 Jun 2010 09:23:14 +0000
(
02:23
-0700)
caller: if (!th->rst && !th->syn && th->ack)
callee: if (!th->ack)
make the caller only check for !syn (common for 3whs), and move
the !rst / ack test to the callee.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found