summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* Set ifq_maxlen.dt1999-02-201-1/+2
* Make sure the packet is aligned correctly for the alpha in if_simloop.dfr1998-07-121-2/+13
* Oopsjulian1998-06-141-1/+2
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-141-1/+14
* Remove 3 occurances of __FUNCTION__julian1998-06-121-4/+3
* Go through the loopback code with a broom..julian1998-06-121-27/+62
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGSphk1998-04-301-1/+4
* NETATALK -> opt_atalk.heivind1998-01-091-1/+2
* Make INET a proper option.eivind1998-01-081-1/+2
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+3
* Removed unused #includes.bde1997-08-021-6/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-4/+1
* Set IFF_RUNNING on the loopback interface.wollman1996-06-191-2/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-2/+1
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-1/+13
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Clean up Ethernet drivers:wollman1996-02-061-3/+3
* Make me feel a little better by filling in reasonable values for rmx_sendpipewollman1996-02-051-6/+12
* Staticize, clean lint.phk1995-12-091-3/+6
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-3/+3
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+12
* Fix BPf to generate a header mbuf for writes.wollman1995-09-221-1/+9
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-5/+7
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Cleanup loopback interface support.pst1995-04-261-16/+24
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-201-2/+2
* Reduced loopback MTU to 16k to work around a miriad of problems with itdg1995-03-041-2/+2
* Added ioctl support for SIOCSIFMTU.dg1994-08-081-3/+6
* Added $Id$dg1994-08-021-0/+1
* Reduced loopback MTU from 65535 to 65532 because some things like NFSdg1994-08-011-1/+1
* Changed loopback MTU to 65535.dg1994-05-291-0/+4
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-5/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+247
OpenPOWER on IntegriCloud