aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-101-2/+2
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-051-2/+2
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-2/+2
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-221-3/+8
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-1/+2
* Use counter(9) for PLPMTUD counters.Sean Bruno2017-08-251-1/+13
* Listening sockets improvements.Gleb Smirnoff2017-06-081-6/+9
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-146/+24
* Typo.Gleb Smirnoff2017-03-101-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-1/+14
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-9/+15
* Print hostcache usage counts with TCP statistics.Marcelo Araujo2016-12-281-0/+6
* When calling netstat -Laptcp the local address values are not alignedMichael Tuexen2016-07-151-3/+3
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-3/+3
* Print running TCP connection counts with TCP statistics.Gleb Smirnoff2016-03-151-0/+28
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-021-3/+3
* Fix udp entry of `netstat -TW'.Hajimu UMEMOTO2015-11-251-0/+2
* Correct alignment of the addresses in the `netstat -aW' output.Hajimu UMEMOTO2015-11-241-12/+21
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-108/+33
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-1/+0
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-375/+620
* Burn bridges to FreeBSD 7.x IGMP stats.Gleb Smirnoff2015-02-191-62/+0
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-2/+3
* Add -R to netstat to dump RSS/flow information.Adrian Chadd2014-05-191-3/+11
* - Remove net.inet.tcp.reass.overflows sysctl. It counts exactlyGleb Smirnoff2014-05-061-1/+2
* Print the MD5 signature information introduced in r221023 in theBjoern A. Zeeb2014-02-051-0/+11
* Migrate struct carpstats to PCPU counters.Andrey V. Elsukov2013-07-091-1/+1
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-091-4/+4
* Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov2013-07-091-14/+4
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-26/+26
* Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromGleb Smirnoff2013-04-101-4/+14
* Merge from projects/counters: TCP/IP stats.Gleb Smirnoff2013-04-081-124/+130
* WARNS=6 compliancePhilippe Charnier2013-02-191-1/+1
* Use pluralies() for "entry"/"entries".Gleb Smirnoff2013-01-221-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-1/+4
* Eliminate an unused parameter of static method igmp_stats_live_old().Xin LI2012-04-131-2/+2
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Fixed sockets display somewhat (-L, -T, -x, -Lx, with and without -A).Ruslan Ermilov2011-03-261-45/+37
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-211-8/+16
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Restore the (state) and \n printout when not using -T.George V. Neville-Neil2010-11-221-2/+3
* Add new, per connection, statistics for TCP, including:George V. Neville-Neil2010-11-171-15/+24
* 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