summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_atm.c
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+3
* Bring back (most of) NATM to avoid further bitrot after r186119.bz2010-12-151-0/+6
* This main goals of this project are:qingli2008-12-151-6/+0
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* Add newline to debuging printf.glebius2005-08-261-1/+2
* Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() androdrigc2005-08-121-0/+9
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-10/+10
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-0/+2
* Change the code that enables/disables the ATM channel to use theharti2003-08-121-67/+48
* Ups. I forgot this one in the SIOCATMENA/SIOCATMDIS removal commit.harti2003-08-061-17/+134
* When adding a channel for INET failed at the device level (ioctl) theharti2003-08-051-2/+4
* Make this file to conform more to style(9) before really touching it.harti2003-08-051-39/+19
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromarr2002-05-211-5/+2
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Usearr2002-05-201-2/+3
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-3/+3
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+3
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-291-1/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
* 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
* Removed unused #includes.bde1997-08-021-12/+0
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+285
OpenPOWER on IntegriCloud