summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_gif.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-9/+0
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* 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-3/+11
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+2
* Removed redundant MODULE_VERSION().ru2005-02-121-1/+0
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Avoid casts as lvalues.kan2004-07-281-2/+3
* Slight cosmetic changes.julian2004-07-201-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-8/+4
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+11
* Unconst. Somebody didn't compile LINT.phk2004-02-241-1/+1
* Check that a pointer is non-NULL before dereferencing it, not after.cperciva2004-02-241-1/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-8/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* SMP locking for ifnet list.hsu2002-12-221-0/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-6/+6
* Remove a couple unintentional mentions of Ethernet that crept in frombrooks2001-09-281-2/+2
* The initial commit contained an error in the license, this is thebrooks2001-09-271-2/+5
* /home/brooks/ng_gif.messagebrooks2001-09-261-0/+596
OpenPOWER on IntegriCloud