Age | Commit message (Expand) | Author |
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 |
2000-05-18 | check getnameinfo error proprely. this can be visited on printing | Jun-ichiro itojun Hagino |
2000-05-18 | allow mask == NULL in netname6. | Jun-ichiro itojun Hagino |
2000-02-05 | fix -in printing on IPv6 (network portion was not masked properly). | Jun-ichiro itojun Hagino |
2000-01-14 | show blackhole flag; ura@hiru.aoba.yokohama.jp | Theo de Raadt |
2000-01-09 | Transport protocol ports are in network order. | Angelos D. Keromytis |
1999-12-20 | Oops, forgot ports/protocol numbers. | Angelos D. Keromytis |
1999-12-20 | Correctly print IPv6 addresses in IPsec flows. | Angelos D. Keromytis |
1999-12-08 | add IPv6 support from KAME. cleanup type matches with printf() format. | Jun-ichiro itojun Hagino |
1999-09-22 | routing interface sends aligned to long word boundaries; itojun | Theo de Raadt |