K 10 svn:author V 3 jtl K 8 svn:date V 27 2018-08-14T17:46:54.325445Z K 7 svn:log V 595 MFC r337776: Improve IPv6 reassembly performance by hashing fragments into buckets. Currently, all IPv6 fragment reassembly queues are kept in a flat linked list. This has a number of implications. Two significant implications are: all reassembly operations share a common lock, and it is possible for the linked list to grow quite large. Improve IPv6 reassembly performance by hashing fragments into buckets, each of which has its own lock. Calculate the hash key using a Jenkins hash with a random seed. Approved by: so Security: FreeBSD-SA-18:10.ip Security: CVE-2018-6923 END