Age | Commit message (Expand) | Author |
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 |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
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-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-08-27 | cut-and-paste error; henric | Jun-ichiro itojun Hagino |
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 |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino |
2002-07-11 | KNF. | Artur Grabowski |
2002-06-11 | sprinkle splasserts where function comments tell us to. | Artur Grabowski |