aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorOlaf Kirch <okir@suse.de>2006-11-29 10:59:22 +0100
committerAdrian Bunk <bunk@stusta.de>2006-11-29 10:59:22 +0100
commit08d93ba55b770a3230f6b66447f9c7699c9b0650 (patch)
tree2027c6f4b35d7a1da129e29f7d34f03fef0662f6 /scripts/patch-kernel
parent72713a452885b05e6f11f424bc7c63d955a55d07 (diff)
[UDP]: Make udp_encap_rcv use pskb_may_pull
Make udp_encap_rcv use pskb_may_pull IPsec with NAT-T breaks on some notebooks using the latest e1000 chipset, when header split is enabled. When receiving sufficiently large packets, the driver puts everything up to and including the UDP header into the header portion of the skb, and the rest goes into the paged part. udp_encap_rcv forgets to use pskb_may_pull, and fails to decapsulate it. Instead, it passes it up it to the IKE daemon. Signed-off-by: Olaf Kirch <okir@suse.de> Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions