| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> |  guenther | 2019-05-10 | 1 | -2/+1 |
* | Fix reading route entries via kvm(3). |  mpi | 2019-04-28 | 1 | -159/+169 |
* | dont #define _KERNEL around some #includes |  dlg | 2016-09-15 | 1 | -3/+1 |
* | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h |  guenther | 2016-08-27 | 1 | -1/+2 |
* | Print the interface index, we no longer have a pointer to the interface. |  mpi | 2015-12-03 | 1 | -9/+3 |
* | Switch the printing of open sockets from ugly KVM internals to use |  claudio | 2015-02-12 | 1 | -14/+9 |
* | Remove route/netstat -f encap in favor of ipsecctl -s flow. |  reyk | 2015-02-06 | 1 | -135/+2 |
* | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> |  deraadt | 2015-01-19 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | not necessary to define INET anymore |  tedu | 2014-12-26 | 1 | -5/+1 |
* | netstat -Ar leaked some kernel pointers to unprivileged users. Use |  bluhm | 2013-11-25 | 1 | -5/+6 |
* | split kernel parts of the if.h into a separate header file if_var.h |  mikeb | 2013-11-21 | 1 | -1/+2 |
* | Prepare netstat for printing 64 bit route expire time. |  bluhm | 2013-09-29 | 1 | -3/+3 |
* | As non-root, whenever netstat is about to print out a kernel pointer... |  deraadt | 2013-03-20 | 1 | -6/+9 |
* | sys/mbuf.h not needed |  deraadt | 2013-01-16 | 1 | -2/+1 |
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 2011-04-06 | 1 | -3/+3 |
* | fix some warnings. there are others, but nobody wants to look at them. |  tedu | 2009-08-04 | 1 | -2/+2 |
* | There is no need to mask priority with RTP_MASK because it is already done |  claudio | 2009-05-31 | 1 | -2/+2 |
* | Make the kvm routing table code grok multiple routing tables and do not |  claudio | 2009-05-07 | 1 | -3/+8 |
* | Make the -A a bit more readable by adding a newline between the route and |  claudio | 2009-01-28 | 1 | -2/+2 |
* | the extra kget() macro just befuddles the things we need to replace with a sysctl mechanism later |  deraadt | 2008-11-09 | 1 | -20/+18 |
* | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show |  claudio | 2008-09-15 | 1 | -2/+2 |
* | Include some additional pointers, etc that I really need for debugging |  claudio | 2008-06-13 | 1 | -4/+9 |
* | remove a rather silly comment. |  claudio | 2008-06-13 | 1 | -2/+2 |
* | Let the kvm output of netstat grok rt priorities like the "normal" show code. |  claudio | 2008-06-13 | 1 | -4/+5 |
* | Remove the kvm code in rt_stats() and use the sysctl code all the time. |  claudio | 2007-12-19 | 1 | -20/+14 |
* | delete rcsid crud |  deraadt | 2007-12-19 | 1 | -9/+1 |
* | remove 21 nlist variables, and instead use sysctl to query the kernel |  deraadt | 2007-12-14 | 1 | -8/+3 |
* | Correct the format strings after the recent rt_metrics changes. |  claudio | 2007-09-05 | 1 | -4/+4 |
* | change semantics of ff01::/16 to interface local multicast |  itojun | 2006-11-17 | 1 | -6/+10 |
* | Fix KVM snooping code of netstat that got broken by the multiple table |  claudio | 2006-08-29 | 1 | -12/+39 |
* | Moving netstat from kvm snooping to retrieving the routing tables via |  claudio | 2006-05-27 | 1 | -647/+50 |
* | use "/bypass" instead of "/permit" when showing bypass flows |  hshoexer | 2006-04-12 | 1 | -3/+3 |
* | bye bye, Xerox NS protocols |  henning | 2005-06-08 | 1 | -80/+2 |
* | remove tiny AF_CCITT trace |  henning | 2005-06-07 | 1 | -5/+2 |
* | kill -S; ok henning |  jaredy | 2005-03-30 | 1 | -30/+4 |
* | kill unneeded (char *) casts. ok millert, otto |  jaredy | 2005-03-25 | 1 | -5/+5 |
* | remove NI_WITHSCOPEID (which is not standard) |  itojun | 2004-11-17 | 1 | -10/+3 |
* | the default route is exactly 0.0.0.0/0, and nothing else. stop ignoring |  henning | 2004-10-15 | 1 | -6/+4 |
* | Add new '-S' flag to display the source selector part of the routing table |  cedric | 2004-06-06 | 1 | -5/+31 |
* | The tcp specific routing metrics are almost never used so reduce the routing |  claudio | 2004-05-04 | 1 | -19/+5 |
* | some NULL vs 0 and knf; parts from nimadeus@pandora.be |  deraadt | 2004-03-13 | 1 | -6/+6 |
* | Fix printf formats and add missing include. |  otto | 2004-01-13 | 1 | -2/+3 |
* | missing free(). Andrey Matveev via deraadt@. ok deraadt@ |  tedu | 2003-10-07 | 1 | -2/+3 |
* | oops |  deraadt | 2003-10-04 | 1 | -3/+3 |
* | tweaks from andrushock@korovino.net |  deraadt | 2003-10-04 | 1 | -7/+4 |
* | deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt ok |  itojun | 2003-10-03 | 1 | -2/+38 |
* | RNF_IGNORE can corrupt the radix tree when an interface is down, it |  henric | 2003-08-27 | 1 | -5/+3 |
* | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent |  itojun | 2003-08-26 | 1 | -3/+4 |
* | more proto fixes |  deraadt | 2003-06-26 | 1 | -4/+4 |