Re: [2/2] [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly

2006-02-27 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sat, 25 Feb 2006 15:32:52 +1100 > Here is the patch that kills the post_input stuff. Both applied, thanks a lot Herbert. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info

[2/2] [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly

2006-02-24 Thread Herbert Xu
Hi Dave: Here is the patch that kills the post_input stuff. [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly The only reason post_input exists at all is that it gives us the potential to adjust the checksums incrementally in future which we ought to do. However, after thinking a