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
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
2015-09-11
Introduce rtref(9) use it in rtable_lookup() before returning a route
Martin Pieuchot
2015-08-24
Always increment the reference counter of the returned route entry in
Martin Pieuchot
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-17
Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry
Martin Pieuchot
2015-07-18
NET_RT_DUMP is dumb and tries to iterates over all possible AF tables
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-18
On systems with a full routing table (550k+), we often want to be able to
Peter Hessler
2015-07-16
Fix rn_match and there for the expoerted lookup functions in radix.c
Claudio Jeker
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-06-30
Get rid of the undocumented & temporary* m_copy() macro added for
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
[next]