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_gre.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove two unnecessary type casts, of which both had a typo in
qingli
2006-02-07
1
-2
/
+2
*
Fix stack corruptions on amd64.
bz
2006-01-21
1
-2
/
+2
*
Use sparse initializers for "struct domain" and "struct protosw",
ru
2005-11-09
1
-12
/
+20
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-9
/
+0
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
Change the reference counting to count the number of cloned interfaces for each
thompsa
2005-10-12
1
-17
/
+10
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-3
/
+4
*
Add support for IPv6 over GRE [1]. PR kern/80340 includes the
bz
2005-08-01
1
-3
/
+19
*
Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is a
bz
2005-06-28
1
-2
/
+8
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-1
/
+8
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-21
/
+22
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Set ip_v field properly.
sobomax
2004-08-05
1
-0
/
+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 memset() (!).
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
*
Add the comment of the previous commit to the source file directly.
andre
2004-04-23
1
-1
/
+5
*
Call ip_output() with IP_FORWARD flag to prevent it from overwriting the
andre
2004-04-23
1
-2
/
+2
*
Lock down global variables in if_gre:
rwatson
2004-03-22
1
-8
/
+33
*
Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.
sobomax
2004-01-30
1
-3
/
+2
*
Add support for WCCPv2. It should be enablem manually using link2
sobomax
2004-01-26
1
-0
/
+5
*
(whilespace-only)
sobomax
2004-01-26
1
-2
/
+2
*
Sync with NetBSD:
sobomax
2003-12-30
1
-12
/
+11
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-8
/
+1
*
Declare gre(4) as being of IFT_TUNNEL, Like God Intended.
bms
2003-12-09
1
-2
/
+2
*
Fix a bug whereby the physical endpoints of a gre(4) tunnel would not
bms
2003-11-14
1
-0
/
+7
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-6
/
+0
*
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
-1
/
+1
*
de-__P()
alfred
2002-10-16
1
-3
/
+3
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Since bpf is no longer an optional component, remove associated ifdef's.
sobomax
2002-10-02
1
-9
/
+0
*
Remove __RCSID().
sobomax
2002-09-17
1
-3
/
+0
*
Include include "opt_atalk.h" so that the NETATALK support can work.
bde
2002-09-16
1
-17
/
+1
*
Include <sys/systm.h> instead of depending on namespace pollution 2
bde
2002-09-15
1
-0
/
+1
*
Reduce namespace pollution by staticizing everything, which doesn't need to
sobomax
2002-09-06
1
-13
/
+15
*
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
sobomax
2002-09-06
1
-0
/
+781