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_gif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct error handling during MAC transmission check for if_gif.
rwatson
2002-08-12
1
-2
/
+5
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-08-01
1
-1
/
+12
*
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
-7
/
+6
*
Remove __P.
alfred
2002-03-19
1
-5
/
+5
*
Simplify the interface cloning framework by handling unit
mux
2002-03-11
1
-46
/
+5
*
Change the network interface cloning API so the destroy function returns
brooks
2002-03-04
1
-2
/
+3
*
Fix warnings in the gif(4) driver so it compiles with -Werror.
brooks
2002-02-26
1
-4
/
+6
*
Make gif(4) nesting level and parallel tunnel support tunable at runtime
brooks
2002-02-26
1
-5
/
+27
*
Staticise private interface lists.
msmith
2002-01-08
1
-1
/
+1
*
/home/brooks/ng_gif.message
brooks
2001-09-26
1
-1
/
+19
*
Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.
brooks
2001-09-26
1
-6
/
+7
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-2
/
+1
*
gif(4) and stf(4) modernization:
brooks
2001-07-02
1
-71
/
+194
*
Suppress update ifnet.iflastchange when processing packets for SNMP
sumikawa
2001-06-19
1
-1
/
+0
*
Sync with recent KAME.
ume
2001-06-11
1
-54
/
+130
*
First, wrap the if_up() call into splimp()/splx() because
yar
2001-06-03
1
-2
/
+5
*
* 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
-12
/
+4
*
Temporary hack for the benefit of the X-Bone project
kris
2000-07-20
1
-0
/
+2
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-96
/
+239
*
IPv6 6to4 support.
shin
2000-03-11
1
-2
/
+17
*
Wrap if_up() by splnet.
shin
2000-02-27
1
-1
/
+7
*
Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.
peter
2000-01-29
1
-3
/
+0
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-0
/
+468