summaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* Set IFF_RUNNING on the loopback interface.Garrett Wollman1996-06-191-2/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-2/+1
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-1/+13
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-2/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-3/+3
* Make me feel a little better by filling in reasonable values for rmx_sendpipeGarrett Wollman1996-02-051-6/+12
* Staticize, clean lint.Poul-Henning Kamp1995-12-091-3/+6
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-3/+3
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+12
* Fix BPf to generate a header mbuf for writes.Garrett Wollman1995-09-221-1/+9
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-5/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Cleanup loopback interface support.Paul Traina1995-04-261-15/+23
* Support for pseudo-device LKMs. Note that this is restricted to onlyGarrett Wollman1995-03-201-2/+2
* Reduced loopback MTU to 16k to work around a miriad of problems with itDavid Greenman1995-03-041-2/+2
* Added ioctl support for SIOCSIFMTU.David Greenman1994-08-081-3/+6
* Added $Id$David Greenman1994-08-021-0/+1
* Reduced loopback MTU from 65535 to 65532 because some things like NFSDavid Greenman1994-08-011-1/+1
* Changed loopback MTU to 65535.David Greenman1994-05-291-0/+4
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-5/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+247