summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288418:Luiz Otavio O Souza2016-05-121-3/+1
* MFC r282047:Luiz Otavio O Souza2016-05-121-3/+1
* MFC r282046:Luiz Otavio O Souza2015-10-201-4/+4
* MFC r275715:Luiz Otavio O Souza2015-10-201-34/+8
* MFC r275710:Luiz Otavio O Souza2015-10-201-7/+4
* MFC r275704:Luiz Otavio O Souza2015-10-201-24/+11
* MFC r275703:Luiz Otavio O Souza2015-10-201-21/+5
* MFC r275702:Luiz Otavio O Souza2015-10-201-47/+16
* MFC r275392:ae2015-06-021-1/+0
* MFC r274434:ae2014-11-201-4/+0
* MFC r266800 by vanhu:ae2014-11-051-18/+44
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-3/+1
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-6/+0
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-8/+2
* ip6_ipsec_output: fix a typo in r241344avg2012-10-081-1/+1
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-0/+6
* Properly apply #ifdef INET and leave a comment that we are (will) applybz2012-07-311-3/+3
* Fix a comment that we do not have an SA yet but need to acquire one.bz2012-07-291-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-0/+1
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-221-1/+1
* Correct comments and debug logging in ipsec to better match reality.bz2011-06-081-6/+6
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-0/+6
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* Make the IPsec SADB embedded route cache a union to be able to hold both thebz2010-10-231-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-7/+17
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-2/+9
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-3/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Try to fix errors introduced in svn180085/cvs rev. 1.10:bz2008-06-291-1/+2
* Oops, we've been incrementing the wrong cantforward variable.julian2008-06-291-1/+2
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.bz2008-03-141-7/+1
* #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().bz2008-03-141-5/+5
* Clean up VCS Ids.obrien2007-12-101-2/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-051-3/+3
* Space cleanupdelphij2007-07-051-7/+7
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-1/+0
* Fix a stray splx() that caused a new warning.peter2007-07-051-2/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-14/+14
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-0/+369
OpenPOWER on IntegriCloud