| Commit message (Expand) | Author | Age | Files | Lines |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -1/+4 |
* | 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the | andre | 2007-05-13 | 1 | -1/+1 |
* | o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE. | maxim | 2007-04-30 | 1 | -20/+50 |
* | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | mohans | 2007-02-26 | 1 | -0/+1 |
* | Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1). | wkoszek | 2006-09-20 | 1 | -0/+1 |
* | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all. | yar | 2006-07-28 | 1 | -1/+1 |
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | yar | 2006-07-28 | 1 | -29/+30 |
* | Silence a warning on systems without carp(4). | ru | 2005-04-12 | 1 | -1/+2 |
* | Add limits on the number of elements in the sack scoreboard both | ps | 2005-03-09 | 1 | -0/+1 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+45 |
* | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). | charnier | 2004-07-26 | 1 | -5/+6 |
* | Add SACK statistics to netstat. | ps | 2004-06-29 | 1 | -0/+10 |
* | Make netstat(1) more closely follow documented behaviour. If a TCP | bms | 2004-06-16 | 1 | -1/+2 |
* | Add missing dot and newline in a message. | fjoe | 2004-06-02 | 1 | -1/+1 |
* | Output style nit. | ru | 2004-05-12 | 1 | -1/+1 |
* | Add the bad reset statistic (corresponds to tcp_input.c rev 1.235) | silby | 2004-04-26 | 1 | -0/+1 |
* | Do not print a warning about net.inet.pim.stats if errno is | des | 2004-03-12 | 1 | -1/+2 |
* | Print the correct ICMP statistics for "no return routes". | ru | 2003-10-23 | 1 | -1/+1 |
* | 1. Add support for printing PIM-related statistics with | hsu | 2003-08-07 | 1 | -0/+39 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -1/+0 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -0/+1 |
* | o Typo/Grammar fixes | mtm | 2003-01-14 | 1 | -1/+1 |
* | Warns cleanups for netstat: | dwmalone | 2002-09-05 | 1 | -37/+36 |
* | Widen struct sockbuf's sb_timeo member to int from short. With | jdp | 2002-07-24 | 1 | -1/+1 |
* | Add the tcps_sndrexmitbad statistic, keep track of late acks that caused | dillon | 2002-07-19 | 1 | -0/+2 |
* | - Make ip_rtaddr() global, and use it to look up the correct source | ru | 2001-11-30 | 1 | -0/+5 |
* | Add syncache statistics to netstat. | jlemon | 2001-11-22 | 1 | -0/+16 |
* | Don't print stray socket addresses (-A) with the listen queue display (-L). | ru | 2001-09-07 | 1 | -23/+20 |
* | Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. | ru | 2001-06-23 | 1 | -12/+28 |
* | remove warnings | assar | 2001-06-15 | 1 | -6/+6 |
* | remove K&R support | assar | 2001-06-15 | 1 | -29/+12 |
* | revert removal of warning and K&R support | assar | 2001-06-15 | 1 | -10/+27 |
* | remove most of the warnings | assar | 2001-06-15 | 1 | -27/+10 |
* | add the option -S for printing port numbers symbolically but addresses | assar | 2001-06-15 | 1 | -7/+7 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -0/+1 |
* | Add a -W flag that tells netstat not to truncate addresses even if they are | des | 2001-03-15 | 1 | -7/+13 |
* | MAXHOSTNAMELEN includes space for a NUL. | brian | 2001-03-14 | 1 | -2/+3 |
* | Count and show incoming UDP datagrams with no checksum. | ru | 2001-03-13 | 1 | -0/+1 |
* | sync with latest kame netstat. basically, more statistics | itojun | 2000-07-04 | 1 | -106/+0 |
* | -permit protocol specific statistics at iflag, | shin | 2000-01-07 | 1 | -7/+14 |
* | Add new option, -L that will listen the various listen queue lengths. | guido | 1999-12-13 | 1 | -29/+56 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -18/+230 |
* | Cleanup towards -Wall | julian | 1999-10-21 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't truncate port numbers. | des | 1999-07-06 | 1 | -9/+5 |
* | Fix fstat compatibility by printing the address of the tcppcb instead of | des | 1999-03-10 | 1 | -3/+7 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -20/+36 |
* | o Use snprintf over sprintf. | imp | 1998-06-09 | 1 | -5/+6 |
* | Make "netstat -s" display stats on fast-forwarded packets. | pb | 1998-05-19 | 1 | -2/+5 |
* | mbuf, inet, and unix modules no longer read kvm. | wollman | 1998-05-15 | 1 | -62/+115 |