summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ipip.c
Commit message (Expand)AuthorAgeFilesLines
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+7
* Fix more stack corruptions on amd64.bz2006-03-301-18/+10
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+1
* use native names for if_link, ifa_link, if_addrhead.luigi2004-04-171-4/+2
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'sam2004-01-201-2/+2
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-19/+18
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-7/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* SMP locking for ifnet list.hsu2002-12-221-0/+4
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+699
OpenPOWER on IntegriCloud