summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm
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
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Change the callout to supply -1 to indicate we are not changingrrs2015-03-282-3/+3
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-062-6/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-5/+5
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-184-12/+0
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-4/+4
* Node constructor methods are supposed to be called in syscallglebius2011-04-184-9/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-10/+10
* 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
* Use proper form of gnu designated initalizers. This letsrdivacky2009-06-241-1/+1
* 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
* Make Netgraph compile with Clang.ed2009-03-031-1/+0
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-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
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* 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
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-254-1961/+0
* Don't use data after free.netchild2006-09-301-1/+4
* Replace the array initialization using the gcc-specific formatdds2006-06-021-5/+5
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-2/+2
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-104-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-7/+7
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-9/+6
* /* -> /*- for license, minor formatting changesimp2005-01-0720-23/+29
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-012-4/+4
* Cancel pending timeout before scheduling a new one. This fixesglebius2004-11-191-0/+1
* Adapt to the new ng_timeout/ng_untimeout arguments. These now useharti2004-11-042-17/+11
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* This is the netgraph node framework for the user side call controlharti2004-08-123-0/+1422
* Avoid casts as lvalues.kan2004-07-281-3/+4
* Slight cosmetic changes.julian2004-07-201-3/+3
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-0/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-295-60/+51
* Get rid of the old *LEN constants in favour of the new *SIZ constantsharti2004-01-262-6/+6
* NULL -> 0 where appropriate.alfred2003-12-242-5/+5
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().truckman2003-12-151-1/+2
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-081-1/+2
* Make the defines that prevent multiple includes look like theharti2003-11-133-6/+6
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeharti2003-11-073-0/+1203
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-5/+3
* Netgraph part of the NgATM signalling AA layer. These nodes canharti2003-10-248-0/+2715
OpenPOWER on IntegriCloud