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
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
1
-1
/
+1
*
Provide a public interface to rt_flushifroutes which takes the address
bz
2016-06-06
1
-0
/
+9
*
This change re-adds L2 caching for TCP and UDP, as originally added in D4306
gnn
2016-06-02
1
-0
/
+2
*
Fix compile errors after r297225:
bz
2016-03-24
1
-1
/
+1
*
FreeBSD previously provided route caching for TCP (and UDP). Re-add
gnn
2016-03-24
1
-0
/
+11
*
Merge SVN r295220 (bz) from projects/vnet/
dteske
2016-02-11
1
-0
/
+14
*
Fix flowtable part missed in r294706.
melifaro
2016-01-25
1
-1
/
+1
*
MFP r287070,r287073: split radix implementation and route table structure.
melifaro
2016-01-25
1
-70
/
+108
*
Fix panic in IP redirect. Panic was introduced in r293466.
melifaro
2016-01-14
1
-2
/
+2
*
Remove now-unused wrappers for various routing functions.
melifaro
2016-01-14
1
-60
/
+0
*
Remove RTF_RNH_LOCKED support from rtalloc1_fib().
melifaro
2016-01-13
1
-16
/
+5
*
(Temporarily) remove route_redirect_event eventhandler.
melifaro
2016-01-09
1
-13
/
+2
*
Please Coverity by removing unneccessary check (rt_key() is always set).
melifaro
2016-01-09
1
-1
/
+1
*
Do more fine-grained locking in rtrequest1_fib().
melifaro
2016-01-08
1
-30
/
+22
*
Add rib_lookup_info() to provide API for retrieving individual route
melifaro
2016-01-04
1
-0
/
+143
*
Fix PINNED routes handling.
melifaro
2015-12-13
1
-0
/
+3
*
Move RTF_PINNED handling to generic route code.
melifaro
2015-12-02
1
-29
/
+27
*
Fix LINT-NOIP kernels after r291467
ngie
2015-12-01
1
-0
/
+2
*
Move flowtable rte checks to separate function.
melifaro
2015-11-30
1
-50
/
+63
*
Add new rt_foreach_fib_walk_del() function for deleting route entries
melifaro
2015-11-30
1
-198
/
+245
*
Pass provided af instead of AF_UNSPEC to setwa_f callback.
melifaro
2015-11-14
1
-1
/
+1
*
Avoid passing an uninitialized 'i'. Currently nothing was depending on it
bdrewery
2015-10-29
1
-1
/
+1
*
Remove several compat functions from pre-fib era.
melifaro
2015-10-17
1
-7
/
+0
*
Fix the handling of IPv6 On-Link Redirects.
vangyzen
2015-09-14
1
-7
/
+17
*
Constantify lookup key in ifa_ifwith* functions.
melifaro
2015-09-05
1
-1
/
+1
*
Rename rt_foreach_fib() to rt_foreach_fib_walk().
melifaro
2015-08-10
1
-2
/
+10
*
MFP r274295:
melifaro
2015-08-08
1
-0
/
+91
*
Follow r256586 and rename the kernel version of the Free() macro to
loos
2015-07-30
1
-4
/
+4
*
Remove duplicate header entry.
araujo
2015-04-16
1
-1
/
+0
*
Finish r274175: do control plane MTU tracking.
melifaro
2014-11-17
1
-3
/
+99
*
Revert r274585: rte lock is properly destroyed in uma dtor callback.
melifaro
2014-11-16
1
-1
/
+0
*
Make witness happy: destroy rte lock before free.
melifaro
2014-11-16
1
-0
/
+1
*
Fix build.
melifaro
2014-11-06
1
-1
/
+1
*
Finish r274118: remove useless fields from struct domain.
melifaro
2014-11-06
1
-6
/
+1
*
Make checks for rt_mtu generic:
melifaro
2014-11-06
1
-3
/
+12
*
Make net.add_addr_allfibs vnet-local.
hrs
2014-09-21
1
-5
/
+5
*
Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and
asomers
2014-09-11
1
-18
/
+8
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-5
/
+2
*
Revert r267961, r267973:
gjb
2014-06-27
1
-2
/
+5
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-5
/
+2
*
Fix unintended KBI change from r264905. Add _fib versions of
asomers
2014-05-29
1
-5
/
+5
*
Remove additional fib checks from rtalloc1_fib.
melifaro
2014-05-03
1
-9
/
+0
*
Pass radix head ptr along with rte to rtexpunge().
melifaro
2014-05-03
1
-8
/
+1
*
Move rt_setmetrics() from rtsock.c to route.c.
melifaro
2014-04-29
1
-0
/
+19
*
Do not use senderr() in rtrequest1_fib_change().
melifaro
2014-04-29
1
-5
/
+2
*
Remove useless `register' declarations.
melifaro
2014-04-26
1
-9
/
+9
*
Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().
melifaro
2014-04-26
1
-0
/
+95
*
Unify sa_equal() macro usage.
melifaro
2014-04-26
1
-4
/
+0
*
Fix subnet and default routes on different FIBs on the same subnet.
asomers
2014-04-24
1
-5
/
+5
*
Fix host and network routes for new interfaces when net.add_addr_allfibs=0
asomers
2014-04-24
1
-1
/
+1
[next]