Fixes the bug described in https://bugzilla.netfilter.org/show_bug.cgi?id=1742 causing netfilter to drop SCTP packets when using nfqueue and GSO due to incorrect checksum. Instead of adding a new helper to process the sctp checksum, patch 1 implements the same solution used in net/core/dev.c using the skb_crc32c_csum_help() function. The bug can be reproduced with the selftest in patch 2. Antonio Ojea (2): netfilter: nft_queue: compute SCTP checksum selftests: net: netfilter: nft_queue.sh: sctp checksum net/netfilter/nfnetlink_queue.c | 1 + .../selftests/net/netfilter/nft_queue.sh | 38 +++++++++++++++++++ 2 files changed, 39 insertions(+) -- 2.45.0.rc1.225.g2a3ae87e7f-goog