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
*
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