Age | Commit message (Expand) | Author |
2009-08-04 | fix some warnings. there are others, but nobody wants to look at them. | Ted Unangst |
2009-05-31 | There is no need to mask priority with RTP_MASK because it is already done | Claudio Jeker |
2009-05-07 | Make the kvm routing table code grok multiple routing tables and do not | Claudio Jeker |
2009-01-28 | Make the -A a bit more readable by adding a newline between the route and | Claudio Jeker |
2008-11-09 | the extra kget() macro just befuddles the things we need to replace with a sy... | Theo de Raadt |
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker |
2008-06-13 | Include some additional pointers, etc that I really need for debugging | Claudio Jeker |
2008-06-13 | remove a rather silly comment. | Claudio Jeker |
2008-06-13 | Let the kvm output of netstat grok rt priorities like the "normal" show code. | Claudio Jeker |
2007-12-19 | Remove the kvm code in rt_stats() and use the sysctl code all the time. | Claudio Jeker |
2007-12-19 | delete rcsid crud | Theo de Raadt |
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-08-29 | Fix KVM snooping code of netstat that got broken by the multiple table | Claudio Jeker |
2006-05-27 | Moving netstat from kvm snooping to retrieving the routing tables via | Claudio Jeker |
2006-04-12 | use "/bypass" instead of "/permit" when showing bypass flows | Hans-Joerg Hoexer |
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer |
2005-06-07 | remove tiny AF_CCITT trace | Henning Brauer |
2005-03-30 | kill -S; ok henning | Jared Yanovich |
2005-03-25 | kill unneeded (char *) casts. ok millert, otto | Jared Yanovich |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2004-10-15 | the default route is exactly 0.0.0.0/0, and nothing else. stop ignoring | Henning Brauer |
2004-06-06 | Add new '-S' flag to display the source selector part of the routing table | Cedric Berger |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |
2004-03-13 | some NULL vs 0 and knf; parts from nimadeus@pandora.be | Theo de Raadt |
2004-01-13 | Fix printf formats and add missing include. | Otto Moerbeek |
2003-10-07 | missing free(). Andrey Matveev via deraadt@. ok deraadt@ | Ted Unangst |
2003-10-04 | oops | Theo de Raadt |
2003-10-04 | tweaks from andrushock@korovino.net | Theo de Raadt |
2003-10-03 | deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt ok | Jun-ichiro itojun Hagino |
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-06-26 | more proto fixes | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | use __KAME__ to determine kame-based kernel. | Jun-ichiro itojun Hagino |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-01 | ansi | Theo de Raadt |
2002-09-23 | correctly dump radix_node; henric@attbi.com | Theo de Raadt |
2002-09-19 | Don't print garbage when getnameinfo fails. henning@ ok. | Hakan Olsson |
2002-07-25 | handle < 0 and such better | Theo de Raadt |
2002-05-27 | a night of cleanup, so i can read this easier | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-17 | evil, annoying spaces and tabs | Michael Shalayeff |
2001-11-19 | kill more registers | Mike Pechkin |
2001-10-09 | Don't assume that the RTF_HOST flag implies that a netmask is available. | brian |
2001-08-18 | Handle snprintf returning -1 | brian |
2001-06-25 | Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@ | Niklas Hallqvist |
2000-12-11 | show when pmtu is disabled on routes, more information when verbose, | Niels Provos |
2000-09-19 | Display SPD entries. | Angelos D. Keromytis |