Age | Commit message (Expand) | Author |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-01-23 | Merge two chunks of code to inform listeners of a route change into a | Martin Pieuchot |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-20 | Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself | Claudio Jeker |
2014-01-20 | Get rid of the old routing message version 4 transition code before | Alexander Bluhm |
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm |
2013-10-24 | Move more stuff under _KERNEL | Theo de Raadt |
2013-10-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
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 |
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-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
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-08-25 | Let rtable_add() return usefull errnos so that the ioctl handler and the | 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 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-21 | Implement a way to get information about a rtable. Currently only the rtableid | 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-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-05-26 | inherit the route label on cloned routes | Reyk Floeter |
2009-05-18 | The routing table index rtableid has type unsigned int in the routing | Alexander Bluhm |
2009-03-31 | claudio has spent too much time with the mbuf macros. | David Gwynne |
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 |
2008-12-12 | Introduce a if_priority that will be added to RTP_STATIC when routes are | Claudio Jeker |
2008-11-24 | Implement link-state tracking on the routing table. Routes to interfaces | Claudio Jeker |
2008-11-07 | use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ... | Theo de Raadt |
2008-09-15 | Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking. | Claudio Jeker |
2008-06-08 | First minimal cleanup of routing code, kill rtrequest() it got replaced with | 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-03 | Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :) | Claudio Jeker |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
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-06-15 | put the multiple routing tables support back in, fixed. | Henning Brauer |
2006-06-06 | back out multiple routing table diffs (3 of 'em) because this makes | Theo de Raadt |