| Commit message (Expand) | Author | Age | Files | Lines |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -1/+1 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -2/+2 |
* | - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has | ume | 2003-11-15 | 1 | -8/+6 |
* | correct stat to increment. | ume | 2003-10-31 | 1 | -1/+1 |
* | add ECN support in layer-3. | ume | 2003-10-29 | 1 | -2/+8 |
* | more strict sanity check for ESP tail | suz | 2003-10-22 | 1 | -1/+1 |
* | - fix typo in comment. | ume | 2003-10-07 | 1 | -11/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -4/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead | sam | 2003-01-06 | 1 | -6/+4 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -2/+1 |
* | check packet length before fetching ESP crypto checksum. | ume | 2002-08-24 | 1 | -0/+8 |
* | fixed to make mbuf chain. | ume | 2002-07-18 | 1 | -1/+1 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -26/+10 |
* | Corrected arguments to key_allocsa called from | ume | 2002-03-25 | 1 | -4/+6 |
* | Fix another boatload of warnings (missing include) and a cosmetic | peter | 2002-02-28 | 1 | -0/+2 |
* | Patches from KAME to remove usage of Varargs in existing | julian | 2001-09-07 | 1 | -13/+4 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -4/+3 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -36/+228 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -11/+4 |
* | add missing splx(), when outgoing interface queue is full on tunnelled | itojun | 2000-08-16 | 1 | -0/+2 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -391/+222 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -0/+984 |