aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix another case for timewait.Jonathan Lemon2003-02-241-0/+3
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-191-59/+66
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-9/+9
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadySam Leffler2003-01-061-2/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-11/+5
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-115/+15
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-24/+24
* Fixed the behavior when there is no inbound policy for the ipsecHajimu UMEMOTO2001-11-061-0/+8
* Fixed to process a IPv6 packet when ah transport after esp tunnelHajimu UMEMOTO2001-10-171-3/+42
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-387/+617
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+4
* nuke IPSEC_SRCSEL which does not do the right thing.Hajimu UMEMOTO2001-03-161-33/+3
* Change check from mbuf->m_ext.ext_free to use the new ext_type in orderBosko Milekic2000-11-111-6/+3
* backout my previous commit (KAME PR 296). foo != TUNNEL willHajimu UMEMOTO2000-11-091-4/+0
* check whether the packet is tunnel mode. reported from <larse@ISI.EDU>Hajimu UMEMOTO2000-11-031-0/+4
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-324/+617
* Add missing include machine/in_cksum.h.Paul Saab2000-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