aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/ipatm
Commit message (Expand)AuthorAgeFilesLines
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-291-1/+2
* Add support for VBR and CBR PVCs for IP over ATM.Hartmut Brandt2003-07-253-5/+196
* Make the debugging variable that controls dumping of IP over ATM packetsHartmut Brandt2003-07-244-10/+19
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. AllHartmut Brandt2003-07-231-2/+4
* Get rid of the zone for network interfaces. We have converted this toHartmut Brandt2003-07-231-7/+0
* Allocate network interfaces from malloc() instead of using a zone.Hartmut Brandt2003-07-221-6/+6
* Remove the zone limits for all the zones used in the ATM code.Hartmut Brandt2003-07-221-2/+0
* Use __FBSDID().David E. O'Brien2003-06-117-69/+21
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-4/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-4/+4
* Band-XXX-aid an easy to provoke panic.Poul-Henning Kamp2003-01-281-0/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-4/+4
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-083-4/+5
* Include <sys/systm.h> instead of depending on namespace pollution inBruce Evans2002-09-291-2/+1
* Pacify gcc by preinitializing a variable.Peter Wemm2002-05-241-2/+2
* - Fix uma_zcreate parameters -- don't pass M_* flags here, doh.Andrew R. Reiter2002-05-231-2/+2
* - Turn two more storage pools into UMA zones and make the related memoryAndrew R. Reiter2002-05-234-30/+31
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-215-72/+0
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-191-1/+1
* Remove __P.Alfred Perlstein2002-03-204-42/+41
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-075-0/+5
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-10/+1
* Remove more unused #includes.Poul-Henning Kamp2000-10-306-6/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-157-7/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-127-7/+151
* More HARP polishina:Poul-Henning Kamp2000-10-121-4/+4
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-84/+0
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+1
* Remove un-needed #include's.Mike Spengler2000-01-175-6/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-17/+17
* Allow configuration of up to 256 network interfaces per physical interface -Mike Spengler1999-05-101-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-5/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-317-36/+39
* Two patches from the HARP people:Poul-Henning Kamp1998-09-172-10/+10
* Add new files for HARP3Poul-Henning Kamp1998-09-1510-0/+4116