| Age | Commit message (Expand) | Author |
| 2009-04-12 | Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare). | lukem |
| 2009-02-22 | Make netstat handle -a properly; that is, don't show unconnected | dholland |
| 2008-04-24 | Note which things are not available by KVM, and print a nice message | thorpej |
| 2008-04-15 | Make pim6 stats per-cpu. | thorpej |
| 2008-04-15 | Make raw6 stats per-cpu. | thorpej |
| 2008-04-15 | Use ANSI function decls throughout. | thorpej |
| 2008-04-15 | Make udp6 stats per-cpu. | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-08 | Change ICMP6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-02-16 | Fix more -combine fallout. (mismatched definitions) | matt |
| 2007-03-07 | Add new IPv6 Fast Forward statistics | liamjfoy |
| 2007-01-17 | Remove duplicate #includes | hubertf |
| 2006-09-22 | PR/31347: Geoff C. Wing: netstat err message is ambiguous about cause | elad |
| 2006-05-31 | Don't print an error if kernel doesn't have INET6 support. | rpaulo |
| 2006-05-28 | Make netstat use sysctl when dumping routing tables/stats. | elad |
| 2006-05-21 | check if malloc(3) failed | liamjfoy |
| 2005-08-28 | Use net.inet6.{ip6,udp6,pim6,raw6}.stats for live systems. | rpaulo |
| 2005-08-28 | Use net.inet6.tcp6.pcblist, net.inet6.tcp6.stats (not implemented yet) and | rpaulo |
| 2005-08-04 | Added #include <kvm.h> since netstat.h, which is included too, needs it. | rpaulo |
| 2005-02-13 | print the proper pointer for the pcb address. otherwise, all the udp6 | atatat |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process. | itojun |
| 2003-11-06 | handle KAME scopeid hack for multicast addr. Matthias Drochner | itojun |
| 2003-09-12 | fix PR bin/22739 (netstat -nlv -f inet6 weird) | itojun |
| 2003-09-04 | synchronize w/ inpcb/in6pcb change | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-14 | use proper #ifdef to determine behavior (__KAME__) | itojun |
| 2003-03-22 | it's not necessary to limit the service name artificially to 8 characters | jdolecek |
| 2002-10-26 | fix typo, from sm@resistor.net in misc/18816. | grant |
| 2002-06-09 | use strchr, not index | itojun |
| 2001-10-18 | print rip6stat. sync with kame | itojun |
| 2001-09-10 | Make the PCB address printing look like the IPv4 version. | thorpej |
| 2001-06-13 | typo | 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-20 | add sctp (maybe we should add it to /etc/protocols instead?) | itojun |
| 2001-02-07 | during ip6/icmp6 inbound packet processing, do not call log() nor printf() in | itojun |
| 2000-12-14 | try to lookup /etc/protocols for histogram | itojun |
| 2000-12-11 | typo in -s message | itojun |
| 2000-10-23 | count path MTU changes. | itojun |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-08-13 | Fix netstat -ss handling for a bunch of ISO cases, so that | jhawk |
| 2000-07-13 | do not print m_pulldown statistics. it is too experimental and | itojun |
| 2000-07-06 | more stats. from kame | itojun |
| 2000-06-16 | print # of packets filtered by icmp6 rate limitation | itojun |
| 2000-05-17 | s/icmp/icmp6/ in message | itojun |
| 2000-02-26 | revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) | itojun |
| 1999-12-16 | Make this compile on the Alpha again. | thorpej |
| 1999-12-13 | per-interface statistics. | itojun |
| 1999-11-19 | Change printf formats for 64bit counters. | bouyer |
| 1999-07-30 | do not include netinet/in6_systm.h, which has been empty for a while. | itojun |