summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
...
* Add BPF support to HARP network interfaces. This allows one to seeharti2003-07-243-0/+37
* Handle the new MEDIA definitions.harti2003-07-231-0/+9
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-239-30/+48
* 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-2213-21/+14
* Add several vendor, API and media definitions. This has beenharti2003-07-221-5/+27
* Fix a number of occurences of calling uma_zalloc() with neitherharti2003-07-182-13/+13
* Use __FBSDID().obrien2003-06-1136-355/+108
* Use __FBSDID().obrien2003-06-119-81/+26
* Use __FBSDID().obrien2003-06-112-19/+6
* Use __FBSDID().obrien2003-06-1116-155/+48
* Use __FBSDID rather than rcsid[].obrien2003-04-031-9/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-044-49/+30
* There is no reason to be cute with ntohl(). Just call it directly ratherobrien2003-02-235-22/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-1922-71/+71
* 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-2123-83/+83
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-5/+5
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-2/+1
* Indirectly pull in declaration for M_IFADDR.hsu2002-12-281-0/+1
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* SMP locking for ifnet list.hsu2002-12-222-0/+5
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-0831-202/+205
* Add a field to struct cmn_unit to hold a pointer to the driver's softc.mdodd2002-10-011-0/+2
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-292-16/+2
* Include <sys/systm.h> instead of depending on namespace pollution inbde2002-09-291-2/+1
* Make netatm/spans compile in the kernel without depending on userlandpeter2002-09-174-4/+381
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* - Remove UM_* user land memory macros since they are no longer used.arr2002-06-241-17/+1
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-241-8/+0
* - Remove the definition for SCHED_ATMarr2002-06-241-1/+0
* - Turn a DIAGNOSTIC check into a KASSERT(9).arr2002-06-171-4/+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
* - Chainsaw the storage pool code. This was being used by a bunch of codearr2002-06-143-404/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-144-19/+22
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-1318-200/+195
* Use a larger data type to prevent counters wrapping so quickly.mdodd2002-06-072-14/+14
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-33/+3
* Pacify gcc by preinitializing a variable.peter2002-05-241-2/+2
* Fix a few warnings by adding a missing prototypepeter2002-05-241-0/+1
* - Remove a few storage pools and replace them with UMA zones. The spansarr2002-05-247-78/+90
* - Turn a couple of storage pools into UMA zones and their associated callsarr2002-05-242-10/+13
* - 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
* Lock down a socket, milestone 1.tanimura2002-05-202-3/+33
* - Remove the init routine for loop -- it broke something and I don't havearr2002-05-071-11/+4
OpenPOWER on IntegriCloud