aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ah_input.c
Commit message (Expand)AuthorAgeFilesLines
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-11/+4
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.Ruslan Ermilov2000-09-141-2/+0
* add missing splx(), when outgoing interface queue is full on tunnelledJun-ichiro itojun Hagino2000-08-161-0/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-87/+358
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+708