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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a public interface to rt_flushifroutes which takes the address
bz
2016-06-06
1
-0
/
+1
*
This change re-adds L2 caching for TCP and UDP, as originally added in D4306
gnn
2016-06-02
1
-3
/
+12
*
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
/
+23
*
MFP r287070,r287073: split radix implementation and route table structure.
melifaro
2016-01-25
1
-18
/
+4
*
Remove now-unused wrappers for various routing functions.
melifaro
2016-01-14
1
-12
/
+0
*
Remove RTF_RNH_LOCKED support from rtalloc1_fib().
melifaro
2016-01-13
1
-1
/
+1
*
Do not rewrite all ro_flags.
melifaro
2016-01-11
1
-1
/
+1
*
Fix userland build broken by r293470.
melifaro
2016-01-09
1
-0
/
+2
*
Finish r275196: do not dereference rtentry in if_output() routines.
melifaro
2016-01-09
1
-3
/
+20
*
Remove sys/eventhandler.h from net/route.h
melifaro
2016-01-09
1
-1
/
+0
*
(Temporarily) remove route_redirect_event eventhandler.
melifaro
2016-01-09
1
-2
/
+0
*
Add rib_lookup_info() to provide API for retrieving individual route
melifaro
2016-01-04
1
-0
/
+6
*
Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().
melifaro
2016-01-03
1
-4
/
+5
*
Implement interface link header precomputation API.
melifaro
2015-12-31
1
-3
/
+10
*
Provide additional lle data in IPv6 lltable dump used by ndp(8).
melifaro
2015-12-16
1
-0
/
+3
*
Merge helper fib* functions used for basic lookups.
melifaro
2015-12-08
1
-0
/
+31
*
Add new rt_foreach_fib_walk_del() function for deleting route entries
melifaro
2015-11-30
1
-7
/
+14
*
Remove several compat functions from pre-fib era.
melifaro
2015-10-17
1
-1
/
+0
*
Constantify lookup key in ifa_ifwith* functions.
melifaro
2015-09-05
1
-2
/
+2
*
Rename rt_foreach_fib() to rt_foreach_fib_walk().
melifaro
2015-08-10
1
-1
/
+1
*
MFP r274295:
melifaro
2015-08-08
1
-0
/
+5
*
Finish r274175: do control plane MTU tracking.
melifaro
2014-11-17
1
-1
/
+2
*
Fix build.
hrs
2014-09-21
1
-0
/
+2
*
Make net.add_addr_allfibs vnet-local.
hrs
2014-09-21
1
-1
/
+3
*
Pass radix head ptr along with rte to rtexpunge().
melifaro
2014-05-03
1
-1
/
+1
*
Move rt_setmetrics() from rtsock.c to route.c.
melifaro
2014-04-29
1
-0
/
+2
*
Unify sa_equal() macro usage.
melifaro
2014-04-26
1
-0
/
+4
*
garbage collect something that hasn't been triggered in almost 5 years...
jmg
2014-04-19
1
-3
/
+0
*
Garbage collect long time obsoleted (or never used) stuff from routing API.
glebius
2014-03-15
1
-31
/
+3
*
The route code used to mtx_destroy() a locked mutex before rtentry free. Now,
glebius
2014-03-05
1
-0
/
+4
*
Hide struct rtentry from userland.
glebius
2014-03-05
1
-0
/
+3
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
1
-21
/
+11
*
Simplify inet alias handling code: if we're adding/removing alias which
melifaro
2014-01-10
1
-0
/
+1
*
Split rt_newaddrmsg_fib() into two different functions.
melifaro
2014-01-09
1
-0
/
+5
*
Constanly use RT_ALL_FIBS everywhere instead of -1.
melifaro
2014-01-08
1
-1
/
+2
*
Due to the routing related networking kernel redesign work
qingli
2013-06-25
1
-0
/
+3
*
Fix long-standing issue with interface routes being unprotected:
melifaro
2013-03-08
1
-1
/
+1
*
When ip_output()/ip6_output() is supplied a struct route *ro argument,
glebius
2012-07-04
1
-1
/
+14
*
Hide kernel option ROUTETABLES evaluations in the implementation
bz
2012-03-18
1
-21
/
+0
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-0
/
+3
*
Pass the fibnum where we need filtering of the message on the
bz
2011-09-28
1
-0
/
+2
*
Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.
kmacy
2011-09-20
1
-0
/
+4
*
Garbage collect never used global, sysctl, externs.
bz
2011-06-21
1
-2
/
+0
*
Remove dead code.
dchagin
2011-03-20
1
-17
/
+0
*
Verify interface up status using its link state only
qingli
2010-03-16
1
-2
/
+1
*
The if_tap interface is of IFT_ETHERNET type, but it
qingli
2010-03-11
1
-1
/
+3
*
One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to
qingli
2010-03-09
1
-0
/
+2
*
The proxy arp entries could not be added into the system over the
qingli
2009-12-30
1
-0
/
+1
*
Add arp_update_event. This replaces route_arp_update_event, which
np
2009-09-08
1
-0
/
+1
[next]