summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Collapse)AuthorAgeFilesLines
* Fix up some sloppy coding practices:wollman1994-08-185-11/+11
| | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter.
* Added ioctl support for SIOCSIFMTU.dg1994-08-081-3/+6
|
* On second thought, better restrict the mtu to between 72-65535...strangedg1994-08-081-2/+6
| | | | things happen otherwise.
* Enforce the mtu to between the range 1-65535 before calling the driverdg1994-08-081-1/+3
| | | | ioctl routine.
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-dg1994-08-082-2/+15
| | | | interface MTU.
* Added $Id$dg1994-08-0227-13/+27
|
* Reduced loopback MTU from 65535 to 65532 because some things like NFSdg1994-08-011-1/+1
| | | | really like it to be rounded to a longword.
* Changed loopback MTU to 65535.dg1994-05-291-0/+4
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2510-41/+23
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-2427-0/+9434
OpenPOWER on IntegriCloud