aboutsummaryrefslogtreecommitdiff
path: root/sys/netkey
Commit message (Expand)AuthorAgeFilesLines
* - fixed the order of searching SA table for packets.Hajimu UMEMOTO2002-07-101-20/+47
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-5/+1
* pacify gcc-3.1's -Wunused checking.Peter Wemm2002-05-241-1/+4
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+5
* Redo the sigio locking.Alfred Perlstein2002-05-011-5/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-1/+3
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-192-5/+5
* Remove __P.Alfred Perlstein2002-03-208-175/+172
* missing splxHajimu UMEMOTO2002-03-011-0/+1
* (when new sa is preferred than old sa)Hajimu UMEMOTO2002-03-011-9/+9
* Fix warningsPeter Wemm2002-02-282-8/+8
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-4/+14
* Newer SA is prefered for a out-bound packet than old oneHajimu UMEMOTO2001-12-052-7/+89
* Fixed the behavior when there is no inbound policy for the ipsecHajimu UMEMOTO2001-11-061-22/+0
* - net.inet.ipsec.esp_auth hasn't been thereHajimu UMEMOTO2001-11-055-527/+224
* Unbreak build without INET6.Hajimu UMEMOTO2001-11-031-0/+2
* System wide policy should be returned when no policy found in the SPD.Hajimu UMEMOTO2001-10-291-0/+26
* Fixed the value of the prefixlen in the sadb_address structure.Hajimu UMEMOTO2001-10-221-8/+20
* The behavior of SPDUPDATE has been changed.Hajimu UMEMOTO2001-10-171-10/+6
* KSE Milestone 2Julian Elischer2001-09-121-8/+8
* printed current sequence number of the SA. accordingly, changedHajimu UMEMOTO2001-08-062-10/+13
* do not play too much trick with evaluation order. from netbsdHajimu UMEMOTO2001-08-061-2/+2
* fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com>Hajimu UMEMOTO2001-08-061-2/+2
* merged key_cmpsaidx_*.Hajimu UMEMOTO2001-08-061-149/+60
* Sync with recent KAME.Hajimu UMEMOTO2001-06-117-270/+799
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+7
* fixed possibility of panic at key_acquire().Hajimu UMEMOTO2001-01-141-9/+8
* Revert previous commit after discussion with phk.Kris Kennaway2000-10-301-0/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-3/+0
* make sure we have IV that is random enough. memory allocator onHajimu UMEMOTO2000-08-281-5/+9
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-2/+2
* Add missing #include to unbreak IPSEC_DEBUG buildsKris Kennaway2000-07-071-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-049-2174/+4463
* Check for MGET* returning NULL and return ENOBUFS in this case.Jonathan Lemon2000-06-101-2/+8
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-9/+9
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-9/+9
* comment the string after #endifYoshinobu Inoue2000-01-151-1/+1
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-132-43/+43
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-295-26/+20
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-227-3419/+6298
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-223-0/+297
* Fix a printf(3) formatter to match its variable.Bill Fumerola1999-08-171-1/+1
* #ifdef out unused function key_freetables.Eivind Eklund1999-01-121-1/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-15/+16
* Fixed printf format errors.Bruce Evans1998-08-171-14/+16
* Really make this compile..Peter Wemm1998-04-061-12/+58