aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* Show hostcache statistics.Ruslan Ermilov2010-10-051-0/+3
* In netstat -x, do not try to print out tcp timer status for udp sockets.Mike Silbersack2009-09-231-8/+10
* Add the ability to see TCP timers via netstat -x. This can be a usefulMike Silbersack2009-09-161-6/+19
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-031-0/+42
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-1/+1
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-20/+101
* Fix a printing problem when using the -L flag to netstat causedGeorge V. Neville-Neil2008-11-281-13/+16
* Use strlcpy() when we mean it.Xin LI2008-10-171-2/+1
* Minimize changes CURRENT<->releng7.David E. O'Brien2008-09-011-5/+4
* Add ECN stats.Rui Paulo2008-08-261-0/+5
* Fix buildMaksim Yevmenkin2008-07-291-1/+1
* Update the kernel to count the number of mbufs and clustersGeorge V. Neville-Neil2008-05-151-9/+37
* Make a few messages more consistant with the others.David E. O'Brien2008-01-041-2/+2
* more style(9)David E. O'Brien2008-01-041-69/+70
* style(9)David E. O'Brien2008-01-021-36/+36
* Fix printing of the number of syncache entries added.Ruslan Ermilov2007-12-181-2/+2
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-97/+306
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-1/+4
* 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in theAndre Oppermann2007-05-131-1/+1
* o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.Maxim Konovalov2007-04-301-20/+50
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigateMohan Srinivasan2007-02-261-0/+1
* Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).Wojciech A. Koszek2006-09-201-0/+1
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy2006-07-281-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-29/+30
* Silence a warning on systems without carp(4).Ruslan Ermilov2005-04-121-1/+2
* Add limits on the number of elements in the sack scoreboard bothPaul Saab2005-03-091-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+45
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-5/+6
* Add SACK statistics to netstat.Paul Saab2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPBruce M Simpson2004-06-161-1/+2
* Add missing dot and newline in a message.Max Khon2004-06-021-1/+1
* Output style nit.Ruslan Ermilov2004-05-121-1/+1
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)Mike Silbersack2004-04-261-0/+1
* Do not print a warning about net.inet.pim.stats if errno isDag-Erling Smørgrav2004-03-121-1/+2
* Print the correct ICMP statistics for "no return routes".Ruslan Ermilov2003-10-231-1/+1
* 1. Add support for printing PIM-related statistics withJeffrey Hsu2003-08-071-0/+39
* Back out support for RFC3514.Matthew N. Dodd2003-04-021-1/+0
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-011-0/+1
* o Typo/Grammar fixesMike Makonnen2003-01-141-1/+1
* Warns cleanups for netstat:David Malone2002-09-051-37/+36
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-1/+1
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-191-0/+2
* - Make ip_rtaddr() global, and use it to look up the correct sourceRuslan Ermilov2001-11-301-0/+5
* Add syncache statistics to netstat.Jonathan Lemon2001-11-221-0/+16
* Don't print stray socket addresses (-A) with the listen queue display (-L).Ruslan Ermilov2001-09-071-23/+20
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-231-12/+28
* remove warningsAssar Westerlund2001-06-151-6/+6
* remove K&R supportAssar Westerlund2001-06-151-29/+12
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-10/+27
* remove most of the warningsAssar Westerlund2001-06-151-27/+10