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
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
2017-03-07
Do not grab the NET_LOCK() for routing sockets operations.
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-03-02
Implement a new routing message RTM_PROPOSAL that communicates
Kenneth R Westerback
2017-01-23
Add comment above rtm_type #define's.
Kenneth R Westerback
2017-01-23
Add comment above rtm_flags #define's.
Kenneth R Westerback
2017-01-23
Typo in comment. It's 'rtm_addrs', not 'rtm_addr'
Kenneth R Westerback
2017-01-22
Zap some bad whitespace.
Kenneth R Westerback
2017-01-20
use per-cpu counters for rtstat.
David Gwynne
2017-01-19
add hooks so we can query the current state of a BFD session
Peter Hessler
2017-01-19
use a space instead of a tab, for consistancy
Peter Hessler
2016-11-21
Kill rtioctl() stub, returning EOPNOTSUPP since tree import.
Martin Pieuchot
2016-09-24
a route message for BFD, so we can notify userland about the status.
Peter Hessler
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-08-31
Remove unused RTF_MASK route flag.
Alexander Bluhm
2016-08-31
G/C rt_defmask4.
Martin Pieuchot
2016-08-22
Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.
Martin Pieuchot
2016-07-13
Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such
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-03
set rt_expire times against time_uptime, not time_second.
David Gwynne
2016-04-27
Remove unused arguments from rt_checkgate().
Martin Pieuchot
2016-03-30
Implement proxy ARP for ART based on mpath support.
Martin Pieuchot
2016-03-26
Always include the route priority in routing messages.
Martin Pieuchot
2016-02-24
Fix ECMP routing by passing the correct destination address to the
Martin Pieuchot
[next]