| This patch fix the incorrect or missing sequence mumbers in ICMP | message, add the check for incorrect or missing sequence mumbers in | ICMPv6 message. | | [PATCH 1/4] DCCP: Fix to check the sequence number in ICMP message correctly | [PATCH 2/4] DCCP: Add check for sequence number in ICMPv6 message | [PATCH 3/4] DCCP: Fix to check missing sequence number for ICMP message correctly | [PATCH 4/4] DCCP: Add check for missing sequence number in ICMPv6 message | | Thank you. I will work through these and review. Two comments so far * they apply not cleanly (to 2.6.26) -- please check your kernel sources; * in patches 3/4 the "if (skb->len < ihlen + 12" can be omitted, since __dccp_basic_hdr_len() always returns minimally sizeof(struct dccp_hdr) = 12 (the header size of 8 seems to stem from an earlier draft version of DCCP). Gerrit -- To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html