aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <brouer@redhat.com>2012-08-28 22:05:51 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-30 02:55:39 +0200
commit590e3f79a21edd2e9857ac3ced25ba6b2a491ef8 (patch)
tree68633cd1cb811aee21c3a3bd5b8433281187a2de /include/linux/ipv6.h
parentipv4: fix path MTU discovery with connection tracking (diff)
downloadlinux-dev-590e3f79a21edd2e9857ac3ced25ba6b2a491ef8.tar.xz
linux-dev-590e3f79a21edd2e9857ac3ced25ba6b2a491ef8.zip
ipvs: IPv6 MTU checking cleanup and bugfix
Cleaning up the IPv6 MTU checking in the IPVS xmit code, by using a common helper function __mtu_check_toobig_v6(). The MTU check for tunnel mode can also use this helper as ntohs(old_iph->payload_len) + sizeof(struct ipv6hdr) is qual to skb->len. And the 'mtu' variable have been adjusted before calling helper. Notice, this also fixes a bug, as the the MTU check in ip_vs_dr_xmit_v6() were missing a check for skb_is_gso(). This bug e.g. caused issues for KVM IPVS setups, where different Segmentation Offloading techniques are utilized, between guests, via the virtio driver. This resulted in very bad performance, due to the ICMPv6 "too big" messages didn't affect the sender. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/linux/ipv6.h')
0 files changed, 0 insertions, 0 deletions