summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another case for timewait.jlemon2003-02-241-0/+3
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-59/+66
* Back out M_* changes, per decision of the TRB.imp2003-02-191-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-9/+9
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadysam2003-01-061-2/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-11/+5
* Replace aux mbufs with packet tags:sam2002-10-161-115/+15
* 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