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
/
netinet
/
ip_gre.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-2
/
+2
*
Since m_pullup() can return a new mbuf, change gre_input2() to
glebius
2006-05-16
1
-23
/
+23
*
Convert last remaining function in ip_gre.c to ANSI C function
rwatson
2006-01-22
1
-3
/
+1
*
Fix stack corruptions on amd64.
bz
2006-01-21
1
-25
/
+3
*
Add support for IPv6 over GRE [1]. PR kern/80340 includes the
bz
2005-08-01
1
-3
/
+12
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-11
/
+11
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-3
/
+3
*
Lock down global variables in if_gre:
rwatson
2004-03-22
1
-1
/
+12
*
Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.
sobomax
2004-01-30
1
-1
/
+1
*
Add support for WCCPv2. It should be enablem manually using link2
sobomax
2004-01-26
1
-3
/
+6
*
(whilespace-only)
sobomax
2004-01-26
1
-3
/
+3
*
Sync with NetBSD:
sobomax
2003-12-30
1
-22
/
+45
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-15
/
+3
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-11
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-26
/
+7
*
MFS: recognize gre packets used in the WCCP protocol.
sobomax
2002-12-07
1
-1
/
+2
*
track bpf changes
sam
2002-11-14
1
-2
/
+2
*
de-__P().
alfred
2002-10-16
1
-2
/
+2
*
Since bpf is no longer an optional component, remove associated ifdef's.
sobomax
2002-10-02
1
-7
/
+2
*
Remove __RCSID().
sobomax
2002-09-17
1
-3
/
+0
*
Remove superfluous break.
sobomax
2002-09-10
1
-1
/
+0
*
Reduce namespace pollution by staticizing everything, which doesn't need to
sobomax
2002-09-06
1
-4
/
+4
*
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
sobomax
2002-09-06
1
-0
/
+360