aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/esp_input.c
Commit message (Expand)AuthorAgeFilesLines
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadSam Leffler2003-01-061-6/+4
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-2/+1
* check packet length before fetching ESP crypto checksum.Hajimu UMEMOTO2002-08-241-0/+8
* fixed to make mbuf chain.Hajimu UMEMOTO2002-07-181-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-26/+10
* Corrected arguments to key_allocsa called fromHajimu UMEMOTO2002-03-251-4/+6
* Fix another boatload of warnings (missing include) and a cosmeticPeter Wemm2002-02-281-0/+2
* Patches from KAME to remove usage of Varargs in existingJulian Elischer2001-09-071-13/+4
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-4/+3
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-36/+228
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-11/+4
* 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-391/+222
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+984