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