aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor rib iterator functions.Alexander V. Chernikov2020-11-221-1/+1
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-5/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+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-17/+7
* * 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-58/+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-11/+0
* Add nhop parameter to rti_filter callback.Alexander V. Chernikov2020-04-161-3/+4
* Plug netmask NULL check during route addition causing kernel panic.Alexander V. Chernikov2020-04-141-1/+2
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+64
* Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov2020-04-111-0/+5
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-11/+0
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-091-3/+3
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-4/+9
* Code duplication but rib_head is special. Not found an easy way to goBjoern A. Zeeb2016-02-031-1/+2
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-8/+8
* Remove now-unused wrappers for various routing functions.Alexander V. Chernikov2016-01-141-12/+0
* Since r256624 we've been leaking routing table allocationsBjoern A. Zeeb2015-12-221-1/+1
* Remove in_setifarnh definition.Alexander V. Chernikov2015-11-301-3/+0
* Add new rt_foreach_fib_walk_del() function for deleting route entriesAlexander V. Chernikov2015-11-301-40/+6
* Remove several compat functions from pre-fib era.Alexander V. Chernikov2015-10-171-20/+0
* Rename rt_foreach_fib() to rt_foreach_fib_walk().Alexander V. Chernikov2015-08-101-1/+1
* Fix compilation after r286458.Marius Strobl2015-08-081-2/+0
* MFP r274295:Alexander V. Chernikov2015-08-081-14/+22
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-241/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-3/+3
* 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-11/+0
* Remove lock init from radix.c.Alexander V. Chernikov2014-10-011-1/+3
* Fix panic on IPv4 address removal introduced in r265279.Alexander V. Chernikov2014-05-031-0/+1
* Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov2014-05-031-4/+4
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-12/+8
* in_ifadown() can be void.Gleb Smirnoff2013-11-011-4/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Cleanup documentation: cloning route support has been removed in r186119.Alexander V. Chernikov2012-10-131-13/+0
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect isAlexander V. Chernikov2012-10-101-1/+10
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-5/+5
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-5/+5
* Add a bandaid for a long-standing race condition during route entryXin LI2010-09-271-2/+3
* MFp4 @181628:Bjoern A. Zeeb2010-07-311-6/+20
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-13/+8
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-5/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-22/+18