Age | Commit message (Expand) | Author |
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 |
2006-06-01 | use the table ID as array index directly, faster in the forwarding path | Henning Brauer |
2006-05-31 | move us to multiple routing table heads. | Henning Brauer |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-03-30 | In sysctl_dumpentry() pass the rt_refcnt by overloading rmx_rttvar. | Claudio Jeker |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-20 | introduce rt_if_remove which takes care of routing table updates for an | Henning Brauer |
2006-02-23 | Until now it was only possible to unset the RTF_JUMBO flag on a RTM_CHANGE | Claudio Jeker |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-25 | move the code to delete routes having a specific interface as output | Henning Brauer |
2005-06-25 | hide name2id prototypes in #ifdef _KERNEL, claudio ok | Henning Brauer |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer |
2005-05-27 | Add rtm_fmask define to make the (ab)use of rtm_use more obvious. | Ryan Thomas McBride |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-05-26 | remove last races of SIOCADDRT and SIOCDELRT, the 4.3BSD routing table ioctls | Henning Brauer |
2004-09-16 | handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago | Henning Brauer |
2004-09-16 | ewps, kill the src route prototypes. was sitting in my tree for ages but | Henning Brauer |
2004-08-03 | introduce route labels, allowing for up to 32 bytes of info to be attached | Henning Brauer |
2004-06-19 | require RTF_MPATH to enter a multipath route with RTM_ADD. | Cedric Berger |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |