Age | Commit message (Expand) | Author |
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 |
2002-06-07 | There is absolutely no need to protect a reference to mono_time.tv_sec with s... | Artur Grabowski |
2002-05-31 | revert incorrect rmx_mtu handling in 1.16 and 1.24. | Jun-ichiro itojun Hagino |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-12-18 | NRL license cleaning | Theo de Raadt |
2001-12-10 | use queue.h macros for TAILQ operations | Jason Wright |
2001-07-20 | make equal() macro to check sa_len match, otherwise we will touch | Jun-ichiro itojun Hagino |
2001-01-29 | cleanup rmx_mtu handling (no #ifdef INET6). from netbsd. | Jun-ichiro itojun Hagino |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2000-12-11 | do not touch region after free | Jun-ichiro itojun Hagino |
2000-12-09 | drop support for RTF_TUNNEL, which has no effect (NRL IPv6) | Jun-ichiro itojun Hagino |
2000-12-09 | supply counter for # of routing table timer entries. | Jun-ichiro itojun Hagino |
2000-05-21 | deleting some routes created by imcp redirects could result in panic | Niels Provos |
2000-03-23 | New timeout code. | Artur Grabowski |
2000-03-22 | remove bogus comment | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-09-13 | enc0 not encap0 | Niklas Hallqvist |
1999-07-05 | remove bogus entry from if_enc address list; and rename enc_softc to encif | Theo de Raadt |
1999-02-25 | missing ifdef IPSEC | Angelos D. Keromytis |