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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extern declarations in C files loses compile-time checking that
ae
2014-12-25
1
-0
/
+9
*
Overhaul if_gre(4).
ae
2014-11-07
1
-139
/
+73
*
- Virtualize interface cloner for gre(4). This fixes a panic when destroying
hrs
2014-09-21
1
-2
/
+10
*
gre(4) was using a field in the softc to detect possible recursion.
bz
2011-06-18
1
-2
/
+0
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
1
-7
/
+0
*
Add support for the optional key in the GRE header.
thompsa
2008-06-20
1
-0
/
+7
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-0
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Lock down global variables in if_gre:
rwatson
2004-03-22
1
-0
/
+1
*
Add support for WCCPv2. It should be enablem manually using link2
sobomax
2004-01-26
1
-0
/
+12
*
(whilespace-only)
sobomax
2004-01-26
1
-9
/
+9
*
Sync with NetBSD:
sobomax
2003-12-30
1
-3
/
+3
*
MFS: recognize gre packets used in the WCCP protocol.
sobomax
2002-12-07
1
-0
/
+7
*
s/__attribute__((__packed__))/__packed/g
alfred
2002-09-23
1
-4
/
+4
*
Prevent namespace pollution in use-land by putting everything used only in
sobomax
2002-09-09
1
-0
/
+3
*
Remove #include <netinet/ip.h>.
sobomax
2002-09-07
1
-4
/
+0
*
Include <netinet/ip.h> to unbreak kdump. I don't know why does kdump
sobomax
2002-09-06
1
-0
/
+4
*
Reduce namespace pollution by staticizing everything, which doesn't need to
sobomax
2002-09-06
1
-4
/
+0
*
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
sobomax
2002-09-06
1
-0
/
+166