]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'act_csum-sctp'
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 19:36:58 +0000 (14:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 19:36:58 +0000 (14:36 -0500)
commit1c12a38bc3dcb6f2b6c80e9320c181c79a291ea4
treee28142079de5c76894c14ff9301c3161c941065b
parent117af8718a7a2ebaa76a1dd5401d9dd3c936f6c2
parent85a428496a427765410a482be070144c9a065ceb
Merge branch 'act_csum-sctp'

Davide Caratti says:

====================
net/sched: act_csum: add support for SCTP checksum

This series extends current act_csum functionality to allow computation of
SCTP checksums. Patch 1 ensures LIBCRC32C will be selected if NET_ACT_CSUM
is selected. Patch 2 extends act_csum to handle IPPROTO_SCTP protocol in
IPv4/IPv6 header, and eventually compute the CRC32c value.

v2:
- style fix in tc_csum.h
- avoid nested if statement in act_csum.c
====================

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