Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-28 | Fix reading route entries via kvm(3). | Martin Pieuchot |
2016-09-15 | dont #define _KERNEL around some #includes | David Gwynne |
2016-08-27 | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h | Philip Guenther |
2015-12-03 | Print the interface index, we no longer have a pointer to the interface. | Martin Pieuchot |
2015-02-12 | Switch the printing of open sockets from ugly KVM internals to use | Claudio Jeker |
2015-02-06 | Remove route/netstat -f encap in favor of ipsecctl -s flow. | Reyk Floeter |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-26 | not necessary to define INET anymore | Ted Unangst |
2013-11-25 | netstat -Ar leaked some kernel pointers to unprivileged users. Use | Alexander Bluhm |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-09-29 | Prepare netstat for printing 64 bit route expire time. | Alexander Bluhm |
2013-03-20 | As non-root, whenever netstat is about to print out a kernel pointer... | Theo de Raadt |
2013-01-16 | sys/mbuf.h not needed | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
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 |