Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 13:32:01 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r308829 - projects/ipsec
Message-ID:  <201611191332.uAJDW1up075844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Sat Nov 19 13:32:01 2016
New Revision: 308829
URL: https://svnweb.freebsd.org/changeset/base/308829

Log:
  Create projects/ipsec.
  
  The main goals are:
  * rework locking to make IPsec code more friendly for concurrent processing;
  * make lookups in SADB/SPDB faster;
  * revise PFKEY implementation, remove stale code, make it closer to RFC;
  * implement IPsec VTI (virtual tunneling interface);
  * make IPsec code loadable as kernel module.
  
  Part of these tasks already done, but merging code in one commit is hard
  to review and document. So, I will try to split it in many patches. Also,
  this probably will lead to new changes/improvements that I will rethink
  in process.

Added:
  projects/ipsec/
     - copied from r308827, head/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191332.uAJDW1up075844>