aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* icmp6: Count packets dropped due to an invalid hop limitMark Johnston2020-10-191-0/+2
* Extend netstat to display TCP stack and detailed congestion stateRichard Scheffenegger2020-10-094-10/+67
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-036-20/+413
* Add a -C option to netstat to display the congestion control forMichael Tuexen2020-09-134-7/+23
* netstat(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-07-211-2/+23
* Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.John Baldwin2020-06-041-1/+1
* Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin2020-05-021-9/+0
* Fix string format error missed in r359823.Alexander V. Chernikov2020-04-121-1/+1
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-127-79/+700
* Fix an issue of net.inet.igmp.stats handler.Hiroki Sato2020-03-071-0/+16
* Add new ICMPv6 counters for Anti-DoS limits.Bjoern A. Zeeb2020-03-041-0/+8
* Convert routing statistics to VNET_PCPUSTAT.Gleb Smirnoff2019-12-171-6/+6
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Fix: netstat -rsBaptiste Daroussin2019-12-091-0/+3
* netstat: igmp stats, error on unexpected information, not only warnBjoern A. Zeeb2019-11-121-0/+2
* Fix netstat -gs with ip_mroute module and/or vnetMike Karels2019-11-121-6/+4
* Restore description of packets dropped due to full reassembly queue.John Baldwin2019-10-031-2/+2
* Tidy up the list of auth and encryption algorithms for IPsec stats.John Baldwin2019-08-071-24/+5
* IPv6 cleanup: netstatBjoern A. Zeeb2019-08-011-4/+4
* Add stat counter for ipv6 atomic fragmentsTom Jones2019-04-191-0/+2
* Improve ARP logging.Bjoern A. Zeeb2019-03-091-0/+1
* Fix compilation of world with WITHOUT_{INET,INET6}_SUPPORT or both set.Bjoern A. Zeeb2019-03-031-5/+24
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-102-3/+3
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-052-3/+3
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-052-3/+3
* Add a SPD cache to speed up lookups.Fabien Thomas2018-05-221-4/+7
* Bump netstat.1's .Dd after r331347.Jonathan T. Looney2018-03-221-1/+1
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-224-5/+17
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-0/+18
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-023-15/+13
* The combination of IPv6 and SCTP is also supported.Michael Tuexen2017-09-091-2/+2
* Don't call kresolv_list() if using netstat on live kernelBaptiste Daroussin2017-08-301-3/+2
* Use counter(9) for PLPMTUD counters.Sean Bruno2017-08-251-1/+13
* After inpcb route caching was put back in place there is no need forBjoern A. Zeeb2017-07-274-91/+1
* Listening sockets improvements.Gleb Smirnoff2017-06-081-6/+9
* Add descriptions for AES-GCM IPSec authentication (AH) counters.John Baldwin2017-05-271-0/+9
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-2/+3
* usr.bin/netstat: strcpy -> strlcpyAlan Somers2017-04-071-2/+2
* 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-2811-11/+11
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-1/+14
* Fix rstat: symbol not in namelist from netstatSteven Hartland2017-01-091-3/+3
* Fix typo.Xin LI2017-01-091-1/+1
* When displaying netstat details with libxo in JSONHajimu UMEMOTO2017-01-051-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-058-70/+101