summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-5/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Move net/route/shared.h definitions to net/route/route_var.h.Alexander V. Chernikov2020-08-281-1/+0
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-141-16/+8
* Fix rib_subscribe() waitok flag by performing allocation outside epoch.Alexander V. Chernikov2020-08-111-7/+4
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-211-11/+0
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-191-0/+11
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-191-11/+0
* Switch inet6 default route subscription to the new rib subscription api.Alexander V. Chernikov2020-07-121-0/+8
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-011-0/+1
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-011-1/+0
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-011-0/+1
* Remove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte fields.Alexander V. Chernikov2020-05-041-52/+0
* Move route_temporal.c and route_var.h to net/route.Alexander V. Chernikov2020-04-281-1/+1
* Eliminate now-unused parts of old routing KPI.Alexander V. Chernikov2020-04-281-20/+0
* Plug netmask NULL check during route addition causing kernel panic.Alexander V. Chernikov2020-04-141-1/+1
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+40
* Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov2020-04-111-0/+5
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-8/+0
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-091-3/+4
* Remove useless code from in6_rmx.cAlexander V. Chernikov2019-12-181-63/+0
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Code duplication but rib_head is special. Not found an easy way to goBjoern A. Zeeb2016-02-031-1/+3
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-10/+9
* Remove prefix check from in6_addroute().Alexander V. Chernikov2016-01-091-29/+1
* Remove superfluous return (1) missed in r292601.Bjoern A. Zeeb2015-12-231-1/+0
* Since r256624 we've been leaking routing table allocationsBjoern A. Zeeb2015-12-221-0/+1
* Rename rt_foreach_fib() to rt_foreach_fib_walk().Alexander V. Chernikov2015-08-101-2/+3
* MFP r274295:Alexander V. Chernikov2015-08-081-21/+9
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-19/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-1/+1
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-2/+12
* Remove old hack abusing domattach from NFS code.Alexander V. Chernikov2014-11-051-9/+2
* Remove lock init from radix.c.Alexander V. Chernikov2014-10-011-1/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-6/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirectsAlexander V. Chernikov2012-10-221-156/+0
* Cleanup documentation: cloning route support has been removed in r186119.Alexander V. Chernikov2012-10-131-13/+0
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-33/+51
* Provide the IPv6 counterpart to the extended IPv4 rtalloc(9) KPI.Bjoern A. Zeeb2012-02-031-0/+40
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-6/+6
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-6/+6
* Add a bandaid for a long-standing race condition during route entryXin LI2010-09-271-1/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-14/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-6/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-25/+20
* In r194702 I meant to remove vnet.h which is no longer needed, not route.h.Bjoern A. Zeeb2009-06-231-1/+1