summaryrefslogtreecommitdiffstats
path: root/sys/net/if_atmsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* network interface and link layer changes:sam2002-11-151-0/+3
* When a packet is destined for delivery via an ATM medium, performrwatson2002-10-201-0/+11
* Fix warning; remove unused variablepeter2001-06-151-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-4/+4
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-18/+3
* remove "register" specifiers to supress compiler warning.kjc2000-04-261-2/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+3
* clean up en atm driverkjc1999-05-081-289/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+4
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-291-128/+355
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Make INET a proper option.eivind1998-01-081-0/+2
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-181-3/+2
* Removed unused #includes.bde1997-08-021-12/+0
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+410
OpenPOWER on IntegriCloud