aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ah_input.c
Commit message (Expand)AuthorAgeFilesLines
* Removing old, dead, KAME IPsec files as part of the move to theGeorge V. Neville-Neil2007-07-021-1024/+0
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-2/+2
* - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation hasHajimu UMEMOTO2003-11-151-6/+2
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-291-2/+8
* - avoid hardcoded values.Hajimu UMEMOTO2003-10-121-32/+20
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-4/+2
* 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
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-25/+9
* Corrected arguments to key_allocsa called fromHajimu UMEMOTO2002-03-251-3/+5
* 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/+5
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-4/+3
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-58/+146
* 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