Re: [PATCH net] bridge: fix igmpv3 / mldv2 report parsing

2015-09-11 Thread David Miller
From: Linus Lüssing Date: Fri, 11 Sep 2015 18:39:48 +0200 > With the newly introduced helper functions the skb pulling is hidden in > the checksumming function - and undone before returning to the caller. > > The IGMPv3 and MLDv2 report parsing functions in the bridge still > assumed that the sk

[PATCH net] bridge: fix igmpv3 / mldv2 report parsing

2015-09-11 Thread Linus Lüssing
With the newly introduced helper functions the skb pulling is hidden in the checksumming function - and undone before returning to the caller. The IGMPv3 and MLDv2 report parsing functions in the bridge still assumed that the skb is pointing to the beginning of the IGMP/MLD message while it is now