aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_gif.c
Commit message (Expand)AuthorAgeFilesLines
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* 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-3/+11
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* Removed redundant MODULE_VERSION().Ruslan Ermilov2005-02-121-1/+0
* Fixed an off-by-one error when dealing with interface nameRuslan Ermilov2005-02-031-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+3
* Slight cosmetic changes.Julian Elischer2004-07-201-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-8/+4
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+11
* Unconst. Somebody didn't compile LINT.Poul-Henning Kamp2004-02-241-1/+1
* Check that a pointer is non-NULL before dereferencing it, not after.Colin Percival2004-02-241-1/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-8/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-6/+6
* Remove a couple unintentional mentions of Ethernet that crept in fromBrooks Davis2001-09-281-2/+2
* The initial commit contained an error in the license, this is theBrooks Davis2001-09-271-2/+5
* /home/brooks/ng_gif.messageBrooks Davis2001-09-261-0/+596