summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-2/+3
* In the current world order, solisten() implements the state transition ofrwatson2005-02-211-1/+13
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Silence a gcc-warning. Do this by inlining the macro-call. This isharti2003-07-261-2/+1
* Hand the packet to bpf not only in the LLC/SNAP case, but for allharti2003-07-251-11/+12
* Add BPF support to HARP network interfaces. This allows one to seeharti2003-07-241-0/+12
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-231-5/+10
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-221-2/+4
* Use __FBSDID().obrien2003-06-111-10/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-17/+17
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* - Turn a DIAGNOSTIC check into a KASSERT(9) macro.arr2002-06-171-6/+2
* - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).arr2002-06-171-7/+7
* - Change the atm_cm_init function to take no argument.arr2002-05-071-1/+1
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-021-29/+27
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-301-1/+1
* - Remove atm_attributes_pool and the relating atm_allocate() and atm_free()arr2002-04-241-3/+3
* - Revert previous change of atm storage pools -> uma_zones until a solutionarr2002-04-221-1/+1
* - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone'sarr2002-04-221-1/+1
* - Change KM_ macro calls to the appropriate function call.arr2002-04-191-8/+8
* Remove __P.alfred2002-03-201-13/+13
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-301-0/+1
* Remove more unused #includes.phk2000-10-271-2/+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/+22
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Fix if (a = b) conditional that should have been if (a == b)dillon1999-01-271-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-4/+4
* Two patches from the HARP people:phk1998-09-171-8/+8
* Add new files for HARP3phk1998-09-151-0/+3464
OpenPOWER on IntegriCloud