aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_atmllc.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+8
* Add a netgraph node to handle ATM LLC encapsulation. This currently handlesBenno Rice2004-03-081-0/+278