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