| Commit message (Expand) | Author | Age | Files | Lines |
* | Print the MD5 signature information introduced in r221023 in the | bz | 2014-02-05 | 1 | -0/+11 |
* | Migrate struct carpstats to PCPU counters. | ae | 2013-07-09 | 1 | -1/+1 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 1 | -4/+4 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 1 | -14/+4 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 1 | -26/+26 |
* | Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat from | glebius | 2013-04-10 | 1 | -4/+14 |
* | Merge from projects/counters: TCP/IP stats. | glebius | 2013-04-08 | 1 | -124/+130 |
* | WARNS=6 compliance | charnier | 2013-02-19 | 1 | -1/+1 |
* | Use pluralies() for "entry"/"entries". | glebius | 2013-01-22 | 1 | -1/+1 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -1/+4 |
* | Eliminate an unused parameter of static method igmp_stats_live_old(). | delphij | 2012-04-13 | 1 | -2/+2 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A). | ru | 2011-03-26 | 1 | -45/+37 |
* | - Merge in OFED 1.5.3 from projects/ofed/head | jeff | 2011-03-21 | 1 | -8/+16 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
* | Restore the (state) and \n printout when not using -T. | gnn | 2010-11-22 | 1 | -2/+3 |
* | Add new, per connection, statistics for TCP, including: | gnn | 2010-11-17 | 1 | -15/+24 |
* | Show hostcache statistics. | ru | 2010-10-05 | 1 | -0/+3 |
* | In netstat -x, do not try to print out tcp timer status for udp sockets. | silby | 2009-09-23 | 1 | -8/+10 |
* | Add the ability to see TCP timers via netstat -x. This can be a useful | silby | 2009-09-16 | 1 | -6/+19 |
* | Add ARP statistics to the kernel and netstat. | gnn | 2009-09-03 | 1 | -0/+42 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -1/+1 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -20/+101 |
* | Fix a printing problem when using the -L flag to netstat caused | gnn | 2008-11-28 | 1 | -13/+16 |
* | Use strlcpy() when we mean it. | delphij | 2008-10-17 | 1 | -2/+1 |
* | Minimize changes CURRENT<->releng7. | obrien | 2008-09-01 | 1 | -5/+4 |
* | Add ECN stats. | rpaulo | 2008-08-26 | 1 | -0/+5 |
* | Fix build | emax | 2008-07-29 | 1 | -1/+1 |
* | Update the kernel to count the number of mbufs and clusters | gnn | 2008-05-15 | 1 | -9/+37 |
* | Make a few messages more consistant with the others. | obrien | 2008-01-04 | 1 | -2/+2 |
* | more style(9) | obrien | 2008-01-04 | 1 | -69/+70 |
* | style(9) | obrien | 2008-01-02 | 1 | -36/+36 |
* | Fix printing of the number of syncache entries added. | ru | 2007-12-18 | 1 | -2/+2 |
* | Restore netstat -M functionality for most statistics on core dumps. In | jhb | 2007-07-16 | 1 | -97/+306 |
* | 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 |