aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/atm/sscop/ng_sscop.c
Commit message (Expand)AuthorAgeFilesLines
* NgATM: Remove netgraph ATM supportBrooks Davis2023-03-091-874/+0
* NgATM: deprecateBrooks Davis2023-03-031-0/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* Mechanically remove the last stray remains of spl* calls from net*/*.Andre Oppermann2012-10-181-3/+0
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-2/+1
* Use the ISO standard function variable vs. a GCC'ism.David E. O'Brien2005-08-101-1/+1
* /* -> /*- 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/+10
* Netgraph part of the NgATM signalling AA layer. These nodes canHartmut Brandt2003-10-241-0/+885