summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/ng_atm.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* sys: use our nitems() macro when param.h is available.pfg2016-04-211-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-6/+21
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-101-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+2
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-9/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+4
* Avoid casts as lvalues.kan2004-07-281-3/+4
* Slight cosmetic changes.julian2004-07-201-3/+3
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+11
* Get rid of the old *LEN constants in favour of the new *SIZ constantsharti2004-01-261-4/+4
* NULL -> 0 where appropriate.alfred2003-12-241-4/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-5/+3
* Process events from the ATM drivers. Carrier change and PVC changeharti2003-07-291-44/+102
* Test the OPEN flag to see whether a VCI is already open on the hook insteadharti2003-07-151-2/+2
* Remove three unneccessary comparisons that were always true.harti2003-07-151-6/+0
* Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driverharti2003-07-021-9/+22
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-251-0/+1371
OpenPOWER on IntegriCloud