Age | Commit message (Expand) | Author |
2019-07-12 | Count the number of TCP SACK options that were dropped due to the | Alexander Bluhm |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-13 | Do memory size calculations as unsigned long. Otherwise | Alexander Bluhm |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-28 | Fix reading route entries via kvm(3). | Martin Pieuchot |
2019-04-20 | The rip6 checksum errors are accounted per socket. So the no socket | Alexander Bluhm |
2019-04-17 | signpost the location of the text explaining routing table output a little be... | Jason McIntyre |
2019-04-17 | remove some unneccessary baggage: Nm does not require an argument, | Jason McIntyre |
2019-03-05 | add -e to usage; while here, change the argument name to -T from tableid | Jason McIntyre |
2019-03-04 | when showing interface stats, combine the queue drops with errors as fails | David Gwynne |
2018-12-18 | With option -l, show only UDP sockets that can receive packets from | Sebastian Benoit |
2018-11-19 | Utilize sigio with sockets. | Visa Hankala |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-08-13 | Print global IPsec counters. | Martin Pieuchot |
2018-07-13 | Use "rtable" not "tableid" as argument name for rtable | kn |
2018-06-04 | Zap unused mifi_t. | kn |
2018-06-04 | Zap unused sockaddr. | kn |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-26 | AF_LOCAL is #define-non-grata; 'local' is 'unix' | Philip Guenther |
2018-01-05 | No need for <sys/socketvar.h> | Martin Pieuchot |
2017-11-07 | Convert all the fields of {ah,esp,ipcomp}stat to uint64. | Visa Hankala |
2017-10-28 | Bring "netstat -m" output up to speed with the kernel | Mike Belopuhov |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-08-12 | add option -l to show only listening sockets (for tcp) | Sebastian Benoit |
2017-07-27 | uint32_t is never < 0; pointed out by clang. | Florian Obser |
2017-05-16 | When printing a tcpcb with -P and -v, also show the inp in netstat | Alexander Bluhm |
2017-05-08 | Make netstat(8) always ask for IPv6 multicast routing information. Worst | Rafael Zalamena |
2017-05-04 | For TCP sockets netstat -A must print the address of the TCP protocol | Alexander Bluhm |
2017-03-07 | Rename struct etheripstat members for consistency, move them all to 64bits | Jeremie Courreges-Anglas |
2017-02-20 | Crank all members of struct ipipstat to 64 bits | Jeremie Courreges-Anglas |
2017-02-07 | IPsec packets could be dropped unaccounted if output after crypto | Alexander Bluhm |
2017-02-04 | Include netinet/in.h for in_addr_t now it has moved out of sys/types.h. | Jonathan Gray |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-11-11 | Print the route cached at the inp with netstat -P. While there, | Alexander Bluhm |
2016-10-28 | there's a new mbuf cluster pool. | David Gwynne |
2016-10-12 | Mention that netstat -P needs kmem access. | Jeremie Courreges-Anglas |
2016-09-15 | dont #define _KERNEL around some #includes | David Gwynne |
2016-09-03 | Add userland parts for BFD. Can't work if you don't have it enabled in | Peter Hessler |
2016-09-02 | Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and add | Vincent Gross |
2016-09-01 | Document all letters used for route flags in "netstat -r". | Alexander Bluhm |
2016-09-01 | Display all route flags in "route get", "route show" and "netstat -r" | Alexander Bluhm |
2016-08-27 | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2016-08-13 | %lld -> %llu for u_int64_t struct fields. | Kenneth R Westerback |
2016-08-13 | As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the | Kenneth R Westerback |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-06-05 | In netstat, display correct counter for 'no basic MCS set' error. | Stefan Sperling |
2016-04-28 | Display block ack window slide counter. | Stefan Sperling |