aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/atm
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-018-31/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2710-0/+20
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-242-1696/+0
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Change the callout to supply -1 to indicate we are not changingRandall Stewart2015-03-282-3/+3
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-062-6/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-5/+5
* Mechanically remove the last stray remains of spl* calls from net*/*.Andre Oppermann2012-10-184-12/+0
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-4/+4
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-184-9/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-10/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+0
* Use proper form of gnu designated initalizers. This letsRoman Divacky2009-06-241-1/+1
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Make Netgraph compile with Clang.Ed Schouten2009-03-031-1/+0
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-2/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-6/+21
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-254-1961/+0
* Don't use data after free.Alexander Leidinger2006-09-301-1/+4
* Replace the array initialization using the gcc-specific formatDiomidis Spinellis2006-06-021-5/+5
* 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