summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304572 (by bz):ae2017-03-181-297/+0
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-301-3/+1
* Remove unneded #ifdef INET6 and IPSEC. This file compiled only whenae2015-05-071-22/+7
* Remove now unneded KEY_FREESP() for case when ipsec[46]_process_packet()ae2015-04-271-3/+1
* Fix possible use after free due to security policy deletion.ae2015-04-271-4/+4
* Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input().ae2014-12-111-34/+8
* Remove flag/flags argument from the following functions:ae2014-12-111-7/+4
* Move ip_ipsec_fwd() from ip_input() into ip_forward().ae2014-12-111-24/+11
* Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of itsae2014-12-111-21/+5
* Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB andae2014-12-111-47/+16
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-021-1/+0
* We don't return sp pointer, thus NULL assignment isn't needed.ae2014-11-121-4/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-2/+2
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-281-18/+44
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-3/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+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