| Age | Commit message (Expand) | Author |
| 2020-05-27 | Update sysctl key in netstat(1) | yamaguchi |
| 2016-04-04 | Separate nexthop caches from the routing table | ozaki-r |
| 2015-05-25 | Make sure netstat builds with -DSMALL | manu |
| 2014-11-06 | use the common code from route.c | christos |
| 2014-04-28 | use the same for the route metrics part, both in the sysctl and kmem paths. | christos |
| 2014-04-24 | The sysctl code does not support verbose route printing that prints the | christos |
| 2013-01-28 | Use sysctl based code netstat -r. Remove support for post-mortem | joerg |
| 2012-03-20 | Use C89 function definitions | matt |
| 2011-06-21 | print multiple tags if exists, comma separated | kefren |
| 2011-02-04 | Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown | martin |
| 2011-02-01 | Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket | matt |
| 2010-06-27 | Add -T flag, that shows tags in route output | kefren |
| 2010-04-22 | it is not [any longer] necessary to #define _KERNEL while including | plunky |
| 2009-04-12 | Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). | lukem |
| 2008-12-29 | fix for 64 bit time_t | christos |
| 2008-04-23 | netns is no longer in the tree; completely purge it from netstat(1). | thorpej |
| 2008-01-21 | #include <stdbool.h> for 'bool', so that this kernel groveller will | dyoung |
| 2007-07-19 | rt_key() is no more. Use rt_getkey(). | dyoung |
| 2006-08-26 | Conditionalize XNS support. No longer enabled. | matt |
| 2006-05-28 | Make netstat use sysctl when dumping routing tables/stats. | elad |
| 2005-08-04 | Added #include <kvm.h> since netstat.h, which is included too, needs it. | rpaulo |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process | itojun |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process. | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-04 | always print prefixlen for routes. it's CIDR age. | itojun |
| 2003-07-12 | strlcpy | itojun |
| 2003-05-14 | use proper #ifdef to determine behavior (__KAME__) | itojun |
| 2002-05-13 | Don't count on kernel includes to exports user variables. | matt |
| 2001-10-06 | Use getnameinfo() to format link-layer addresses for netstat -r rather than | bjh21 |
| 2001-08-19 | snprintf length audit. from openbsd | itojun |
| 2001-05-28 | add `-s' that prints port numbers symbolically but addresses numerically | assar |
| 2001-04-06 | pedant changes for strcpy/sprintf. | itojun |
| 2001-03-08 | Print hopcount too when -rv is given. | enami |
| 2001-02-21 | use u_quad_t for rtstat. | itojun |
| 2001-01-27 | mark cloned routes with RTF_CLONED. present it with netstat -r by "c". | itojun |
| 2000-11-14 | Do the same IEEE1394 address hack in here. | matt |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-07-06 | more stats. from kame | itojun |
| 2000-01-17 | fix default route determination for inet6. | itojun |
| 2000-01-17 | mask addresses properly on netstat -inv. | itojun |
| 2000-01-15 | Properly print the "B"(lackhole) flag (as documented :). | hubertf |
| 2000-01-07 | Pay attention to the netmask of routes to 0.0.0.0; | sommerfeld |
| 1999-12-13 | per-interface statistics. | itojun |
| 1999-11-27 | Print Internet6 header properly without -f. | soren |
| 1999-11-24 | more clarification to field width of netstat -rn -f inet6. | itojun |
| 1999-11-22 | use old WID_{DST,GW} value (field width for netstat -rn) for non-INET6 | itojun |
| 1999-09-15 | Add -L option. netstat -r -L behaves like 4.3BSD netstat -r, that is, it | is |
| 1999-09-03 | sync with recent KAME. | itojun |
| 1999-07-01 | make netstat IPv6-ready. | itojun |
| 1999-04-02 | don't use malloc for large sockaddr's, just name the union declared above | chopps |