index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-2
/
+1
*
Move all unit number management cloned interfaces into the cloning
brooks
2002-05-25
1
-16
/
+6
*
Replace (deprecated ?) FREE() macro with direct calls to free()
luigi
2002-04-04
1
-1
/
+1
*
Simplify the interface cloning framework by handling unit
mux
2002-03-11
1
-55
/
+9
*
Add cloning support to the loopback interface.
brooks
2002-03-04
1
-56
/
+99
*
sparc64 needs the same alingment fixes that alpha and ia64 do.
jake
2001-12-29
1
-1
/
+1
*
whitespace fixes.
jlemon
2001-12-14
1
-1
/
+1
*
Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.
ru
2001-10-17
1
-3
/
+3
*
Revision 1.32 corresponded to CSRG revision 8.2.
ru
2001-10-17
1
-1
/
+1
*
Add ia64 to the list of machines which don't do unaligned reads.
dfr
2001-10-05
1
-1
/
+1
*
Remove/comment tokens after #endif (#endif NETATALK)
peter
2001-09-10
1
-2
/
+2
*
Sync with recent KAME.
ume
2001-06-11
1
-12
/
+17
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-1
/
+1
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-1
/
+1
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-2
/
+2
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-14
/
+26
*
Let M_PANIC go back to the private tree as its intention isn't understood well
bp
2001-01-31
1
-2
/
+1
*
Use M_PANIC instead of if (sc == NULL) panic();
peter
2001-01-29
1
-1
/
+2
*
Make the number of loopback interfaces dynamically tunable. Why one
peter
2001-01-29
1
-17
/
+79
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-17
/
+9
*
o Add missing "\n" to warning output in netinet/if_loop.c, when an
rwatson
2000-09-04
1
-1
/
+1
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-1
/
+1
*
fix KASSERT usage
mjacob
2000-06-02
1
-1
/
+1
*
Rather than checking for hlen causing misalignment, we should do the
gallatin
2000-05-26
1
-7
/
+9
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-10
/
+12
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-12
/
+0
*
Remove some #if NFOO > 0 that are always true because of config rules.
peter
2000-01-29
1
-2
/
+0
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-4
/
+5
*
KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP
shin
1999-11-22
1
-1
/
+52
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-22
/
+11
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Back out redundant checks
brian
1999-08-06
1
-5
/
+2
*
Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with
brian
1999-08-06
1
-2
/
+5
*
Rename bpfilter to bpf.
des
1999-07-06
1
-5
/
+5
*
Set ifq_maxlen.
dt
1999-02-20
1
-1
/
+2
*
Make sure the packet is aligned correctly for the alpha in if_simloop.
dfr
1998-07-12
1
-2
/
+13
*
Oops
julian
1998-06-14
1
-1
/
+2
*
Try narrow down the culprit sending undefined packet types through the loopback
julian
1998-06-14
1
-1
/
+14
*
Remove 3 occurances of __FUNCTION__
julian
1998-06-12
1
-4
/
+3
*
Go through the loopback code with a broom..
julian
1998-06-12
1
-27
/
+62
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGS
phk
1998-04-30
1
-1
/
+4
*
NETATALK -> opt_atalk.h
eivind
1998-01-09
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+2
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-6
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use queue macros for the list of interfaces. Next stop: ifaddrs!
wollman
1996-12-11
1
-4
/
+1
[next]