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
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
1
-7
/
+0
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-4
/
+0
*
Add the explicit include of vimage.h to another five .c files still
bz
2009-06-17
1
-0
/
+1
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+3
*
Add support for actually sending WCCP return packets via GRE.
julian
2008-07-20
1
-3
/
+9
*
change a variable name ot stop it from colliding with other names in
julian
2008-06-26
1
-7
/
+7
*
Add support for the optional key in the GRE header.
thompsa
2008-06-20
1
-3
/
+44
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-1
/
+6
*
Replace really convoluted code that simplifies to "a ^= 0x01;"
julian
2008-03-19
1
-9
/
+2
*
Sync comments to code: we now use priv_check() rather than suser() to
rwatson
2007-06-26
1
-16
/
+16
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-9
/
+63
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-1
/
+0
*
Revise network interface cloning to take an optional opaque
sam
2006-07-09
1
-2
/
+3
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-1
/
+1
*
Correct test for fragmented packet.
hsu
2006-05-11
1
-1
/
+1
*
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
[next]