| Age | Commit message (Expand) | Author |
| 2013-11-23 | Update for new pcb tailq's. | christos |
| 2013-10-19 | use correct function and symbolic constants | christos |
| 2013-10-19 | use new scopeid functions | christos |
| 2013-10-18 | - avoid pointer gymnastics | christos |
| 2013-06-20 | Not all pointers are 64bit - use uintptr_t instead of uint64_t. | martin |
| 2013-06-19 | Don't use -P as a kmem printer, verify that the address points to a pcb first! | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2011-05-24 | RA flood mitigation via a limit on accepted routes: | spz |
| 2011-05-11 | Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip. | dyoung |
| 2011-05-11 | use getmicrouptime(9) rather than microtime(9) for TIME_WAIT duration | drochner |
| 2011-05-04 | Don't use type qualifier 'register'. | dyoung |
| 2011-05-03 | Do not display expired or reclaimed vestigial TIME_WAIT entries. | dyoung |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2010-12-13 | Add netstat rump client. For now, it always sets -X, i.e. will | pooka |
| 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 |