summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2024-08-29Show expensive mbuf operations in netstat(1) statistics.Alexander Bluhm
2024-08-12Get rid of inet_aton and simplify.Florian Obser
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-04-17Use struct ipsec_level within inpcb.Alexander Bluhm
2024-02-13Merge struct route and struct route_in6.Alexander Bluhm
2024-02-05Add netstat counter for route cache.Alexander Bluhm
2023-11-14This code depends on internals from net/art.h so include it explicitly.Claudio Jeker
2023-09-04Fix netstat output of uses of current SYN cache left.Alexander Bluhm
2023-07-16Make the mbstat preserve the same size which is actually used. AlsoYASUOKA Masahiko
2023-07-07Expand the counters in struct mbstat from u_short to u_long.YASUOKA Masahiko
2023-07-07Use "llu%" for printing the uint64_t fields in tcpcb.YASUOKA Masahiko
2023-07-02Use TSO and LRO on the loopback interface to transfer TCP faster.Alexander Bluhm
2023-05-23New counters for LRO packets from hardware TCP offloading.Jan Klemkow
2023-05-10Implement TCP send offloading, for now in software only. This isAlexander Bluhm
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-01-04minor text shuffle, for clarity; ok millertJason McIntyre
2022-12-23remove "-p protocol" from the -r synopsis: it no longer makes senseJason McIntyre
2022-12-22move the flag mappings displayed by "route show" from netstat(1) to route(8):Jason McIntyre
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-11-09ndp, route, netstat: adjust ipv6 address widthKlemens Nanni
2022-09-08Remove useless -tKlemens Nanni
2022-08-26Remove stale comment about nonexistent ifnetaddrKlemens Nanni
2022-08-12There are some places in ip and ip6 input where operations fail dueAlexander Bluhm
2022-06-28Adapt netstat kvm code to ref count change in struct rtentry.Alexander Bluhm
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-12-05sys/select.h is not needed, if howmany/NBBY are needed they will arriveTheo de Raadt
2021-11-29local copy of roundup() means no more sys/param.hTheo de Raadt
2021-11-21Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to theVitaliy Makkoveev
2021-03-17Netstat wants to access kernel internal structures for the kvm walker ofClaudio Jeker
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2021-01-26sockb variable is unused (and even worse, was common unused)Theo de Raadt
2021-01-24Add missing __KAME__ markers.Florian Obser
2021-01-17Replace SB_KNOTE and sb_flagsintr with direct checking of klist.Visa Hankala
2021-01-16Unle recover the scope_id from a possible embedded scope if the scope_idClaudio Jeker
2021-01-02Add missing .Cm macros to the Address Family table.Ingo Schwarze
2021-01-02Markup route flags such that apropos(1) finds themkn
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-23Print specific headline for TCP state and IP protocol in netstat.Alexander Bluhm
2020-09-15"Route show" and "netstat -r" provide formatting for routing tables withpamela
2020-07-18oops - the description of -i had a similarly incorrect text as -I concerningJason McIntyre
2020-07-18the text describing the effect of -f on -I is apparently wrong - no such codeJason McIntyre
2020-06-16rework SYNOPSIS/usage() to show better the various use formats,Jason McIntyre
2020-06-12Remove superflous space I added with my last commit.remi
2020-06-12update usage() with -R.remi
2020-06-12Add -R to show a summary of rdomains with associated interfaces and tables.remi
2020-01-15Print the correct field, sb_timeo has been replaced by sb_timeo_nsecs.Martin Pieuchot
2019-12-08Make sure packet destination address matches interface address,Alexandr Nedvedicky
2019-09-02The output of netstat -g was mangled. Fix header line and printAlexander Bluhm
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm