summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Set the proper direction to check for policies in this one case.gnn2015-10-291-1/+1
* Turning on IPSEC used to introduce a slight amount of performancegnn2015-10-271-0/+4
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-301-3/+1
* 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-3/+4
* Use ipsec4_in_reject() to simplify ip_ipsec_fwd() and ip_ipsec_input().ae2014-12-111-31/+3
* Remove flag/flags argument from the following functions:ae2014-12-111-6/+4
* Remove flags and tunalready arguments from ipsec4_process_packet()ae2014-12-111-1/+1
* Move ip_ipsec_fwd() from ip_input() into ip_forward().ae2014-12-111-26/+12
* Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of itsae2014-12-111-23/+7
* Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB andae2014-12-111-49/+6
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-021-30/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-2/+2
* drop unnecessary ifdef IPSEC's. This file is only compiled when IPSECjmg2014-09-261-13/+0
* - 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
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-6/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-12/+2
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-2/+3
* 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-1/+1
* 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
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* Remove ifdefed out part of code, which seems to have originated a decade agotrasz2009-11-091-16/+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-8/+14
* Only four out of nine arguments for ip_ipsec_output() are actually used.pjd2009-06-051-2/+1
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-2/+9
* Don't require packet to match a route (any route; this information wasn'ttrasz2009-04-281-1/+2
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-1/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-3/+1
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-1/+10
* 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
* Take the route mtu into account, if available, when sending anbz2008-04-091-2/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-0/+12
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-051-3/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-10/+10
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-194/+2
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-3/+2
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
* Make sure the ip data pointer is correct before touching it againbz2006-05-051-0/+1
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-0/+579
OpenPOWER on IntegriCloud