Re: [PATCHv3] net: fix bridge multicast packet checksum validation

2016-02-25 Thread David Miller
From: Linus Lüssing Date: Wed, 24 Feb 2016 04:21:42 +0100 > We need to update the skb->csum after pulling the skb, otherwise > an unnecessary checksum (re)computation can ocure for IGMP/MLD packets > in the bridge code. Additionally this fixes the following splats for >

Re: [PATCHv3] net: fix bridge multicast packet checksum validation

2016-02-25 Thread David Miller
From: Linus Lüssing Date: Wed, 24 Feb 2016 04:21:42 +0100 > We need to update the skb->csum after pulling the skb, otherwise > an unnecessary checksum (re)computation can ocure for IGMP/MLD packets > in the bridge code. Additionally this fixes the following splats for > network devices / bridge

[PATCHv3] net: fix bridge multicast packet checksum validation

2016-02-23 Thread Linus Lüssing
We need to update the skb->csum after pulling the skb, otherwise an unnecessary checksum (re)computation can ocure for IGMP/MLD packets in the bridge code. Additionally this fixes the following splats for network devices / bridge ports with support for and enabled RX checksum offloading: [...] [

[PATCHv3] net: fix bridge multicast packet checksum validation

2016-02-23 Thread Linus Lüssing
We need to update the skb->csum after pulling the skb, otherwise an unnecessary checksum (re)computation can ocure for IGMP/MLD packets in the bridge code. Additionally this fixes the following splats for network devices / bridge ports with support for and enabled RX checksum offloading: [...] [