summaryrefslogtreecommitdiff
path: root/sys/netinet/in_rmx.c
AgeCommit message (Expand)Author
2025-12-04net: routing table attach never failsGleb Smirnoff
2025-02-21netinet: rename in_broadcast() to in_ifnet_broadcast()Gleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-31IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits
2022-08-01routing: add nhop(9) kpi.Alexander V. Chernikov
2020-11-22Refactor rib iterator functions.Alexander V. Chernikov
2020-10-03Introduce scalable route multipath.Alexander V. Chernikov
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-28Move net/route/shared.h definitions to net/route/route_var.h.Alexander V. Chernikov
2020-08-14Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov
2020-06-01* Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov
2020-06-01Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov
2020-06-01* Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov
2020-05-04Remove now-unused rt_ifp,rt_ifa,rt_gateway,rt_mtu rte fields.Alexander V. Chernikov
2020-04-28Move route_temporal.c and route_var.h to net/route.Alexander V. Chernikov
2020-04-28Eliminate now-unused parts of old routing KPI.Alexander V. Chernikov
2020-04-16Add nhop parameter to rti_filter callback.Alexander V. Chernikov
2020-04-14Plug netmask NULL check during route addition causing kernel panic.Alexander V. Chernikov
2020-04-12Introduce nexthop objects and new routing KPI.Alexander V. Chernikov
2020-04-11Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov
2020-02-12White space cleanup -- remove trailing tab's or spacesRandall Stewart
2020-01-22Bring back redirect route expiration.Alexander V. Chernikov
2020-01-09Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov
2019-10-07Widen NET_EPOCH coverage.Gleb Smirnoff
2016-02-03Code duplication but rib_head is special. Not found an easy way to goBjoern A. Zeeb
2016-01-25MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov
2016-01-14Remove now-unused wrappers for various routing functions.Alexander V. Chernikov
2015-12-22Since r256624 we've been leaking routing table allocationsBjoern A. Zeeb
2015-11-30Remove in_setifarnh definition.Alexander V. Chernikov
2015-11-30Add new rt_foreach_fib_walk_del() function for deleting route entriesAlexander V. Chernikov
2015-10-17Remove several compat functions from pre-fib era.Alexander V. Chernikov
2015-08-10Rename rt_foreach_fib() to rt_foreach_fib_walk().Alexander V. Chernikov
2015-08-08Fix compilation after r286458.Marius Strobl
2015-08-08MFP r274295:Alexander V. Chernikov
2014-11-11Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov
2014-11-07Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff
2014-11-06Make checks for rt_mtu generic:Alexander V. Chernikov
2014-11-05Remove old hack abusing domattach from NFS code.Alexander V. Chernikov
2014-10-01Remove lock init from radix.c.Alexander V. Chernikov
2014-05-03Fix panic on IPv4 address removal introduced in r265279.Alexander V. Chernikov
2014-05-03Pass radix head ptr along with rte to rtexpunge().Alexander V. Chernikov
2014-03-05- Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff
2013-11-01in_ifadown() can be void.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-10-13Cleanup documentation: cloning route support has been removed in r186119.Alexander V. Chernikov
2012-10-10Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect isAlexander V. Chernikov
2010-11-22After some off-list discussion, revert a number of changes to theDimitry Andric
2010-11-14Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric
2010-09-27Add a bandaid for a long-standing race condition during route entryXin LI