aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant stuff. Amazing that they actually solved a bug found inGuido van Rooij1994-11-101-3/+1
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldPoul-Henning Kamp1994-10-081-10/+17
* A number of bug-fixes inspired by Mark Treacy:Garrett Wollman1994-10-051-5/+15
* Made the kernel compile even without "ether".Poul-Henning Kamp1994-09-161-1/+4
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+3
* On second thought, better restrict the mtu to between 72-65535...strangeDavid Greenman1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverDavid Greenman1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-David Greenman1994-08-081-1/+12
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+670