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_stf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve debug, remove some unnecessary messages.
Luiz Souza
2017-08-23
1
-19
/
+10
*
Fix the address encoding algorithm when the v4 prefixlen is not 0 or 32.
Luiz Souza
2017-08-23
1
-11
/
+8
*
Set the IFF_DRV_RUNNING on if_stf, otherwise the DAD timer will force the ten...
Luiz Souza
2017-08-22
1
-0
/
+8
*
Fix the import of 6rd to accept inet6 addresses other than 2002::.
Luiz Souza
2017-08-11
1
-9
/
+4
*
Fix the build. Set the variables before use.
Luiz Souza
2017-08-10
1
-4
/
+5
*
Fix a mismerge/infinite recursion in the recent import of the 6rd.patch.
Luiz Souza
2017-08-10
1
-2
/
+0
*
Import the pfSense patch stf_6rd.diff
Luiz Souza
2017-08-03
1
-121
/
+534
*
Update the interface name before return and fix the kernel panic when pf is l...
Luiz Otavio O Souza
2017-07-20
1
-1
/
+20
*
Convert if_stf(4) to new routing api.
melifaro
2015-12-16
1
-20
/
+8
*
Ansify if_stf.c
ae
2015-07-31
1
-24
/
+7
*
Build if_stf(4) module only when both INET and INET6 support are enabled.
ae
2015-07-30
1
-3
/
+0
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
1
-3
/
+6
*
Remove if_stf.h. It contains only one function declaration used by if_stf(4).
ae
2014-12-23
1
-3
/
+3
*
Remove unneded check. No need to do m_pullup to the size that we prepended.
ae
2014-12-02
1
-2
/
+0
*
Make checks for rt_mtu generic:
melifaro
2014-11-06
1
-13
/
+0
*
* Remove route caching in if_stf.
melifaro
2014-10-17
1
-75
/
+20
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-9
/
+9
*
Change pr_output's prototype to avoid the need for explicit casts.
kevlo
2014-08-15
1
-1
/
+1
*
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
kevlo
2014-08-08
1
-11
/
+12
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-2
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+2
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-2
/
+1
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-21
/
+8
*
Add an ability to set net.link.stf.permit_rfc1918 from the loader.
ae
2012-12-27
1
-1
/
+2
*
Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allow
ae
2012-12-27
1
-2
/
+7
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-1
/
+1
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-7
/
+8
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Unexpand a couple of TAILQ_FOREACH()s.
jhb
2012-08-17
1
-4
/
+1
*
Permit changing MTU in 6to4 relay.
melifaro
2012-07-15
1
-2
/
+14
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
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
-3
/
+0
*
Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather
rwatson
2009-06-26
1
-3
/
+3
*
Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the
rwatson
2009-06-25
1
-1
/
+5
*
Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than
rwatson
2009-06-24
1
-1
/
+9
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Prefer ifa_link (structure field) to ifa_list (macro alias for it).
rwatson
2009-04-20
1
-1
/
+1
*
Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for the
rwatson
2009-04-20
1
-1
/
+4
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-3
/
+3
*
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
/
+2
*
Some people's 6to4 routers seem to have been blowing up because of
dwmalone
2008-09-25
1
-6
/
+30
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
[next]