aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_atm.c
Commit message (Expand)AuthorAgeFilesLines
* Change the code that enables/disables the ATM channel to use theHartmut Brandt2003-08-121-67/+48
* Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit.Hartmut Brandt2003-08-061-17/+134
* When adding a channel for INET failed at the device level (ioctl) theHartmut Brandt2003-08-051-2/+4
* Make this file to conform more to style(9) before really touching it.Hartmut Brandt2003-08-051-39/+19
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromAndrew R. Reiter2002-05-211-5/+2
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. UseAndrew R. Reiter2002-05-201-2/+3
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-3/+3
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+3
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-291-1/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* 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
* Removed unused #includes.Bruce Evans1997-08-021-12/+0
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+285