aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2011-06-05 20:48:47 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-09 14:49:59 -0700
commit96d7303e9cfb6a9bc664174a4dfdb6fa689284fe (patch)
tree5478498eaa5f23f2548930d83b06b3ee1280856d /MAINTAINERS
parente23535ca11525945bd7fca05ac5941efba232498 (diff)
downloadkernel_samsung_smdk4412-96d7303e9cfb6a9bc664174a4dfdb6fa689284fe.zip
kernel_samsung_smdk4412-96d7303e9cfb6a9bc664174a4dfdb6fa689284fe.tar.gz
kernel_samsung_smdk4412-96d7303e9cfb6a9bc664174a4dfdb6fa689284fe.tar.bz2
ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_data
We assume that transhdrlen is positive on the first fragment which is wrong for raw packets. So we don't add exthdrlen to the packet size for raw packets. This leads to a reallocation on IPsec because we have not enough headroom on the skb to place the IPsec headers. This patch fixes this by adding exthdrlen to the packet size whenever the send queue of the socket is empty. This issue was introduced with git commit 1470ddf7 (inet: Remove explicit write references to sk/inet in ip_append_data) Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions