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
2015-10-14
Reset the RTF_CONNECTED flag when cloning an entry.
Martin Pieuchot
2015-10-14
Rewrite the logic around the dymanic array of routing tables to help
Martin Pieuchot
2015-10-13
Make sure RTF_LOCAL route entries are UP when added to the tree.
Martin Pieuchot
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-10-07
Move route entry debug helpers where they belong.
Martin Pieuchot
2015-10-07
Move the reference counting of a newly created route entry inside
Martin Pieuchot
2015-10-01
Revert previous, it also breaks naddy@'s nested NFS setup.
Martin Pieuchot
2015-09-30
Do not try to refetch a route at the L2 layer if the given one is DOWN
Martin Pieuchot
2015-09-28
Factors ou the route hashing code to implement Equal-Cost Multi-Path
Martin Pieuchot
2015-09-25
Ensure that RTF_LOCAL route entries always stay UP.
Martin Pieuchot
2015-09-23
Always increment rt_use inside rtalloc(9) instead of doing it in some
Martin Pieuchot
2015-09-22
When a connected route is deleted, pass the corresponding priority to
Martin Pieuchot
2015-09-21
Set the correct priority for connected routes.
Martin Pieuchot
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-12
Use rtref(9) in rtable_match() before returning a route entry.
Martin Pieuchot
2015-09-11
Stop supporting RTF_XRESOLVE, no daemon is doing resolution these
Martin Pieuchot
2015-09-11
Introduce rtref(9) use it in rtable_lookup() before returning a route
Martin Pieuchot
2015-09-11
Apply the link state change hook to RTF_LOCAL routes.
Martin Pieuchot
2015-09-11
Increment the reference count of CLONING routes before flushing all
Martin Pieuchot
2015-09-10
if_put after if_get
David Gwynne
2015-09-10
Stop supporting RTAX_IFP arguments with an interface name in the
Martin Pieuchot
2015-09-10
Use rtfree(9) rather than decrementing the reference counter.
Martin Pieuchot
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-09-03
Unconditionally set the RTF_UP flags when adding a route to the table.
Martin Pieuchot
2015-09-01
Introduce rtisvalid(9) a function to check if a (cached) route entry
Martin Pieuchot
2015-09-01
Do not try to find a possible ``ifa'' in rt_ifal_del(9) and trust the
Martin Pieuchot
2015-08-30
Use a global table for domains instead of building a list at run time.
Martin Pieuchot
2015-08-24
Always increment the reference counter of the returned route entry in
Martin Pieuchot
2015-08-20
Import an alternative routing table backend based on Yoichi Hariguchi's
Martin Pieuchot
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-19
Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa().
Martin Pieuchot
2015-08-18
Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPD
Martin Pieuchot
2015-08-17
Remove unused variable in rt_ifa_add(), prodded by bluhm@
Martin Pieuchot
2015-08-17
Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry
Martin Pieuchot
2015-08-17
Match the free(3) semantic and accept NULL pointers in rtfree(9).
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-16
Fix rn_match and there for the expoerted lookup functions in radix.c
Claudio Jeker
2015-06-29
Never cache a RTF_GATEWAY route as next hop for a gateway route.
Martin Pieuchot
2015-06-22
rtrequest1(9) error code path cleanup.
Martin Pieuchot
2015-06-06
Put the link-layer address back into the gateway field of RTF_LOCAL
Martin Pieuchot
2015-05-26
Store the IP address of the corresponding ifa in the rt_gateway field
Martin Pieuchot
2015-05-26
Normalize route destination before checking for MPATH conflicts.
Martin Pieuchot
2015-05-15
Allow multiple connected/interface routes to exist at the same time.
Claudio Jeker
2015-04-20
Remove a bad typo introduced in rev 1.185 and found by jsg@.
Martin Pieuchot
2015-03-26
Use rt_ifa_add(9) and rt_ifa_del(9) to configure MPLS labels.
Martin Pieuchot
2015-02-12
When purging the routes corresponding to an ifp, skip the routing tables
Martin Pieuchot
2015-02-11
Do not store the key and the gateway of a route entry in the same chunk
Martin Pieuchot
2015-02-10
In rt_if_track skip rtables that are not in the rdomain of the ifp.
Claudio Jeker
2015-02-06
Change rt_mpath_conflict() to not rely on an initialized rtentry when
Martin Pieuchot
2015-01-28
Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s
Martin Pieuchot
[prev]
[next]