aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/keysock.c
Commit message (Expand)AuthorAgeFilesLines
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+12
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-31/+32
* Remove unused support for local and foreign addresses in generic rawRobert Watson2008-07-091-3/+0
* Move the priv check before the malloc call for so_pcb.Bjoern A. Zeeb2007-11-161-6/+6
* Add a missing priv check in key_attach to prevent non-su usersBjoern A. Zeeb2007-11-121-0/+7
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-64/+25
* Fix build breakage from previous commit which confused key_abort and key_close.George V. Neville-Neil2006-07-221-1/+1
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-0/+12
* Remove unused variables s and error in key_detach. The previousDima Dorfman2006-04-041-1/+0
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-12/+8
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-6/+3
* Fix stack corruptions on amd64.Bjoern A. Zeeb2006-01-211-14/+2
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-8/+16
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-8/+10
* Add required includes for post-sorwakeup() change to fix FAST_IPSECBruce M Simpson2004-06-231-0/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+2
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-4/+4
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+603