summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/keysock.c
Commit message (Expand)AuthorAgeFilesLines
* 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