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
*
Add some initial locking to gif(4). It doesn't covers the whole driver,
glebius
2006-01-30
1
-24
/
+15
*
Add RFC 3378 EtherIP support. This change makes it possible to add gif
thompsa
2005-12-21
1
-4
/
+67
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-9
/
+0
*
Change the reference counting to count the number of cloned interfaces for each
thompsa
2005-10-12
1
-16
/
+8
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-6
/
+6
*
scope cleanup. with this change
ume
2005-07-25
1
-0
/
+25
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-2
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-22
/
+27
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Use M_ZERO instead of bzero().
bms
2004-07-06
1
-2
/
+1
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-2
/
+2
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Staticize <if>_clone_{create,destroy} functions.
brooks
2004-04-14
1
-4
/
+4
*
Properly detect loops by recording the interface pointer in an mtag.
ru
2004-04-05
1
-20
/
+30
*
Lock down global variables in if_gif:
rwatson
2004-03-22
1
-9
/
+50
*
Move "called", a static function variable used to detect recursive
rwatson
2004-03-22
1
-4
/
+11
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-28
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-8
/
+1
*
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
*
network interface and link layer changes:
sam
2002-11-15
1
-2
/
+2
*
last arg of in6?_gif_output() is not used any more.
ume
2002-10-17
1
-2
/
+2
*
- drop too short IPv6 frame
ume
2002-10-17
1
-10
/
+15
*
s/gifp/ifp/
ume
2002-10-17
1
-11
/
+11
*
- after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.
ume
2002-10-16
1
-133
/
+157
*
Revert 1.27, as it breaks IPv6 over IPv4 tunnels.
sobomax
2002-09-26
1
-2
/
+2
*
mistakenly set IFF_UP by SIOCSIFPHYADDR.
ume
2002-09-20
1
-4
/
+0
*
Restore original behaviour of recursion preventer.
sobomax
2002-09-13
1
-4
/
+7
*
Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE
sobomax
2002-09-09
1
-2
/
+2
*
Make recursion prevention variable per-instance and remove XXX comment
sobomax
2002-09-05
1
-7
/
+4
*
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
[next]