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
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
2018-06-25
Factorize MPLS setup/teardown into two functions.
Martin Pieuchot
2018-06-11
Push the KERNEL_LOCK() inside route_input().
Martin Pieuchot
2018-04-24
Remove unused rtentry parameter.
Florian Obser
2018-02-22
Always reallocate a new memory chunk when changing the gateway of a
Martin Pieuchot
2018-02-20
Removing an RTF_CLONING route entry should not invalidate an RTF_CACHED
Martin Pieuchot
2018-02-10
If the kernel fails to clone an entry, report rtrequest(9) error.
Martin Pieuchot
2018-02-08
When multiple RTF_CLONING routes for the same subnet are present, use
Martin Pieuchot
2018-01-02
Move the cloning bits in their own function.
Martin Pieuchot
2017-11-29
Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_del
Claudio Jeker
2017-09-05
Restart the iteration when a multipath list is re-ordered to make sure
Martin Pieuchot
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-02
Move a sanity check that only makes sense for userland where it belongs.
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-27
Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg().
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-06-07
Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals
Martin Pieuchot
2017-05-27
In ifa_ifwithroute() the rtalloc() needs to be done against the rdomain
Claudio Jeker
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-02
Allow MPLS switching and VPLS across rdomains.
Renato Westphal
2017-02-28
Use rtable_match() rather than rtalloc(9) when adding a new route.
Martin Pieuchot
2017-02-15
Replace manual loops with FOREACH macro.
Alexander Bluhm
2017-02-05
Always allocate counters memory using type M_COUNTERS.
Jeremie Courreges-Anglas
[next]