summaryrefslogtreecommitdiffstats
path: root/sys/netatm/ipatm/ipatm_load.c
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-813/+0
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* In the current world order, solisten() implements the state transition ofrwatson2005-02-211-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Make the debugging variable that controls dumping of IP over ATM packetsharti2003-07-241-2/+15
* Get rid of the zone for network interfaces. We have converted this toharti2003-07-231-7/+0
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-221-2/+0
* Use __FBSDID().obrien2003-06-111-10/+3
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-2/+3
* - Fix uma_zcreate parameters -- don't pass M_* flags here, doh.arr2002-05-231-2/+2
* - Turn two more storage pools into UMA zones and make the related memoryarr2002-05-231-17/+18
* Remove __P.alfred2002-03-201-5/+5
* Add back some now needed #include <sys/systm.h>phk2000-12-071-0/+1
* Remove more unused #includes.phk2000-10-301-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-121-1/+23
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-121-84/+0
* Remove un-needed #include's.mks2000-01-171-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Allow configuration of up to 256 network interfaces per physical interface -mks1999-05-101-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* Trivial stylish changes, mostly to silence gcc.phk1998-10-311-5/+5
* Add new files for HARP3phk1998-09-151-0/+878
OpenPOWER on IntegriCloud