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
/
rtsock.c
Age
Commit message (
Expand
)
Author
2017-01-24
Introduce rt_report() a function that generates a route message from an
Claudio Jeker
2017-01-23
i botched the copyout to ifr->ifr_data in SIOCGIFDATA.
David Gwynne
2017-01-23
merge the ifnet and ifqueue stats together when userland wants them.
David Gwynne
2017-01-23
Zap some bad whitespace.
Kenneth R Westerback
2017-01-22
Cleanup error handling. Do not use 'goto flush' early on since the message
Claudio Jeker
2017-01-21
Change route_input to a non-variadic function and just pass the address
Claudio Jeker
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
2016-12-20
A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl
Alexander Bluhm
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-10-18
Place splsoftnet() in route_input() to shut up splassert warnings
Alexander Bluhm
2016-09-27
Protect sbappendaddr() and sorwakeup() with splsoftnet in
Alexander Bluhm
2016-09-24
a route message for BFD, so we can notify userland about the status.
Peter Hessler
2016-09-17
*** empty log message ***
Peter Hessler
2016-09-07
Rename rtable_mpath_next() into rtable_iterate() and make it do a proper
Martin Pieuchot
2016-09-05
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
Claudio Jeker
2016-09-04
Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor things
Claudio Jeker
2016-09-01
No longer needed to special case RTM_GET in these if statements since
Claudio Jeker
2016-09-01
Move RTM_GET into its own case block not intermixing it with RTM_CHANGE
Claudio Jeker
2016-09-01
Move the RTF_LOCAL check that only makes sense for userland to
Martin Pieuchot
2016-09-01
Use rtable_match() rather than rtalloc() when looking for an existing
Martin Pieuchot
2016-09-01
RTM_CHANGE should not allow to change the gateway of a mpath route.
Martin Pieuchot
2016-08-23
Update the L2 content of a RTF_CACHED entry instead of going though
Martin Pieuchot
2016-08-22
Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.
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-06-01
Remove ART-specific hack now that route reference counts is similar
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-01-12
Compare if the prefix lengths are equal rather than checking if the
Martin Pieuchot
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-03
Store an interface index instead of a pointer in the "struct rtentry".
Martin Pieuchot
2015-11-18
Do not dereference rt_ifp to call if_rtrequest.
Martin Pieuchot
2015-11-09
Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-
Martin Pieuchot
2015-11-02
Merge rtable_mpath_match() into rtable_lookup().
Martin Pieuchot
2015-10-30
Rename rtrequest1() to rtrequest().
Alexander Bluhm
2015-10-25
Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET
Claudio Jeker
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-25
Instead of doing the the if_get() dance for rt_missmsg(), change the
Alexander Bluhm
2015-10-24
Some rt_ifp to rt_ifidx conversions.
Martin Pieuchot
2015-10-23
It was possible to create a gateway route pointing to another gateway
Alexander Bluhm
2015-10-23
Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindex
Claudio Jeker
2015-10-22
Use only one refcounting mechanism for route entries.
Martin Pieuchot
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-09-21
Pass the correct variable to free(9) and while here add the size.
Martin Pieuchot
[next]