summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r298676:Luiz Otavio O Souza2016-05-121-0/+1
* MFC r298398:Luiz Otavio O Souza2016-05-121-31/+36
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2015-11-271-0/+6
|\
| * MFC 290028:gnn2015-11-261-0/+6
* | Revert "Optimize the case where we have IPSEC enabled but do not have securit...Renato Botelho2015-11-271-6/+0
* | Optimize the case where we have IPSEC enabled but do not have security policies.Luiz Otavio O Souza2015-10-261-0/+6
* | MFC r285096:Luiz Otavio O Souza2015-10-201-0/+6
* | MFC r282048:Luiz Otavio O Souza2015-10-201-1/+2
* | MFC r281695:Luiz Otavio O Souza2015-10-201-45/+17
* | MFC r276188:Luiz Otavio O Souza2015-10-201-16/+11
* | MFC r275712:Luiz Otavio O Souza2015-10-201-2/+4
* | MFC r275711:Luiz Otavio O Souza2015-10-201-0/+1
* | MFC r275710:Luiz Otavio O Souza2015-10-201-20/+10
* | Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-4/+0
* | Importing pfSense patch ipsec_direct_dispatch.diffRenato Botelho2015-08-171-0/+4
|/
* MFC r275390:ae2015-06-021-9/+9
* MFC r275392:ae2015-06-021-1/+0
* MFC r264124:ae2014-04-231-12/+0
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-091-12/+18
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-4/+4
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-3/+2
* Announce both IPsec and UDP Encap (NAT-T) if available forbz2010-10-301-0/+5
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-0/+1
* Fix a logic error in ipsec code that extractseri2010-04-021-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-25/+3
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-167/+77
* Properly hide IPv4 only variables and functions under #ifdef INET.bz2009-06-101-0/+2
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-2/+18
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-0/+16
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+1
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+14
* First pass at separating per-vnet initializer functionszec2009-04-061-0/+12
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-214/+56
* Like in the rest of the file and the network stack use inp asbz2008-12-271-30/+30
* Non-functional (style) changes:bz2008-12-271-206/+208
* Convert function definitions to constantly use ANSI-stylebz2008-12-271-98/+34
* Rewrite ipsec6_setspidx_inpcb() to match the logic in thebz2008-12-271-21/+11
* For consistency with ipsec4_setspidx_inpcb() rename file local functionbz2008-12-271-3/+3
* Change the in6p variable names to inp to be able to diffbz2008-12-271-16/+16
* Make ipsec_getpolicybysock() static and no longer export it. It has notbz2008-12-271-6/+2
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-20/+20
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+6
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-271-22/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+1
* Unbreak the build without INET6.bz2008-11-251-0/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-22/+57
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-52/+86
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-15/+16
OpenPOWER on IntegriCloud