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_stf.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
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-12
/
+46
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Use an tempory struct ifnet *ifp instead of sc->sc_if to access the
brooks
2004-04-19
1
-9
/
+11
*
Staticize <if>_clone_{create,destroy} functions.
brooks
2004-04-14
1
-4
/
+4
*
Introduce stf_mtx to protect global softc list in if_stf. Add
rwatson
2004-03-09
1
-8
/
+39
*
Const-poison ip_stf_ttl to make it clear that the variable is not
rwatson
2004-03-07
1
-1
/
+1
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-6
/
+6
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-0
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-10
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
sync with KAME to simplify rev 1.28's patch (no functional changes)
suz
2003-01-15
1
-24
/
+41
*
Fix alignment problems -- the embedded v4 address is guaranteed to
fenner
2003-01-05
1
-15
/
+17
*
network interface and link layer changes:
sam
2002-11-15
1
-2
/
+2
*
When packets pass in and out of six-to-four (STF) tunnels, perform
rwatson
2002-10-20
1
-0
/
+15
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
- increment interface output counter. sync w/ netbsd-current
ume
2002-09-17
1
-2
/
+11
*
- reject SIOCSIFADDR if embedded address is in private address range
ume
2002-09-17
1
-1
/
+26
*
Move all unit number management cloned interfaces into the cloning
brooks
2002-05-25
1
-4
/
+3
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-14
/
+14
*
Simplify the interface cloning framework by handling unit
mux
2002-03-11
1
-47
/
+5
*
Change the network interface cloning API so the destroy function returns
brooks
2002-03-04
1
-2
/
+3
*
Fix warnings.
peter
2002-02-28
1
-2
/
+2
*
Staticise private interface lists.
msmith
2002-01-08
1
-1
/
+1
*
- malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)
arr
2001-12-07
1
-4
/
+1
*
Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.
ru
2001-10-17
1
-3
/
+3
*
Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.
jlemon
2001-09-29
1
-5
/
+1
*
Make stf a clonable device.
brooks
2001-09-19
1
-41
/
+109
*
Patches from KAME to remove usage of Varargs in existing
julian
2001-09-07
1
-10
/
+3
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-3
/
+2
*
gif(4) and stf(4) modernization:
brooks
2001-07-02
1
-46
/
+44
*
inject outbound packet to BPF.
ume
2001-06-24
1
-1
/
+25
*
Sync with recent KAME.
ume
2001-06-11
1
-31
/
+62
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-2
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-10
/
+4
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-4
/
+0
*
repair endianness issue in IN_MULTICAST().
itojun
2000-08-15
1
-2
/
+2
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+662