summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak stable/10 buildworlds on arm/arm, mips/mips, mips/mips64, mips/mipsel,ngie2016-01-101-41/+0
* MFC r287649:markj2016-01-071-129/+33
* MFC r266418, r266448hiren2015-04-061-3/+11
* MFC r261525:bz2014-08-161-0/+11
* Migrate struct carpstats to PCPU counters.ae2013-07-091-1/+1
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-4/+4
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-14/+4
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-26/+26
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromglebius2013-04-101-4/+14
* Merge from projects/counters: TCP/IP stats.glebius2013-04-081-124/+130
* WARNS=6 compliancecharnier2013-02-191-1/+1
* Use pluralies() for "entry"/"entries".glebius2013-01-221-1/+1
* - Updated TOE support in the kernel.np2012-06-191-1/+4
* Eliminate an unused parameter of static method igmp_stats_live_old().delphij2012-04-131-2/+2
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A).ru2011-03-261-45/+37
* - Merge in OFED 1.5.3 from projects/ofed/headjeff2011-03-211-8/+16
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Restore the (state) and \n printout when not using -T.gnn2010-11-221-2/+3
* Add new, per connection, statistics for TCP, including:gnn2010-11-171-15/+24
* Show hostcache statistics.ru2010-10-051-0/+3
* In netstat -x, do not try to print out tcp timer status for udp sockets.silby2009-09-231-8/+10
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-161-6/+19
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-0/+42
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-1/+1
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-20/+101
* Fix a printing problem when using the -L flag to netstat causedgnn2008-11-281-13/+16
* Use strlcpy() when we mean it.delphij2008-10-171-2/+1
* Minimize changes CURRENT<->releng7.obrien2008-09-011-5/+4
* Add ECN stats.rpaulo2008-08-261-0/+5
* Fix buildemax2008-07-291-1/+1
* Update the kernel to count the number of mbufs and clustersgnn2008-05-151-9/+37
* Make a few messages more consistant with the others.obrien2008-01-041-2/+2
* more style(9)obrien2008-01-041-69/+70
* style(9)obrien2008-01-021-36/+36
* Fix printing of the number of syncache entries added.ru2007-12-181-2/+2
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-97/+306
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+4
* 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in theandre2007-05-131-1/+1
* o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.maxim2007-04-301-20/+50
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+1
* Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).wkoszek2006-09-201-0/+1
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-281-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-29/+30
* Silence a warning on systems without carp(4).ru2005-04-121-1/+2
* Add limits on the number of elements in the sack scoreboard bothps2005-03-091-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+45
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-5/+6
* Add SACK statistics to netstat.ps2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPbms2004-06-161-1/+2
OpenPOWER on IntegriCloud