From: Daniel Borkmann
Date: Sat, 20 Feb 2016 00:29:30 +0100
> Replace individual implementations with the recently introduced
> skb_postpush_rcsum() helper.
>
> Signed-off-by: Daniel Borkmann
Applied, thanks Daniel.
On Sat, Feb 20, 2016 at 12:29:30AM +0100, Daniel Borkmann wrote:
> Replace individual implementations with the recently introduced
> skb_postpush_rcsum() helper.
>
> Signed-off-by: Daniel Borkmann
nice follow up to f8ffad69c9f8 indeed.
Acked-by: Alexei Starovoitov
On Fri, Feb 19, 2016 at 3:29 PM, Daniel Borkmann wrote:
> Replace individual implementations with the recently introduced
> skb_postpush_rcsum() helper.
>
> Signed-off-by: Daniel Borkmann
Acked-by: Tom Herbert
Looks like some nice cleanup!
> ---
> net/core/skbuff.c | 4 +---
> n
Replace individual implementations with the recently introduced
skb_postpush_rcsum() helper.
Signed-off-by: Daniel Borkmann
---
net/core/skbuff.c | 4 +---
net/ipv6/reassembly.c | 6 ++
net/openvswitch/actions.c | 8 +++-
net/openvswitch/vport-netdev.c | 2 +-