| Age | Commit message (Expand) | Author |
| 2009-12-07 | PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support. | christos |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 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 IGMP stats per-cpu. | thorpej |
| 2008-04-15 | Make ARP stats per-cpu. | thorpej |
| 2008-04-15 | Make CARP status per-cpu. | thorpej |
| 2008-04-15 | Use ANSI function decls throughout. | thorpej |
| 2008-04-08 | Change TCP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-07 | Change IP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-06 | fix build problem introduced in 1.79 | jnemeth |
| 2008-04-06 | Change UDP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-04-06 | Change ICMP stats from a structure to an array of uint64_t's. | thorpej |
| 2007-07-10 | Make netstat build again. I don't see why it has any business dumping | ad |
| 2006-09-22 | PR/31347: Geoff C. Wing: netstat err message is ambiguous about cause | elad |
| 2006-09-05 | Import of TCP ECN algorithm for congestion control. | rpaulo |
| 2006-08-17 | Revert previous. | rpaulo |
| 2006-08-17 | Adapt to ECN. | rpaulo |
| 2006-06-20 | It's not an error if we can't print CARP stats, it just means it's not built | rpaulo |
| 2006-05-28 | Make netstat use sysctl when dumping routing tables/stats. | elad |
| 2006-05-21 | check if malloc(3) failed | liamjfoy |
| 2006-05-18 | Use PRIu64 to format uint64_t quantities, instead of %llu, in | riz |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2005-08-12 | Use PRIxPTR when printing a pointer. | elad |
| 2005-08-08 | Replace usage of caddr_t with intptr_t, to allow this to build cleanly | he |
| 2005-08-07 | Use sysctl to read live kernel PF_INET PCBs. | elad |
| 2005-08-06 | Use sysctl to fetch IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-08-04 | Added #include <kvm.h> since netstat.h, which is included too, needs it. | rpaulo |
| 2004-09-06 | Make it compile on ports where u_quad_t is not printf-format-compatible | martin |
| 2004-09-04 | IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@ | manu |
| 2004-05-18 | print stat for TCP MD5 signature | itojun |
| 2003-10-17 | Print ips_rcvmemdrop and ips_nogif. | enami |
| 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-07-20 | As a temporary workaround, apply the fix from PR#20390, thereby | he |
| 2003-07-12 | strlcpy | itojun |
| 2003-03-22 | it's not necessary to limit the service name artificially to 8 characters | jdolecek |
| 2003-02-04 | Update for callout changes, and show TCP timers in relative, rather | thorpej |
| 2003-02-03 | Test CALLOUT_PENDING, not CALLOUT_ACTIVE. | thorpej |
| 2002-05-26 | path MTU discovery blackhole detection. | itojun |
| 2002-02-27 | if not -n and the local socket doesn't have INP_ANONPORT set, always try | lukem |
| 2001-09-15 | Fix a printf format/argument cast. | thorpej |
| 2001-09-10 | tcp_dump(): Also print the address of the in6pcb. | thorpej |
| 2001-09-10 | Update for TCP timer changes. | thorpej |
| 2001-09-10 | Update for field name changes in struct tcpcb. | thorpej |
| 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 few icmp type names. | itojun |
| 2001-03-02 | increase ipstat.ips_badaddr if the packet fails to pass address checks. | itojun |