summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_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
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2015-11-271-0/+4
|\
| * MFC 290028:gnn2015-11-261-0/+4
* | Revert "Optimize the case where we have IPSEC enabled but do not have securit...Renato Botelho2015-11-271-4/+0
* | Revert "MFC r290165:"Renato Botelho2015-11-271-1/+1
* | MFC r290165:Luiz Otavio O Souza2015-10-291-1/+1
* | Optimize the case where we have IPSEC enabled but do not have security policies.Luiz Otavio O Souza2015-10-261-0/+4
* | MFC r282046:Luiz Otavio O Souza2015-10-201-3/+4
* | MFC r275713:Luiz Otavio O Souza2015-10-201-31/+3
* | MFC r275710:Luiz Otavio O Souza2015-10-201-6/+4
* | MFC r275708:Luiz Otavio O Souza2015-10-201-1/+1
* | MFC r275704:Luiz Otavio O Souza2015-10-201-26/+12
* | MFC r275703:Luiz Otavio O Souza2015-10-201-23/+7
* | MFC r275702:Luiz Otavio O Souza2015-10-201-49/+6
* | MFC r272177:Luiz Otavio O Souza2015-10-201-13/+0
* | Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-4/+20
* | Importing pfSense patch ipsec_improvement.diffRenato Botelho2015-08-171-20/+4
|/
* MFC r275392:ae2015-06-021-30/+1
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-3/+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
OpenPOWER on IntegriCloud