aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_atmllc.c
Commit message (Expand)AuthorAgeFilesLines
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1/+12
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* - Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnMax Khon2011-11-061-1/+3
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-6/+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