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
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-2
/
+2
*
Wrap using #ifdef 'notyet' those variables and statements not yet
araujo
2015-12-31
1
-4
/
+18
*
Check the size of data available in mbuf, before using them.
ae
2015-10-28
1
-0
/
+8
*
Add IFCAP_LINKSTATE support.
hrs
2015-10-03
1
-1
/
+6
*
Always detach encap handler when reconfiguring tunnel.
ae
2015-10-03
1
-1
/
+1
*
Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulated
ae
2015-05-12
1
-2
/
+15
*
Fix an error introduced in r274246.
ae
2015-01-10
1
-1
/
+1
*
Extern declarations in C files loses compile-time checking that
ae
2014-12-25
1
-10
/
+0
*
After r274246 make the tree compile again.
bz
2014-11-08
1
-0
/
+3
*
Overhaul if_gre(4).
ae
2014-11-07
1
-667
/
+702
*
- Virtualize interface cloner for gre(4). This fixes a panic when destroying
hrs
2014-09-21
1
-34
/
+36
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-9
/
+9
*
Increase errors, not queue drops, in cases the module is supplied
glebius
2014-09-19
1
-6
/
+6
*
Change pr_output's prototype to avoid the need for explicit casts.
kevlo
2014-08-15
1
-2
/
+2
*
Remove AppleTalk support.
glebius
2014-03-14
1
-6
/
+0
*
Remove never used ioctls that originate from KAME. The proof
glebius
2013-11-11
1
-42
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is
glebius
2013-09-11
1
-2
/
+0
*
Add IFF_MONITOR support to gre(4).
hrs
2013-05-11
1
-0
/
+6
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-11
/
+9
*
Use m_get/m_gethdr instead of compat macros.
glebius
2013-03-15
1
-2
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-3
/
+3
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-3
/
+0
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-8
/
+8
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
gre(4) was using a field in the softc to detect possible recursion.
bz
2011-06-18
1
-11
/
+72
*
Hide the outer IP addresses of a tunnel interfaces (gif(4), gre(4))
bz
2011-03-02
1
-0
/
+19
*
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
[next]