summaryrefslogtreecommitdiff
path: root/sys/netinet6/ah_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - avoid hardcoded values.Hajimu UMEMOTO2003-10-121-9/+9
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-1/+1
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-2/+2
* panic() doesn't need \nSUZUKI Shinsuke2003-04-291-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-11/+11
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-10/+32
* More IP option length validation.Kris Kennaway2001-02-261-4/+4
* Correct IPv4 option processing.Kris Kennaway2001-02-201-0/+9
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-45/+72
* 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/+532