aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_atm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-372/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+3
* Bring back (most of) NATM to avoid further bitrot after r186119.Bjoern A. Zeeb2010-12-151-0/+6
* This main goals of this project are:Qing Li2008-12-151-6/+0
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+1
* Add newline to debuging printf.Gleb Smirnoff2005-08-261-1/+2
* Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() andCraig Rodrigues2005-08-121-0/+9
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-10/+10
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-0/+2
* 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