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.h
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-05
Move route_cache() declaration from net/route.h to netinet/in.h.
Kenji Aoyama
2024-01-31
Add route generation number to route cache.
Alexander Bluhm
2023-11-12
Use constant sockaddr in route lookup.
Alexander Bluhm
2023-11-12
rt_gateway and rt_gwroute use X protections now.
David Gwynne
2023-11-11
start documenting the protections or locks needed for struct rtentry fields.
David Gwynne
2023-11-10
rtable_match() takes constant destination.
Alexander Bluhm
2023-04-26
Introduce `rtlabel_mtx' mutex(9) to protect route labels storage. This
Vitaliy Makkoveev
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-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
Instead of a MP unsafe global variable to initialize at first use,
Alexander Bluhm
2021-11-12
"netconfigd" is now better known as resolvd(8)
Theo de Raadt
2021-11-10
Give sppp(4) its own RTP_PROPOSAL priority
Bjorn Ketelaars
2021-03-17
Hide kernel internals from userland by wrapping more bits in _KERNEL blocks.
Claudio Jeker
2021-03-10
spelling
Jonathan Gray
2020-10-29
Add feature to force the selection of source IP address
denis
2020-08-13
Add a ROUTE_FLAGFILTER socket option for routing sockets, allowing
Jonathan Matthew
2020-03-10
The return value of rt_ifa_purge() is ignored, so stop
Kenneth R Westerback
2019-11-23
Move srtdnstosa() static inline function under #ifdef _KERNEL. This way
Claudio Jeker
2019-11-22
Add rtm_proposal, a function to send out RTM_PROPOSAL messages from the
Claudio Jeker
2019-11-09
Forgot comment requested by deraadt in previous.
Florian Obser
2019-11-09
Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposals
Florian Obser
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-04-28
Fix reading route entries via kvm(3).
Martin Pieuchot
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2018-11-12
Add new routing socket message RTM_80211INFO to provide details of
Kenneth R Westerback
2018-07-12
Introduce RTM_CHGADDRATTR to inform userland on the route socket when
Florian Obser
2018-07-01
Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.
Martin Pieuchot
2018-06-25
Factorize MPLS setup/teardown into two functions.
Martin Pieuchot
2018-04-24
Remove unused rtentry parameter.
Florian Obser
2018-02-11
Add a ROUTE_PRIOFILTER socket option for roueing sockets that
Sebastian Benoit
2017-08-02
Fix rtable regression tests.
Martin Pieuchot
2017-07-30
Enable mpath support in the Allotment Routing Table (ART) on the ramdisk.
Florian Obser
2017-07-30
Switch installer to Allotment Routing Table (ART).
Florian Obser
2017-07-28
Add an error argument to rtm_send() instead of rerolling it inside
Martin Pieuchot
2017-07-24
rt_getifa() is only needed for routing commands submited by userland.
Martin Pieuchot
2017-06-09
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
Martin Pieuchot
2017-05-21
Fix copy/paste in comment.
Jeremie Courreges-Anglas
[next]