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
2014-05-16
Do not put any link-layer address on the per-ifp lists or on the RB-
Martin Pieuchot
2014-04-25
Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!
Martin Pieuchot
2014-03-18
Rename rt_gettable() into rtable_get(), swap its arguments to be
Martin Pieuchot
2014-03-17
Remove pre-rt_getifa() code to find the address descriptor (ifa) related
Martin Pieuchot
2014-03-12
RTAX_IFP points to the "struct sockaddr_dl" corresponding to the
Martin Pieuchot
2014-02-13
Replace hand crafted routing label code with the rtlabel_id2sa()
Alexander Bluhm
2014-02-12
Add rtlabel to rt_newaddrmsg, From: Florian Riehm <mail at friehm dot de>
Henning Brauer
2014-01-22
Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will
Claudio Jeker
2014-01-21
Substitute crazy defines and convert some 0 to NULL.
Martin Pieuchot
2014-01-20
Get rid of the old routing message version 4 transition code before
Alexander Bluhm
2014-01-19
RTF_MPATH is a flag userland needs to be able to pass in since it is used
Claudio Jeker
2014-01-10
replace the rest of the obsolete radix macros
Ted Unangst
2014-01-09
replace Bcopy macro with memmove and memcpy. ok mpi
Ted Unangst
2013-11-01
The old routing messages compatibility code did not work on strict
Alexander Bluhm
2013-10-31
Convert the route expire timestamp in kernel and routing message
Alexander Bluhm
2013-10-20
rt_mpath_next() was always called with 0 in the last argument. So drop it.
Claudio Jeker
2013-10-20
Make sure that the RTM_DESYNC message is not filtered out. Also ensure that
Claudio Jeker
2013-08-28
Remove unused argument from *rtrequest()
Martin Pieuchot
2013-05-17
Do not attempt to delete the undeletable RNF_ROOT route.
Kenneth R Westerback
2013-03-15
change LIST_END to literal NULL for clarity.
Ted Unangst
2013-03-07
Remove the IFAFREE() macro, the ifafree() function it was calling already
Martin Pieuchot
2012-09-20
Fix a pair of typos in comments.
Bret Lambert
2012-09-19
Make rt_lookup return a pointer to an rtentry struct instead of
Bret Lambert
2012-09-19
More radix internals pushdown; place rn_mpath_next, which accepts and
Bret Lambert
2012-09-17
Whitespace change (excess indentation).
Bret Lambert
2012-03-28
Use p_p->ps_pid as pid in the route header instead of the thread pid. Give
Claudio Jeker
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-04
m_copyback is no longer a void function, so start using its error return
Bret Lambert
2011-04-03
Always reserve space in the routing socket for a desync mbuf. This allows
Joel Sing
2011-03-31
- use nitems(); no binary change
Jasper Lievisse Adriaanse
2011-02-14
free mbuf in failure case. fix for pr6562. ok claudio.
Ted Unangst
2011-01-06
dst my point to memory inside rt so move the check up before the
Claudio Jeker
2011-01-06
Minor style nit
Claudio Jeker
2010-10-28
Do not send route messages to userland processes that the kernel
Claudio Jeker
2010-10-11
Implement an rtsocket filter for rtableids. A process will initially
Claudio Jeker
2010-09-08
Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLS
Claudio Jeker
2010-09-02
don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE
Bret Lambert
2010-08-25
Let rtable_add() return usefull errnos so that the ioctl handler and the
Claudio Jeker
2010-08-24
last is a pointer so initialize to NULL and not 0. Also move initialization
Claudio Jeker
2010-07-14
The append side of a socketbuffer is not allowed to call sbflush().
Claudio Jeker
2010-07-14
if we produce a lot of rtsock messages it is possible we will hit a
David Gwynne
2010-07-09
When protocol filtering is used on the rtsocket filter only messages that
Claudio Jeker
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-06-28
Add the rtable id as an argument to rn_walktree(). Functions like
Claudio Jeker
2010-05-19
Require RTF_MPLS to be set when a mpls route is added or changed. To remove
Claudio Jeker
2010-04-21
Implement a way to get information about a rtable. Currently only the rtableid
Claudio Jeker
2010-03-23
Set rtm_mpls on RTM_GET so that we get the correct options on mpls routes.
Claudio Jeker
2010-02-09
Set the rtm_priority when sending RTM_ADD/RTM_DELETE messages out in
Claudio Jeker
2010-02-09
Correctly track RTF_UP on RTM_CHANGE. Since the interface can change
Claudio Jeker
2009-11-03
rtables are stacked on rdomains (it is possible to have multiple routing
Claudio Jeker
[next]