aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Removing old, dead, KAME IPsec files as part of the move to theGeorge V. Neville-Neil2007-07-021-3643/+0
* Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer setRobert Watson2007-04-111-2/+0
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-4/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+9
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-1/+0
* - Use suser_cred(9) instead of directly comparing cr_uid.Pawel Jakub Dawidek2006-06-271-1/+2
* Remove manual assignment of m_pkthdr from one mbuf to another inRobert Watson2006-03-281-9/+0
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-8/+18
* reported from VANHULLEBUS Yvan [remote kernel crash may result]Hajimu UMEMOTO2005-03-091-1/+1
* remove dead codeSam Leffler2005-02-251-3/+3
* eliminate dead codeSam Leffler2005-02-231-6/+6
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* fixed a bug that incorrect IPsec request level may be returned for proto AHSUZUKI Shinsuke2004-10-281-0/+1
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctRobert Watson2004-08-281-0/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+1
* correct function name in comment.Hajimu UMEMOTO2004-02-161-18/+18
* nuke unused functions.Hajimu UMEMOTO2004-02-161-46/+0
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-84/+64
* correct spellingHajimu UMEMOTO2004-01-131-7/+7
* fix potential 'cannot-happen' memory leakHajimu UMEMOTO2004-01-131-1/+4
* nuke obsoleted ipsec_gethist(). it just did panic to notify userHajimu UMEMOTO2003-11-071-9/+0
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-489/+688
* - change scope to zone.Hajimu UMEMOTO2003-10-211-5/+3
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-56/+61
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-2/+2
* - include opt_random_ip_id.hHajimu UMEMOTO2003-10-011-0/+1
* panic() doesn't need \nSUZUKI Shinsuke2003-04-291-39/+39
* 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