From: David S. Miller Date: Mon, 9 Jan 2017 19:36:58 +0000 (-0500) Subject: Merge branch 'act_csum-sctp' X-Git-Tag: v4.11-rc1~94^2~52 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=512656008a458a750bf4a55ec99e2621f47a9b06;p=karo-tx-linux.git 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 --- 512656008a458a750bf4a55ec99e2621f47a9b06