summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-0/+14
* Fix flowtable part missed in r294706.melifaro2016-01-251-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-70/+108
* Fix panic in IP redirect. Panic was introduced in r293466.melifaro2016-01-141-2/+2
* Remove now-unused wrappers for various routing functions.melifaro2016-01-141-60/+0
* Remove RTF_RNH_LOCKED support from rtalloc1_fib().melifaro2016-01-131-16/+5
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-091-13/+2
* Please Coverity by removing unneccessary check (rt_key() is always set).melifaro2016-01-091-1/+1
* Do more fine-grained locking in rtrequest1_fib().melifaro2016-01-081-30/+22
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-041-0/+143
* Fix PINNED routes handling.melifaro2015-12-131-0/+3
* Move RTF_PINNED handling to generic route code.melifaro2015-12-021-29/+27
* Fix LINT-NOIP kernels after r291467ngie2015-12-011-0/+2
* Move flowtable rte checks to separate function.melifaro2015-11-301-50/+63
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-301-198/+245
* Pass provided af instead of AF_UNSPEC to setwa_f callback.melifaro2015-11-141-1/+1
* Avoid passing an uninitialized 'i'. Currently nothing was depending on itbdrewery2015-10-291-1/+1
* Remove several compat functions from pre-fib era.melifaro2015-10-171-7/+0
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-141-7/+17
* Constantify lookup key in ifa_ifwith* functions.melifaro2015-09-051-1/+1
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-101-2/+10
* MFP r274295:melifaro2015-08-081-0/+91
* Follow r256586 and rename the kernel version of the Free() macro toloos2015-07-301-4/+4
* Remove duplicate header entry.araujo2015-04-161-1/+0
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-3/+99
* Revert r274585: rte lock is properly destroyed in uma dtor callback.melifaro2014-11-161-1/+0
* Make witness happy: destroy rte lock before free.melifaro2014-11-161-0/+1
* Fix build.melifaro2014-11-061-1/+1
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-6/+1
* Make checks for rt_mtu generic:melifaro2014-11-061-3/+12
* Make net.add_addr_allfibs vnet-local.hrs2014-09-211-5/+5
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-18/+8
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-5/+2
* Revert r267961, r267973:gjb2014-06-271-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-5/+2
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-5/+5
* Remove additional fib checks from rtalloc1_fib.melifaro2014-05-031-9/+0
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-8/+1
* Move rt_setmetrics() from rtsock.c to route.c.melifaro2014-04-291-0/+19
* Do not use senderr() in rtrequest1_fib_change().melifaro2014-04-291-5/+2
* Remove useless `register' declarations.melifaro2014-04-261-9/+9
* Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().melifaro2014-04-261-0/+95
* Unify sa_equal() macro usage.melifaro2014-04-261-4/+0
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-5/+5
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-1/+1
* Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(),tuexen2014-04-071-10/+10
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-151-9/+0
* The route code used to mtx_destroy() a locked mutex before rtentry free. Now,glebius2014-03-051-1/+9
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-9/+39
* Revert previous commit (262727) and bounce patch back to thegnn2014-03-041-3/+2
OpenPOWER on IntegriCloud