summaryrefslogtreecommitdiffstats
path: root/sys/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a deadlock with route change when the gateway address is non-local.Luiz Otavio O Souza2016-12-081-1/+1
* Provide a public interface to rt_flushifroutes which takes the addressbz2016-06-061-0/+1
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-3/+12
* Fix compile errors after r297225:bz2016-03-241-1/+1
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-0/+23
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-18/+4
* Remove now-unused wrappers for various routing functions.melifaro2016-01-141-12/+0
* Remove RTF_RNH_LOCKED support from rtalloc1_fib().melifaro2016-01-131-1/+1
* Do not rewrite all ro_flags.melifaro2016-01-111-1/+1
* Fix userland build broken by r293470.melifaro2016-01-091-0/+2
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-3/+20
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-1/+0
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-091-2/+0
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-041-0/+6
* Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-031-4/+5
* Implement interface link header precomputation API.melifaro2015-12-311-3/+10
* Provide additional lle data in IPv6 lltable dump used by ndp(8).melifaro2015-12-161-0/+3
* Merge helper fib* functions used for basic lookups.melifaro2015-12-081-0/+31
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-301-7/+14
* Remove several compat functions from pre-fib era.melifaro2015-10-171-1/+0
* Constantify lookup key in ifa_ifwith* functions.melifaro2015-09-051-2/+2
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-101-1/+1
* MFP r274295:melifaro2015-08-081-0/+5
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-1/+2
* Fix build.hrs2014-09-211-0/+2
* Make net.add_addr_allfibs vnet-local.hrs2014-09-211-1/+3
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-1/+1
* Move rt_setmetrics() from rtsock.c to route.c.melifaro2014-04-291-0/+2
* Unify sa_equal() macro usage.melifaro2014-04-261-0/+4
* garbage collect something that hasn't been triggered in almost 5 years...jmg2014-04-191-3/+0
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-151-31/+3
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,glebius2014-03-051-0/+4
* Hide struct rtentry from userland.glebius2014-03-051-0/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-21/+11
* Simplify inet alias handling code: if we're adding/removing alias whichmelifaro2014-01-101-0/+1
* Split rt_newaddrmsg_fib() into two different functions.melifaro2014-01-091-0/+5
* Constanly use RT_ALL_FIBS everywhere instead of -1.melifaro2014-01-081-1/+2
* Due to the routing related networking kernel redesign workqingli2013-06-251-0/+3
* Fix long-standing issue with interface routes being unprotected:melifaro2013-03-081-1/+1
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-1/+14
* Hide kernel option ROUTETABLES evaluations in the implementationbz2012-03-181-21/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+3
* Pass the fibnum where we need filtering of the message on thebz2011-09-281-0/+2
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-201-0/+4
* Garbage collect never used global, sysctl, externs.bz2011-06-211-2/+0
* Remove dead code.dchagin2011-03-201-17/+0
* Verify interface up status using its link state onlyqingli2010-03-161-2/+1
* The if_tap interface is of IFT_ETHERNET type, but itqingli2010-03-111-1/+3
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-0/+2
* The proxy arp entries could not be added into the system over theqingli2009-12-301-0/+1
OpenPOWER on IntegriCloud