index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
route.c
Age
Commit message (
Expand
)
Author
2024-03-31
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-02-29
revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()"
Christian Weisgerber
2024-02-27
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-02-22
Make the route cache aware of multipath routing.
Alexander Bluhm
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-02-09
Route cache function returns hit or miss.
Alexander Bluhm
2024-02-07
Add missing #ifdef INET6 to fix ramdisk build.
Alexander Bluhm
2024-02-07
Use the route generation number also for IPv6.
Alexander Bluhm
2024-02-05
Add netstat counter for route cache.
Alexander Bluhm
2024-01-31
Add route generation number to route cache.
Alexander Bluhm
2023-11-13
Fix rt_setgate() error handling.
Alexander Bluhm
2023-11-12
Use constant sockaddr in route lookup.
Alexander Bluhm
2023-11-12
rt_setgate performs a series of tweaks to an rtable and the routes in
David Gwynne
2023-11-10
rtable_match() takes constant destination.
Alexander Bluhm
2023-04-28
Add rtentry refcnt type to dt(4).
Vitaliy Makkoveev
2023-04-27
Remove kernel lock from rtfree(9).
Vitaliy Makkoveev
2023-04-27
Add `rttimer_mtx' to the locking description.
Vitaliy Makkoveev
2023-04-26
Introduce `rtlabel_mtx' mutex(9) to protect route labels storage. This
Vitaliy Makkoveev
2023-04-26
Remove +20y old rt_timer_init() comment
Klemens Nanni
2023-04-26
typofix rttimer comment
Klemens Nanni
2023-01-28
Revert the `rt_lock' rwlock(9) diff to fix the recursive
Vitaliy Makkoveev
2023-01-21
Introduce `rt_lock' rwlock(9) and use it instead of kernel lock to
Vitaliy Makkoveev
2022-08-29
Use struct refcnt for interface address reference counting.
Alexander Bluhm
2022-07-28
In the kernel exist functions to print routes, but they were not
Alexander Bluhm
2022-06-28
Use refcnt API for struct rtentry instead of hand-crafted atomic
Alexander Bluhm
2022-06-27
Rework the rttimer code. Instead of a global queue and a global timeout
Claudio Jeker
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-04-30
Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.
Claudio Jeker
2022-04-28
Route timers were not MP safe. Protect the global lists with a
Alexander Bluhm
2022-04-20
Fix white space and wrap long lines.
Alexander Bluhm
2022-04-20
Route timeout was a mixture of int, u_int and long. Use type int
Alexander Bluhm
2022-04-19
Use a pool instead of malloc for struct rttimer_queue. As routing
Alexander Bluhm
2022-04-19
Instead of a MP unsafe global variable to initialize at first use,
Alexander Bluhm
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2022-02-07
In rtredirect() change an bad assignment in an if condition to the
Claudio Jeker
2022-01-02
spelling
Jonathan Gray
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2021-03-10
spelling
Jonathan Gray
2020-10-29
Add feature to force the selection of source IP address
denis
2020-08-13
Use rtm_miss() rather than the simpler rtm_send() to send route delete
Jonathan Matthew
2020-07-28
Add size to free(9) calls
kn
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-04-20
Don't return stack garbage even if it is going to be
Kenneth R Westerback
2020-04-15
Do not delete an existing RTF_CACHED entry with the same destination
Martin Pieuchot
2020-04-10
Typo in comment.
Martin Pieuchot
2020-03-21
r1.244 introduced rt_hash() with careful checks of src for NULL at
Kenneth R Westerback
2020-03-10
The return value of rt_ifa_purge() is ignored, so stop
Kenneth R Westerback
2020-01-08
Fix confusion around rtlabelid and rtableid in rt_ifa_add() and rt_ifa_del().
Claudio Jeker
2019-06-24
Since the recent recursion fix in rtable_walk(), deleting an interface
Alexander Bluhm
[next]