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
2016-11-09
Do not call splsoftnet() recursively, this won't work with a lock.
Martin Pieuchot
2016-11-08
Use rtalloc(9) instead of ifa_ifwithnet().
Martin Pieuchot
2016-10-06
Remove redundant comments that say a function must be called at
Alexander Bluhm
2016-10-05
rt_timer_timer() needs a process context because it messes with the
Martin Pieuchot
2016-10-04
Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9).
Martin Pieuchot
2016-09-17
*** empty log message ***
Peter Hessler
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-13
Stop creating a BFD descriptor when the route is created.
Martin Pieuchot
2016-09-08
Call bfd_rtfree() when the route entry has been removed from the table,
Martin Pieuchot
2016-09-07
Only free the old cached next hop route if the new one is valid.
Martin Pieuchot
2016-09-04
Do not assume that an interface index of a route is still valid in
Alexander Bluhm
2016-09-04
Purge routes attached to an address when this address is removed.
Martin Pieuchot
2016-09-04
Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor things
Claudio Jeker
2016-09-03
Add in the (disabled) kernel glue for BFD
Peter Hessler
2016-09-01
Disable the RTF_UP kassert check in rtisvalid() for now as it can
Alexander Bluhm
2016-09-01
Move the RTF_LOCAL check that only makes sense for userland to
Martin Pieuchot
2016-08-31
Do not flush RTF_CLONED children when adding a new route.
Martin Pieuchot
2016-08-30
pool_setipl
David Gwynne
2016-08-22
Use rtalloc(9) instead of ifa_ifwithnet() to find an interface
Martin Pieuchot
2016-08-22
Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.
Martin Pieuchot
2016-08-19
Do not seroize a struct needed for RTM_RESOLVE in the hot path.
Martin Pieuchot
2016-08-16
Mask the ``prio'' prior to comparing it to RTP_LOCAL.
Martin Pieuchot
2016-07-22
Check for errors when deleting routes inside rtable_walk() and abort
Martin Pieuchot
2016-07-19
Return EAGAIN for every deleted route when detaching an interface.
Martin Pieuchot
2016-07-11
Path MTU discovery was slightly broken. I took two ICMP packets
Alexander Bluhm
2016-07-11
Revert the introduction of ``rt_addr''.
Martin Pieuchot
2016-06-14
Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it via
Martin Pieuchot
2016-06-14
Store the source address associated with a route in its own chunk of
Martin Pieuchot
2016-06-08
Revert previous, it breaks regression tests.
Martin Pieuchot
2016-06-07
Use rtalloc(9) instead of ifa_ifwithnet() to find an interface
Martin Pieuchot
2016-06-03
Remove superfluous parenthesis to shut up clang, from David Hill.
Martin Pieuchot
2016-06-03
set rt_expire times against time_uptime, not time_second.
David Gwynne
2016-06-01
s/stall/stale/ in a comment about old interfaces.
David Gwynne
2016-05-31
Flush dynamic route entries attached to an interface when its link state
Martin Pieuchot
2016-05-31
Plug a route entry leak triggered under memory pressure.
Martin Pieuchot
2016-05-02
Simplify life for routing table implementations by requiring that rtable_walk
Jonathan Matthew
2016-04-27
Remove unused arguments from rt_checkgate().
Martin Pieuchot
2016-03-26
Always include the route priority in routing messages.
Martin Pieuchot
2016-03-26
Do not populate RTAX_NETMASK when sending a routing message for RTF_HOST
Martin Pieuchot
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-02-26
L2 entries are always in the first table of a routing domain, this fixes
Theo de Raadt
2016-02-24
Fix ECMP routing by passing the correct destination address to the
Martin Pieuchot
2015-12-21
Pass the destination and mask to rtable_mpath_reprio() in order to not
Martin Pieuchot
2015-12-11
Do not pass a NULL ifp pointer to rtdeletemsg().
Martin Pieuchot
2015-12-09
Do not trigger a KASSERT() if the route we're trying to remove does not
Martin Pieuchot
2015-12-09
Do not trigger a KASSERT() when destroying/detaching an interface with
Martin Pieuchot
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-04
Move the KERNEL_LOCK from rt_match() to rtable_match().
Martin Pieuchot
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-03
Remove broadcast matching from ifa_ifwithaddr(), use in_broadcast() where
Vincent Gross
[next]