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