lkml.org 
[lkml]   [2015]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.19.y-ckt 100/102] Revert "sit: Add gro callbacks to sit_offload"
    Date
    3.19.8-ckt7 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Herbert Xu <herbert@gondor.apana.org.au>

    [ Upstream commit fdbf5b097bbd9693a86c0b8bfdd071a9a2117cfc ]

    This patch reverts 19424e052fb44da2f00d1a868cbb51f3e9f4bbb5 ("sit:
    Add gro callbacks to sit_offload") because it generates packets
    that cannot be handled even by our own GSO.

    Reported-by: Wolfgang Walter <linux@stwm.de>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    net/ipv6/ip6_offload.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/net/ipv6/ip6_offload.c b/net/ipv6/ip6_offload.c
    index 46d452a..2f83e33 100644
    --- a/net/ipv6/ip6_offload.c
    +++ b/net/ipv6/ip6_offload.c
    @@ -292,8 +292,6 @@ static struct packet_offload ipv6_packet_offload __read_mostly = {
    static const struct net_offload sit_offload = {
    .callbacks = {
    .gso_segment = ipv6_gso_segment,
    - .gro_receive = ipv6_gro_receive,
    - .gro_complete = ipv6_gro_complete,
    },
    };

    --
    1.9.1


    \
     
     \ /
      Last update: 2015-09-22 20:21    [W:4.052 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site