aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/atm
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Use the ISO standard function variable vs. a GCC'ism.David E. O'Brien2005-08-104-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-7/+7
* Fixed an off-by-one error when dealing with interface nameRuslan Ermilov2005-02-031-9/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0720-23/+29
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-012-4/+4
* Cancel pending timeout before scheduling a new one. This fixesGleb Smirnoff2004-11-191-0/+1
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useHartmut Brandt2004-11-042-17/+11
* Apply error and success logic consistently to the function netisr_queue() andAndre Oppermann2004-08-271-1/+1
* This is the netgraph node framework for the user side call controlHartmut Brandt2004-08-123-0/+1422
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-3/+4
* Slight cosmetic changes.Julian Elischer2004-07-201-3/+3
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-0/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-295-60/+51
* Get rid of the old *LEN constants in favour of the new *SIZ constantsHartmut Brandt2004-01-262-6/+6
* NULL -> 0 where appropriate.Alfred Perlstein2003-12-242-5/+5
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().Don Lewis2003-12-151-1/+2
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not aDon Lewis2003-12-081-1/+2
* Make the defines that prevent multiple includes look like theHartmut Brandt2003-11-133-6/+6
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeHartmut Brandt2003-11-073-0/+1203
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-5/+3
* Netgraph part of the NgATM signalling AA layer. These nodes canHartmut Brandt2003-10-248-0/+2715
* Add ng_atmpif: a HARP physical interface emulation. This allows oneHartmut Brandt2003-08-114-0/+1963
* Process events from the ATM drivers. Carrier change and PVC changeHartmut Brandt2003-07-292-49/+126
* Test the OPEN flag to see whether a VCI is already open on the hook insteadHartmut Brandt2003-07-151-2/+2
* Remove three unneccessary comparisons that were always true.Hartmut Brandt2003-07-151-6/+0
* Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driverHartmut Brandt2003-07-021-9/+22
* This is a netgraph node to access ATM interfaces. It works with theHartmut Brandt2003-06-252-0/+1598