summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/keysock.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275393:ae2014-12-161-6/+3
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-091-1/+6
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-24/+24
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-4/+4
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-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-1/+1
* 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-14/+9
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-5/+0
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-2/+6
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+12
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-31/+32
* Remove unused support for local and foreign addresses in generic rawrwatson2008-07-091-3/+0
* Move the priv check before the malloc call for so_pcb.bz2007-11-161-6/+6
* Add a missing priv check in key_attach to prevent non-su usersbz2007-11-121-0/+7
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-64/+25
* Fix build breakage from previous commit which confused key_abort and key_close.gnn2006-07-221-1/+1
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-0/+12
* Remove unused variables s and error in key_detach. The previousdd2006-04-041-1/+0
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-12/+8
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-6/+3
* Fix stack corruptions on amd64.bz2006-01-211-14/+2
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-8/+16
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-8/+10
* Add required includes for post-sorwakeup() change to fix FAST_IPSECbms2004-06-231-0/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+2
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-4/+4
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+603
OpenPOWER on IntegriCloud