summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
Commit message (Expand)AuthorAgeFilesLines
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-14/+26
* Let M_PANIC go back to the private tree as its intention isn't understood wellbp2001-01-311-2/+1
* Use M_PANIC instead of if (sc == NULL) panic();peter2001-01-291-1/+2
* Make the number of loopback interfaces dynamically tunable. Why onepeter2001-01-291-17/+79
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-17/+9
* o Add missing "\n" to warning output in netinet/if_loop.c, when anrwatson2000-09-041-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-1/+1
* fix KASSERT usagemjacob2000-06-021-1/+1
* Rather than checking for hlen causing misalignment, we should do thegallatin2000-05-261-7/+9
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-10/+12
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-12/+0
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-2/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-4/+5
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-1/+52
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-22/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out redundant checksbrian1999-08-061-5/+2
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-061-2/+5
* Rename bpfilter to bpf.des1999-07-061-5/+5
* 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
OpenPOWER on IntegriCloud