summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-24/+24
* Fixed the behavior when there is no inbound policy for the ipsecume2001-11-061-0/+8
* Fixed to process a IPv6 packet when ah transport after esp tunnelume2001-10-171-3/+42
* Sync with recent KAME.ume2001-06-111-387/+617
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+4
* nuke IPSEC_SRCSEL which does not do the right thing.ume2001-03-161-33/+3
* Change check from mbuf->m_ext.ext_free to use the new ext_type in orderbmilekic2000-11-111-6/+3
* backout my previous commit (KAME PR 296). foo != TUNNEL willume2000-11-091-4/+0
* check whether the packet is tunnel mode. reported from <larse@ISI.EDU>ume2000-11-031-0/+4
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-324/+617
* Add missing include machine/in_cksum.h.ps2000-05-091-0/+2
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-151-7/+5
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-26/+26
* IPSEC support in the kernel.shin1999-12-221-0/+3061
OpenPOWER on IntegriCloud