aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_atmsubr.c
Commit message (Expand)AuthorAgeFilesLines
* network interface and link layer changes:Sam Leffler2002-11-151-0/+3
* When a packet is destined for delivery via an ATM medium, performRobert Watson2002-10-201-0/+11
* Fix warning; remove unused variablePeter Wemm2001-06-151-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-4/+4
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-18/+3
* remove "register" specifiers to supress compiler warning.Kenjiro Cho2000-04-261-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+3
* clean up en atm driverKenjiro Cho1999-05-081-289/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+4
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-291-128/+355
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.Eivind Eklund1998-01-311-0/+1
* Make INET a proper option.Eivind Eklund1998-01-081-0/+2
* Use gettime() instead of assignment from `time'. (`time' is tooBruce Evans1997-11-181-3/+2
* Removed unused #includes.Bruce Evans1997-08-021-12/+0
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+410