| Commit message (Expand) | Author | Age | Files | Lines |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 10 | -10/+10 |
* | Include <sys/malloc.h> for the declaration of malloc(), etc. instead | bde | 2003-11-14 | 1 | -3/+5 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+3 |
* | Make the ioctl() interface cleaner with regard to types: use size_t | harti | 2003-07-29 | 1 | -1/+2 |
* | Add support for VBR and CBR PVCs for IP over ATM. | harti | 2003-07-25 | 3 | -5/+196 |
* | Make the debugging variable that controls dumping of IP over ATM packets | harti | 2003-07-24 | 4 | -10/+19 |
* | Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All | harti | 2003-07-23 | 1 | -2/+4 |
* | Get rid of the zone for network interfaces. We have converted this to | harti | 2003-07-23 | 1 | -7/+0 |
* | Allocate network interfaces from malloc() instead of using a zone. | harti | 2003-07-22 | 1 | -6/+6 |
* | Remove the zone limits for all the zones used in the ATM code. | harti | 2003-07-22 | 1 | -2/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 7 | -69/+21 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -4/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -4/+4 |
* | Band-XXX-aid an easy to provoke panic. | phk | 2003-01-28 | 1 | -0/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -4/+4 |
* | - Change the ATM stack functions to use intptr_t instead of int for opaque | jhb | 2002-11-08 | 3 | -4/+5 |
* | Include <sys/systm.h> instead of depending on namespace pollution in | bde | 2002-09-29 | 1 | -2/+1 |
* | Pacify gcc by preinitializing a variable. | peter | 2002-05-24 | 1 | -2/+2 |
* | - Fix uma_zcreate parameters -- don't pass M_* flags here, doh. | arr | 2002-05-23 | 1 | -2/+2 |
* | - Turn two more storage pools into UMA zones and make the related memory | arr | 2002-05-23 | 4 | -30/+31 |
* | - Nuke some more not needed #ifdef cruft. | arr | 2002-04-21 | 5 | -72/+0 |
* | - Change KM_ macro calls to the appropriate function call. | arr | 2002-04-19 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-20 | 4 | -42/+41 |
* | Add back some now needed #include <sys/systm.h> | phk | 2000-12-07 | 5 | -0/+5 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -10/+1 |
* | Remove more unused #includes. | phk | 2000-10-30 | 6 | -6/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 7 | -7/+0 |
* | Remove the #include kitchensink <netatm/kern_include.h> and add | phk | 2000-10-12 | 7 | -7/+151 |
* | More HARP polishina: | phk | 2000-10-12 | 1 | -4/+4 |
* | Do some cleanups of the HARP atm codes interface into the system: | phk | 2000-10-12 | 1 | -84/+0 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -1/+1 |
* | Remove un-needed #include's. | mks | 2000-01-17 | 5 | -6/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 10 | -17/+17 |
* | Allow configuration of up to 256 network interfaces per physical interface - | mks | 1999-05-10 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -5/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+4 |
* | Trivial stylish changes, mostly to silence gcc. | phk | 1998-10-31 | 7 | -36/+39 |
* | Two patches from the HARP people: | phk | 1998-09-17 | 2 | -10/+10 |
* | Add new files for HARP3 | phk | 1998-09-15 | 10 | -0/+4116 |