summaryrefslogtreecommitdiff
path: root/sys/netinet6/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: m_tag supportSam Leffler2003-01-231-128/+20
* MFC:SUZUKI Shinsuke2002-04-281-24/+24
* MFC:Hajimu UMEMOTO2001-11-201-0/+8
* MFC 1.13: Fixed to process a IPv6 packet when ah transport after esp tunnelHajimu UMEMOTO2001-10-241-3/+42
* MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IPKris Kennaway2001-07-191-0/+4
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-387/+617
* MFC 1.9 -> 1.10: nuke IPSEC_SRCSEL which does not do the right thing.Hajimu UMEMOTO2001-03-161-33/+3
* MFC 1.7->1.8: backout my previous commit (KAME PR 296). foo != TUNNEL willHajimu UMEMOTO2000-11-101-4/+0
* MFC 1.6->1.7: check whether the packet is tunnel mode.Hajimu UMEMOTO2000-11-031-0/+4
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-323/+616
* MFC: include <machine/in_cksum.h> since in_cksum() is now a macro.Dima Ruban2000-05-091-0/+2
* Fixed the problem that IPsec connection hangs when bigger data is sent.Yoshinobu Inoue2000-01-151-7/+5
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-26/+26
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+3061