]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-next'
authorDavid S. Miller <davem@davemloft.net>
Sun, 10 Jan 2016 22:54:28 +0000 (17:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Jan 2016 22:54:28 +0000 (17:54 -0500)
commit98529df99dbddf92c05c98239900a1f840806c8f
tree3b01575dd9d774bcfbeb65f0ca302d606a26f895
parent9ffc626da2eb46d0cbded4daead3300b17150ec7
parent205fc130be3d67c99d0ecb38b0586ab8ba3fd316
Merge branch 'bpf-next'

Daniel Borkmann says:

====================
BPF update

Fixes a csum issue on ingress. As mentioned previously, net-next
seems just fine imho. Later on, will follow up with couple of
replacements like ovs_skb_postpush_rcsum() etc.

Thanks!

v1 -> v2:
  - Added patch 1 with helper
  - Implemented Hannes' idea to just use csum_partial, thanks!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>