Merge branch 'crc32'
authorDavid S. Miller <davem@davemloft.net>
Wed, 25 Jun 2014 23:04:09 +0000 (16:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jun 2014 23:04:09 +0000 (16:04 -0700)
commitcb8eb77663dda1502ec419962980053cd0092d48
tree734ab1bfada593301e315a18b01ad39e68a9730e
parent5433ba365f6dd9f30899188755eb4b093314732c
parentd8f1c4778e957273c3b5b6e045d8d3af38484ca8
Merge branch 'crc32'

Daniel Borkmann says:

====================
crc32 combine improvements

So almost a month passed, and I don't want this to get lost
somewhere. I have applied the feedback given at that time to
this set, rebased plus tested it against latest net-next. I
decided to route this via netdev as it improves performance
upon library code that provides library bits for SCTP, i.e.
for non-linear skb csum handling in IPVS. Thus, resending
this for George before it gets lost.
====================

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