aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_ipip.c
Commit message (Expand)AuthorAgeFilesLines
* Replace hard coded options by their defined PFIL_{IN,OUT} names.Bjoern A. Zeeb2007-07-191-1/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-2/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterAndrew Thompson2006-06-261-0/+7
* Fix more stack corruptions on amd64.Bjoern A. Zeeb2006-03-301-18/+10
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+1
* use native names for if_link, ifa_link, if_addrhead.Luigi Rizzo2004-04-171-4/+2
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'Sam Leffler2004-01-201-2/+2
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-19/+18
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-7/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+4
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+699