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