netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] Few BPF helper related checksum fixes
@ 2016-08-04  0:50 Daniel Borkmann
  2016-08-04  0:50 ` [PATCH net 1/3] bpf: also call skb_postpush_rcsum on xmit occasions Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Daniel Borkmann @ 2016-08-04  0:50 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, tgraf, netdev, Daniel Borkmann

The set contains three fixes with regards to CHECKSUM_COMPLETE
and BPF helper functions. For details please see individual
patches.

Thanks!

Daniel Borkmann (3):
  bpf: also call skb_postpush_rcsum on xmit occasions
  bpf: fix checksum fixups on bpf_skb_store_bytes
  bpf: fix checksum for vlan push/pop helper

 include/linux/skbuff.h | 38 ++++++++++++++++++++++----------------
 net/core/filter.c      | 29 ++++++++++++++++++++++++-----
 2 files changed, 46 insertions(+), 21 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-04  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04  0:50 [PATCH net 0/3] Few BPF helper related checksum fixes Daniel Borkmann
2016-08-04  0:50 ` [PATCH net 1/3] bpf: also call skb_postpush_rcsum on xmit occasions Daniel Borkmann
2016-08-04  0:50 ` [PATCH net 2/3] bpf: fix checksum fixups on bpf_skb_store_bytes Daniel Borkmann
2016-08-04  3:10   ` kbuild test robot
2016-08-04  8:27     ` Daniel Borkmann
2016-08-04  0:50 ` [PATCH net 3/3] bpf: fix checksum for vlan push/pop helper Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).