aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* netstat: reduce use of historical Internet classesMike Karels2021-11-091-17/+6
* netstat: split ipsec and ipsec6 statistics in libxoMateusz Guzik2021-10-051-6/+7
* tcp: Make dsack stats available in netstat and also make sure its aware of TL...Randall Stewart2021-10-011-0/+6
* netstat: Fix typoStefan Eßer2021-07-021-1/+1
* ip_mroute: refactor bw_meter APIWojciech Macek2021-05-211-3/+12
* netstat: fix typo from 0471a8c73402Richard Scheffenegger2021-05-101-1/+1
* tcp: SACK Lost Retransmission Detection (LRD)Richard Scheffenegger2021-05-101-0/+2
* usr.bin/netstat: use roundup2 when rounding up to power of 2.Xin LI2021-05-022-3/+3
* tcp: add support for TCP over UDPMichael Tuexen2021-04-181-0/+4
* Fix `netstat -rs` reporting.Alexander V. Chernikov2021-03-312-13/+1
* 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