| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -27/+27 |
* | Comment out srandom(): | ache | 2003-02-05 | 1 | -1/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -27/+27 |
* | "struct route" is not sufficient. NetBSD PR 18751 | ume | 2003-01-08 | 2 | -1/+6 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -4/+4 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | - fixed the order of searching SA table for packets. | ume | 2002-07-10 | 1 | -20/+47 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -5/+1 |
* | pacify gcc-3.1's -Wunused checking. | peter | 2002-05-24 | 1 | -1/+4 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+5 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -5/+0 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -1/+3 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -1/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 2 | -5/+5 |
* | Remove __P. | alfred | 2002-03-20 | 8 | -175/+172 |
* | missing splx | ume | 2002-03-01 | 1 | -0/+1 |
* | (when new sa is preferred than old sa) | ume | 2002-03-01 | 1 | -9/+9 |
* | Fix warnings | peter | 2002-02-28 | 2 | -8/+8 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -4/+14 |
* | Newer SA is prefered for a out-bound packet than old one | ume | 2001-12-05 | 2 | -7/+89 |
* | Fixed the behavior when there is no inbound policy for the ipsec | ume | 2001-11-06 | 1 | -22/+0 |
* | - net.inet.ipsec.esp_auth hasn't been there | ume | 2001-11-05 | 5 | -527/+224 |
* | Unbreak build without INET6. | ume | 2001-11-03 | 1 | -0/+2 |
* | System wide policy should be returned when no policy found in the SPD. | ume | 2001-10-29 | 1 | -0/+26 |
* | Fixed the value of the prefixlen in the sadb_address structure. | ume | 2001-10-22 | 1 | -8/+20 |
* | The behavior of SPDUPDATE has been changed. | ume | 2001-10-17 | 1 | -10/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -8/+8 |
* | printed current sequence number of the SA. accordingly, changed | ume | 2001-08-06 | 2 | -10/+13 |
* | do not play too much trick with evaluation order. from netbsd | ume | 2001-08-06 | 1 | -2/+2 |
* | fixed to make a response in key_spdadd(). reported by <R.P.Koster@kpn.com> | ume | 2001-08-06 | 1 | -2/+2 |
* | merged key_cmpsaidx_*. | ume | 2001-08-06 | 1 | -149/+60 |
* | Sync with recent KAME. | ume | 2001-06-11 | 7 | -270/+799 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 1 | -2/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+7 |
* | fixed possibility of panic at key_acquire(). | ume | 2001-01-14 | 1 | -9/+8 |
* | Revert previous commit after discussion with phk. | kris | 2000-10-30 | 1 | -0/+1 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -3/+0 |
* | make sure we have IV that is random enough. memory allocator on | ume | 2000-08-28 | 1 | -5/+9 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -2/+2 |
* | Add missing #include to unbreak IPSEC_DEBUG builds | kris | 2000-07-07 | 1 | -0/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 9 | -2174/+4463 |
* | Check for MGET* returning NULL and return ENOBUFS in this case. | jlemon | 2000-06-10 | 1 | -2/+8 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -9/+9 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -9/+9 |
* | comment the string after #endif | shin | 2000-01-15 | 1 | -1/+1 |
* | Change struct sockaddr_storage member name, because following change | shin | 2000-01-13 | 2 | -43/+43 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 5 | -26/+20 |