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
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
2008-11-21
Change rn_mpath_next() to be able to walk over the full multipath list
Claudio Jeker
2008-08-07
Remove workaround used for the 4.4 release. More route prio stuff is comming
Claudio Jeker
2008-08-01
force route priority to RTP_DEFAULT unconditionally, effectively disabling
Henning Brauer
2008-07-28
Align the route message length to the next natural boundary via ALIGN() to
Claudio Jeker
2008-06-13
Change the logic when selecting routes on RTM_CHANGE & RTM_GET. RTM_CHANGE
Claudio Jeker
2008-06-13
Cleanup a bit. Instead of doing dst = 0 in every error handling block init
Claudio Jeker
2008-05-23
Deal with the situation when TCP nfs mounts timeout and processes
Thordur I. Bjornsson
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2008-04-23
Import MPLS (Multi Protocol Label Switching)
Esben Norby
2007-09-15
malloc sweep:
Henning Brauer
2007-09-09
Only clear the message header if it is called from a sysctl walk. This
Claudio Jeker
2007-09-08
Clear the message header (and only the message header) in rt_msg2.
Claudio Jeker
2007-09-07
Check if rtm_hdrlen is smaller then the passed message or it would be possible
Claudio Jeker
2007-09-03
Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :)
Claudio Jeker
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2006-06-16
support passing the desired routing table ID via the sysctl interface
Henning Brauer
2006-06-16
pass the routing table ID over the routing socket, so we can start to
Henning Brauer
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-05-30
Export the route labels via sysctl interface not only via RTM_GET.
Claudio Jeker
2006-04-22
Routes announced via rt_missmsg() do not have rtm_index set. While in most
Claudio Jeker
2006-03-31
Add sysctl to retrieve the routing table statisitcs. Will be used by netstat
Claudio Jeker
2006-03-30
In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar.
Claudio Jeker
2006-03-30
Spelling in comment.
Claudio Jeker
2006-03-22
prevent anything outside rote.c from accessing the routing table heads
Henning Brauer
2006-02-23
Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGE
Claudio Jeker
2006-02-02
Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE.
Claudio Jeker
2005-11-29
something in the eurobsdcon route-a-thon broke my simple home network
Jolan Luff
2005-11-27
repair builds. ramdisk kernels forgotten about again.
Theo de Raadt
2005-11-27
don't let anything outside route.c access the routing table heads directly,
Henning Brauer
2005-06-08
kill some leftover bits from netns and iso routing
Henning Brauer
[next]