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:
e242297
)
[IPCOMP]: Fix reception of incompressible packets
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 31 Jan 2008 05:48:24 +0000
(21:48 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 Feb 2008 03:27:24 +0000
(19:27 -0800)
I made a silly typo by entering IPPROTO_IP (== 0) instead of
IPPROTO_IPIP (== 4). This broke the reception of incompressible
packets.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found