]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbca4373795f402a4f35f66b3063109e082f81fb
tree734ab1bfada593301e315a18b01ad39e68a9730e
parentca6c1725632b3adf47de814aee53bbaf8df09f94
parent54efe2663b2d3cae9b95681da4aa0e0689c10176
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>