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
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
2009-09-17
Remove the comaptibility structures for routing socket version 3.
Claudio Jeker
2009-07-07
When adding or changing a MPLS route, add RTF_MPLS flag to
Michele Marchetto
2009-06-26
the pr_usrreq implementation for routing sockets shares exactly one line
Bret Lambert
2009-06-22
Remove unneeded sotorawpcb() call, as the PCB is unmolested between
Bret Lambert
2009-06-20
Decrement routing socket count in MPLS detach case
Bret Lambert
2009-06-06
when xflags got changed, tell the userland by routing sockets
Rainer Giedat
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2009-05-31
Hide RTP_DOWN in the kernel and don't expose it to userland. Userland is
Claudio Jeker
2009-05-31
Fix for the rtfree 2 panic seen by some people before the release. A missing
Claudio Jeker
2009-04-18
Make "route(8) change" aware of MPLS.
Michele Marchetto
2009-02-03
Use our own flags to set the operations and not RTF_PROTOX.
Michele Marchetto
2009-01-28
Get rid of the ugly rtentry hack.
Michele Marchetto
2009-01-28
Implement basic routing socket filtering. It is possible to give a list --
Claudio Jeker
2009-01-08
Fix sockaddr_mpls structure.
Michele Marchetto
2009-01-03
Write back the priority the kernel used. Fixes a problem seen in ospfd when
Claudio Jeker
2008-12-12
Make sure that incomming routing messages don't have RTP_DOWN set. Mask
Claudio Jeker
2008-11-22
Allow rt_msg1() to get a NULL as struct rt_addrinfo this simplifies a few
Claudio Jeker
[next]