aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_atm.h
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-6/+7
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add a device type for virtual interfaces.Hartmut Brandt2004-01-261-1/+3
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedHartmut Brandt2003-08-061-8/+1
* Remove the last vestiges of ATM raw mode. This has not been useful for aHartmut Brandt2003-08-061-3/+0
* Define a flag for asynchronuous VC open/close operations as usedHartmut Brandt2003-08-051-1/+2
* Implement a mechanism by which ATM drivers can inform interestedHartmut Brandt2003-07-291-0/+70
* Correct the device identifiers for the ProATM cards.Hartmut Brandt2003-07-181-2/+2
* Implement an utility function that can be used by device drivers toHartmut Brandt2003-07-151-0/+2
* Add identifiers for ProSum's and IDT's cards that are based onHartmut Brandt2003-07-151-1/+9
* ATM_PH_LLCSNAP and ATMIO_FLAG_LLCSNAP must have the same value, soHartmut Brandt2003-07-151-2/+4
* Protect a kernel structure by _KERNEL.Hartmut Brandt2003-07-151-0/+2
* Now that most of this file is new, stylify the rest and correct theHartmut Brandt2003-06-181-59/+57
* Add definitions for the ioctls that are used by netgraph and harp to openHartmut Brandt2003-06-171-0/+18
* Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commitHartmut Brandt2003-06-161-17/+92
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-051-0/+60
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-291-0/+1
* This corrects a longstanding endian bug in processing LLC/SNAP encodedHartmut Brandt2003-03-131-2/+2
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-6/+1
* clean up en atm driverKenjiro Cho1999-05-081-40/+1
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-291-1/+41
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+111