summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_gif.c
Commit message (Expand)AuthorAgeFilesLines
* 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