Age | Commit message (Expand) | Author |
2008-07-28 | Fix the tracking of RTF_MPATH. Until now the magic happend on the first route | Claudio Jeker |
2008-06-08 | First minimal cleanup of routing code, kill rtrequest() it got replaced with | Claudio Jeker |
2008-05-09 | replace rtrequest() with corresponding rtrequest1() replacement. | Claudio Jeker |
2008-05-09 | when cloning, copy the priority from the parent to the cloned route, | Henning Brauer |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-05-07 | Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes | Claudio Jeker |
2008-05-05 | in rt_gettable, we unfortunately have to check for rt_tables[id] != NULL | Henning Brauer |
2008-01-05 | make sure all callers of rtlabel_id2name check for a null return value. | Henning Brauer |
2007-09-17 | Do not take wild guesses at how if_enc's internal works, include | Pierre-Yves Ritschard |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-06-14 | Add a new "rtlabel" option to ifconfig. It allows to specify a route label | Reyk Floeter |
2007-05-08 | wildcard is nowhere used anymore. Figured out by deraadt@ | Claudio Jeker |
2007-05-08 | rtalloc2() and rtalloc_noclone() inside NPF > 0 | Theo de Raadt |
2006-06-19 | Unbreak the tree. The code to set and unset the RTF_MPATH bit on all multipath | Claudio Jeker |
2006-06-17 | When multipath routes are inserted, ensure that RTF_MPATH is set for any | Christopher Pascoe |
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 | add comment indictation that rtable_add must be called at splsoftnet | Henning Brauer |
2006-05-31 | move us to multiple routing table heads. | Henning Brauer |
2006-05-20 | don't panic if the address familiy is not found in the rt_tables | Reyk Floeter |
2006-04-26 | Missed the goto in the error path. This resulted in an access to a NULL | Claudio Jeker |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | 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-03-06 | get rid of questionable macro gore. | Henning Brauer |
2006-03-06 | change a questionable multi-level foo ? a : b construct into readable | Henning Brauer |
2006-03-06 | more cleanup, again no binary change. | Henning Brauer |
2006-03-06 | cvhange a KASSERT into a if() .. panic() construct so the binary doesn't | Henning Brauer |
2006-03-06 | KNF, cleanup etc, no binary change | Henning Brauer |
2006-02-01 | Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU) | Claudio Jeker |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-28 | more breakage | Markus Friedl |
2005-11-28 | unbreak route deletion (from revision 1.55; obviously too much eyebleeding) | Markus Friedl |
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-11-25 | KNF | Henning Brauer |
2005-11-25 | reduce eyebleeding, since we only borrow the code from our children | Henning Brauer |
2005-11-25 | How can we dance when our humppa is feeding | Henning Brauer |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer |
2005-06-08 | in rtlabel_name2id, handle the case of an empty name: return 0 | Henning Brauer |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-05-15 | ANSI, mostly from Toni Mueller <openbsd-tech@oeko.net> | Henning Brauer |
2004-09-16 | handle route labels on RTM_CHANGE, ok mcbride, prodded my markus some time ago | Henning Brauer |
2004-08-09 | Change static functions to be non-static, for better backtraces. | Otto Moerbeek |
2004-08-08 | Zero route info structure in rtredirect(), avoiding a panic on label | Otto Moerbeek |
2004-08-03 | introduce route labels, allowing for up to 32 bytes of info to be attached | Henning Brauer |
2004-07-28 | pool(9) for rtentry and rttimer; similar to netbsd; ok mcbride, henning, pb | Markus Friedl |
2004-07-20 | KASSERT instead of assert. Gives smaller RAMDISKS. | Artur Grabowski |