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
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Those are unneeded too.
pjd
2004-06-27
1
-1
/
+0
*
Add two missing includes and remove two uneeded.
pjd
2004-06-27
1
-1
/
+0
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-2
/
+2
*
Staticize <if>_clone_{create,destroy} functions.
brooks
2004-04-14
1
-4
/
+4
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Introduce lo_mtx to protect the global loopback softc list. I'm not
rwatson
2004-03-09
1
-1
/
+7
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-13
/
+5
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-11
/
+2
*
Remove the m_defrag call from if_loop; testing with m_fragment
silby
2003-11-11
1
-27
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Always queue looped back packets (rather than potentially using
sam
2003-10-29
1
-1
/
+1
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
1
-0
/
+1
*
Delay if_lo module intialization until domain list has been
kan
2003-10-27
1
-1
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-0
/
+2
*
Also ifdef the variable which becomes unused w/o INET6, fixing the build
silby
2003-08-09
1
-0
/
+2
*
#ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might)
silby
2003-08-09
1
-0
/
+2
*
Replace a handrolled defrag function with m_defrag. The handrolled
silby
2003-05-28
1
-22
/
+15
*
Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,
rwatson
2003-04-14
1
-8
/
+0
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-3
/
+3
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-11
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-9
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead
sam
2003-01-06
1
-2
/
+2
*
Correct mbuf packet header propagation. Previously, packet headers
sam
2002-12-30
1
-10
/
+10
*
Under some circumstances, the loopback interface will allocate a new
rwatson
2002-12-18
1
-0
/
+10
*
network interface and link layer changes:
sam
2002-11-15
1
-1
/
+1
*
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
[next]