All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] Few BPF helper related checksum fixes
@ 2016-08-04 22:11 Daniel Borkmann
  2016-08-04 22:11 ` [PATCH net v2 1/3] bpf: also call skb_postpush_rcsum on xmit occasions Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Borkmann @ 2016-08-04 22:11 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!

v1 -> v2:
  - Fixed make htmldocs issue reported by kbuild bot.
  - Rest as is.

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 | 52 ++++++++++++++++++++++++++++++++------------------
 net/core/filter.c      | 29 +++++++++++++++++++++++-----
 2 files changed, 57 insertions(+), 24 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-08-08 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04 22:11 [PATCH net v2 0/3] Few BPF helper related checksum fixes Daniel Borkmann
2016-08-04 22:11 ` [PATCH net v2 1/3] bpf: also call skb_postpush_rcsum on xmit occasions Daniel Borkmann
2016-08-04 22:11 ` [PATCH net v2 2/3] bpf: fix checksum fixups on bpf_skb_store_bytes Daniel Borkmann
2016-08-04 22:11 ` [PATCH net v2 3/3] bpf: fix checksum for vlan push/pop helper Daniel Borkmann
2016-08-08 20:12 ` [PATCH net v2 0/3] Few BPF helper related checksum fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.