| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r304572 (by bz): | Andrey V. Elsukov | 2017-03-18 | 1 | -1/+14 |
| * | MFC r310698: | Marcelo Araujo | 2017-01-27 | 1 | -0/+6 |
| * | MFC r311392: | Xin LI | 2017-01-08 | 1 | -9/+15 |
| * | MFC r302904: | Michael Tuexen | 2016-07-24 | 1 | -3/+3 |
| * | Use NULL instead of 0 for pointers. | Marcelo Araujo | 2016-04-18 | 1 | -3/+3 |
| * | Print running TCP connection counts with TCP statistics. | Gleb Smirnoff | 2016-03-15 | 1 | -0/+28 |
| * | Increase max allowed backlog for listen sockets | Alfred Perlstein | 2016-02-02 | 1 | -3/+3 |
| * | Fix udp entry of `netstat -TW'. | Hajimu UMEMOTO | 2015-11-25 | 1 | -0/+2 |
| * | Correct alignment of the addresses in the `netstat -aW' output. | Hajimu UMEMOTO | 2015-11-24 | 1 | -12/+21 |
| * | Use a common subroutine to fetch and zero protocol stats instead of | Mark Johnston | 2015-09-11 | 1 | -108/+33 |
| * | - Add -W flag support for network column in intpr() (-i flag) and | Hiroki Sato | 2015-09-01 | 1 | -1/+0 |
| * | Convert netstat to use libxo. | Marcel Moolenaar | 2015-02-21 | 1 | -366/+611 |
| * | Burn bridges to FreeBSD 7.x IGMP stats. | Gleb Smirnoff | 2015-02-19 | 1 | -62/+0 |
| * | Merge from projects/sendfile: | Gleb Smirnoff | 2014-11-30 | 1 | -2/+3 |
| * | Add -R to netstat to dump RSS/flow information. | Adrian Chadd | 2014-05-19 | 1 | -3/+11 |
| * | - Remove net.inet.tcp.reass.overflows sysctl. It counts exactly | Gleb Smirnoff | 2014-05-06 | 1 | -1/+2 |
| * | Print the MD5 signature information introduced in r221023 in the | Bjoern A. Zeeb | 2014-02-05 | 1 | -0/+11 |
| * | Migrate struct carpstats to PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -1/+1 |
| * | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | Andrey V. Elsukov | 2013-07-09 | 1 | -4/+4 |
| * | Use new macros to implement ipstat and tcpstat using PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -14/+4 |
| * | Prepare network statistics structures for migration to PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -25/+25 |
| * | Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat from | Gleb Smirnoff | 2013-04-10 | 1 | -4/+14 |
| * | Merge from projects/counters: TCP/IP stats. | Gleb Smirnoff | 2013-04-08 | 1 | -118/+124 |
| * | WARNS=6 compliance | Philippe Charnier | 2013-02-19 | 1 | -1/+1 |
| * | Use pluralies() for "entry"/"entries". | Gleb Smirnoff | 2013-01-22 | 1 | -1/+1 |
| * | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 1 | -1/+4 |
| * | Eliminate an unused parameter of static method igmp_stats_live_old(). | Xin LI | 2012-04-13 | 1 | -2/+2 |
| * | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -1/+1 |
| * | Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A). | Ruslan Ermilov | 2011-03-26 | 1 | -45/+37 |
| * | - Merge in OFED 1.5.3 from projects/ofed/head | Jeff Roberson | 2011-03-21 | 1 | -8/+16 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
| * | Restore the (state) and \n printout when not using -T. | George V. Neville-Neil | 2010-11-22 | 1 | -2/+3 |
| * | Add new, per connection, statistics for TCP, including: | George V. Neville-Neil | 2010-11-17 | 1 | -15/+24 |
| * | Show hostcache statistics. | Ruslan Ermilov | 2010-10-05 | 1 | -0/+3 |
| * | In netstat -x, do not try to print out tcp timer status for udp sockets. | Mike Silbersack | 2009-09-23 | 1 | -8/+10 |
| * | Add the ability to see TCP timers via netstat -x. This can be a useful | Mike Silbersack | 2009-09-16 | 1 | -6/+19 |
| * | Add ARP statistics to the kernel and netstat. | George V. Neville-Neil | 2009-09-03 | 1 | -0/+42 |
| * | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -1/+1 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -19/+100 |
| * | Fix a printing problem when using the -L flag to netstat caused | George V. Neville-Neil | 2008-11-28 | 1 | -13/+16 |
| * | Use strlcpy() when we mean it. | Xin LI | 2008-10-17 | 1 | -2/+1 |
| * | Minimize changes CURRENT<->releng7. | David E. O'Brien | 2008-09-01 | 1 | -5/+4 |
| * | Add ECN stats. | Rui Paulo | 2008-08-26 | 1 | -0/+5 |
| * | Fix build | Maksim Yevmenkin | 2008-07-29 | 1 | -1/+1 |
| * | Update the kernel to count the number of mbufs and clusters | George V. Neville-Neil | 2008-05-15 | 1 | -9/+37 |
| * | Make a few messages more consistant with the others. | David E. O'Brien | 2008-01-04 | 1 | -2/+2 |
| * | more style(9) | David E. O'Brien | 2008-01-04 | 1 | -69/+70 |
| * | style(9) | David E. O'Brien | 2008-01-02 | 1 | -35/+35 |
| * | Fix printing of the number of syncache entries added. | Ruslan Ermilov | 2007-12-18 | 1 | -2/+2 |
| * | Restore netstat -M functionality for most statistics on core dumps. In | John Baldwin | 2007-07-16 | 1 | -97/+306 |