aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.83:Mike Silbersack2003-06-011-20/+14
* MFC: m_tag supportSam Leffler2003-01-231-5/+3
* MFC:Ruslan Ermilov2001-12-201-3/+3
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-12/+17
* o MFC if_loop.c 1.52 - add a missing "\n" to the end of a warning printf.Robert Watson2000-09-041-1/+1
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-1/+1
* MFC: fix for unaligned access trap when booting alphas disklessAndrew Gallatin2000-06-251-7/+9
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-021-10/+12
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-12/+0
* Remove some #if NFOO > 0 that are always true because of config rules.Peter Wemm2000-01-291-2/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-4/+5
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-1/+52
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-22/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out redundant checksBrian Somers1999-08-061-5/+2
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withBrian Somers1999-08-061-2/+5
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-5/+5
* Set ifq_maxlen.Dmitrij Tejblum1999-02-201-1/+2
* Make sure the packet is aligned correctly for the alpha in if_simloop.Doug Rabson1998-07-121-2/+13
* OopsJulian Elischer1998-06-141-1/+2
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-141-1/+14
* Remove 3 occurances of __FUNCTION__Julian Elischer1998-06-121-4/+3
* Go through the loopback code with a broom..Julian Elischer1998-06-121-27/+62
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGSPoul-Henning Kamp1998-04-301-1/+4
* NETATALK -> opt_atalk.hEivind Eklund1998-01-091-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+2
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-6/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-4/+1
* 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