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
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
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-06-13
Copy the user provided sockaddr into a normalized sockaddr in rtrequest()
Claudio Jeker
2019-05-11
Make rt_mpls_set() be more strict in what it accepts. Also ensure that
Claudio Jeker
2019-03-03
Found some historical code. Don't cast the pointer for bzero to a different ...
Theo de Raadt
2019-02-15
Remove KASSERT() for now. It triggers when destroying lo(4) of a rdomain
Claudio Jeker
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2019-02-10
remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.
David Gwynne
2018-11-23
Change rtable_mpath_reprio() to take the prefixlen as argument instead of
Claudio Jeker
2018-09-27
Make sure the L2 entry is cloned before dereferencing its parent.
Martin Pieuchot
2018-07-11
superfluous newline
Henning Brauer
[next]