aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* netlink: Add RTA_PREFSRC supportPouria Mousavizadeh Tehrani2026-07-281-0/+1
* routing: Subscribe nhops to ifnet link eventsPouria Mousavizadeh Tehrani2026-07-111-3/+1
* routing: Add support for metricPouria Mousavizadeh Tehrani2026-05-201-2/+5
* net/route: Add an eventhandler for rt_numfibs changesMark Johnston2026-03-301-0/+6
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-271-17/+0
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-0/+1
* net: route: convert routing statistics to a sysctlKyle Evans2024-10-241-0/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* netlink: add rtsock-compatible header to use with netlink snl(3).Alexander V. Chernikov2023-03-091-0/+7
* netlink: add interface notification on link status / flags change.Alexander V. Chernikov2022-12-091-1/+1
* protosw: retire pr_slowtimo and pr_fasttimoGleb Smirnoff2022-08-171-3/+0
* routing: retire rib_lookup_info()Alexander V. Chernikov2022-08-151-3/+0
* rtsock: subscribe to ifnet eventhandlers instead of direct calls.Alexander V. Chernikov2022-08-111-1/+0
* routing: split nexthop creation and rtentry creation.Alexander V. Chernikov2022-08-101-1/+2
* net(3): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* routing: Add unified level-based logging support for the routing subsystem.Alexander V. Chernikov2021-12-291-0/+1
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-0/+4
* Re-enable network ioctls in capability modeMark Johnston2021-04-231-3/+1
* capsicum: Limit socket operations in capability modeMark Johnston2021-04-071-1/+3
* Flush remaining routes from the routing table during VNET shutdown.Alexander V. Chernikov2021-03-101-1/+1
* Remove now-unused RTF_RNH_LOCKED route flag.Alexander V. Chernikov2021-02-151-1/+1
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-161-5/+0
* Refactor rt_addrmsg() and rt_routemsg().Alexander V. Chernikov2021-01-071-5/+1
* Renumber NHR_* flags after NHR_IFAIF removal in r368127.Alexander V. Chernikov2020-11-301-4/+2
* Refactor fib4/fib6 functions.Alexander V. Chernikov2020-11-291-0/+1
* Cleanup nexthops request flags:Alexander V. Chernikov2020-11-281-2/+1
* Refactor rib iterator functions.Alexander V. Chernikov2020-11-221-2/+2
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-181-0/+34
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-0/+5
* Rework part of routing code to reduce difference to D26449.Alexander V. Chernikov2020-09-211-0/+4
* Make net.fibs growable.Alexander V. Chernikov2020-08-211-2/+5
* Move rtzone handling code to net/route_ctl.cAlexander V. Chernikov2020-08-131-9/+0
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-211-3/+0
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-191-0/+3
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-191-3/+0
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-011-10/+0
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-011-0/+10
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-011-10/+0
* Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov2020-05-231-2/+0
* Remove rtalloc1(_fib) KPI.Alexander V. Chernikov2020-05-101-4/+0
* Embed dst sockaddr into rtentry and remove rte packet counterAlexander V. Chernikov2020-05-081-1/+0
* Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it.Alexander V. Chernikov2020-05-071-0/+2
* Move route-specific ddb commands to route/route_ddb.cAlexander V. Chernikov2020-04-281-0/+2
* Move struct rtentry definition to nhop_var.h.Alexander V. Chernikov2020-04-281-83/+0
* Eliminate now-unused parts of old routing KPI.Alexander V. Chernikov2020-04-281-1/+0
* Fix userland build broken by r360292.Alexander V. Chernikov2020-04-251-0/+1
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-18/+13
* Fix userland build broken by r360014.Alexander V. Chernikov2020-04-161-0/+1
* Add nhop parameter to rti_filter callback.Alexander V. Chernikov2020-04-161-1/+2