aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* netstat(1): add description for option -o and -O.K Rin2025-05-071-1/+33
* netstat.1: Clarify -d argumentBram2024-10-201-3/+3
* netstat: increase width of Netif columnLexi Winter2024-10-102-6/+4
* netstat: fix missing tab in icmp6 outputKristof Provost2023-11-191-1/+1
* netstat(1): fix manpage dateDoug Rabson2023-09-021-1/+1
* netstat(1): teach netstat to attach to jailsDoug Rabson2023-09-023-13/+126
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2316-31/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-231-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* netstat -i: compute most field widths dynamicallyMike Karels2023-08-022-77/+143
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-253-3/+3
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2023-02-201-0/+2
* netstat: print path weight when showing routes in structured output.Alexander V. Chernikov2023-01-131-0/+2
* netstat -i: do not truncate interface namesMike Karels2022-07-132-14/+20
* netstat: fix nhop prepend printing.Alexander V. Chernikov2022-03-281-2/+4
* netstat: Fix typoStefan Eßer2022-03-041-1/+1
* ipsec(4): Fix a few typos in error messagesGordon Bergling2022-02-131-3/+3
* tcptw: count how many times a tcptw was actually usefulGleb Smirnoff2022-01-131-2/+12
* netstat: reduce use of historical Internet classesMike Karels2021-12-101-17/+6
* mendMichael Tuexen2021-06-071-0/+4
* usr.bin/netstat: use roundup2 when rounding up to power of 2.Xin LI2021-05-162-3/+3
* Fix `netstat -rs` reporting.Alexander V. Chernikov2021-04-042-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