summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_device.c
Commit message (Expand)AuthorAgeFilesLines
* Hand the packet to bpf not only in the LLC/SNAP case, but for allharti2003-07-251-2/+1
* Constify the arguments to several pdu_print functions.harti2003-07-241-6/+2
* 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-1/+2
* Use __FBSDID().obrien2003-06-111-10/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-4/+4
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-141-4/+5
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notarr2002-04-191-65/+0
* - Change KM_ macro calls to the appropriate function call.arr2002-04-191-10/+8
* Unbreak fore adapters from POV of warnings.julian2002-02-271-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-0/+2
* 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
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-121-24/+0
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Trivial stylish changes, mostly to silence gcc.phk1998-10-311-4/+4
* Two patches from the HARP people:phk1998-09-171-15/+15
* Add new files for HARP3phk1998-09-151-0/+883
OpenPOWER on IntegriCloud