summaryrefslogtreecommitdiffstats
path: root/sys/netatm/ipatm
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/malloc.h> for the declaration of malloc(), etc. insteadbde2003-11-141-3/+5
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Make the ioctl() interface cleaner with regard to types: use size_tharti2003-07-291-1/+2
* Add support for VBR and CBR PVCs for IP over ATM.harti2003-07-253-5/+196
* Make the debugging variable that controls dumping of IP over ATM packetsharti2003-07-244-10/+19
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-231-2/+4
* Get rid of the zone for network interfaces. We have converted this toharti2003-07-231-7/+0
* Allocate network interfaces from malloc() instead of using a zone.harti2003-07-221-6/+6
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-221-2/+0
* Use __FBSDID().obrien2003-06-117-69/+21
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-4/+4
* Band-XXX-aid an easy to provoke panic.phk2003-01-281-0/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-4/+4
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-083-4/+5
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-291-2/+1
* Pacify gcc by preinitializing a variable.peter2002-05-241-2/+2
* - 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-234-30/+31
* - Nuke some more not needed #ifdef cruft.arr2002-04-215-72/+0
* - Change KM_ macro calls to the appropriate function call.arr2002-04-191-1/+1
* Remove __P.alfred2002-03-204-42/+41
* Add back some now needed #include <sys/systm.h>phk2000-12-075-0/+5
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-10/+1
* Remove more unused #includes.phk2000-10-306-6/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-157-7/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-127-7/+151
* More HARP polishina:phk2000-10-121-4/+4
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-121-84/+0
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* Remove un-needed #include's.mks2000-01-175-6/+0
* $Id$ -> $FreeBSD$peter1999-08-2810-17/+17
* 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
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+4
* Trivial stylish changes, mostly to silence gcc.phk1998-10-317-36/+39
* Two patches from the HARP people:phk1998-09-172-10/+10
* Add new files for HARP3phk1998-09-1510-0/+4116
OpenPOWER on IntegriCloud