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. Patch 1 adds a new helper to process the sctp checksum correctly. Patch 2 adds a selftest regression test. Antonio Ojea (2): netfilter: nft_queue: compute SCTP checksum selftests: net: netfilter: nft_queue.sh: sctp checksum net/netfilter/nfnetlink_queue.c | 10 ++++- .../selftests/net/netfilter/nft_queue.sh | 38 +++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) -- 2.45.0.118.g7fe29c98d7-goog