summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
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
2016-04-27Make netstat -W show new 802.11n counters. Requires a new kernel.Stefan Sperling
2016-04-26Print tcps_noport with netstat -s like it is already done for udp.Alexander Bluhm
2016-04-04Add sys/queue.h where it's needed. Unbreak userland following recentStuart Henderson
2016-03-28Drop if-zeroed gethostbyname2.h header, remnant from KAME timesJeremie Courreges-Anglas
2016-03-21Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s.Alexander Bluhm
2016-01-01The "-P" option does not need to read routing table symbols so do notMartin Pieuchot
2015-12-03Print the interface index, we no longer have a pointer to the interface.Martin Pieuchot
2015-10-23further simplify argvTed Unangst
2015-10-23simplify backcompat. no more support for kernel or kmem on argvTed Unangst
2015-10-05Handle ifi_oqdrops in netstat(8).Masao Uebayashi
2015-09-11Remove XRESOLVE support.Martin Pieuchot
2015-09-11Remove never called functions to dump per-ifp IPv6 statistics now thatMartin Pieuchot
2015-09-04Fix mbuf memory accounting after recent *8 pool size change.Martin Pieuchot
2015-08-24Remove obsolete fields in struct unpcb. In the past they were usedAlexander Bluhm
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-06-21There is no need to include sys/ucred.h. Only sys/file.h is needed for theClaudio Jeker
2015-04-27sync with rev 1.99 of sbin/route/show.cSebastian Benoit
2015-04-22Expand SLIST macro of unix pcb members before printing the pointer.Alexander Bluhm
2015-04-16remove unfinished/unused support for socket-attached ipsec-policiesMarkus Friedl
2015-04-14IPsec auth and credentials are not stored in the kernel anymore;Mike Belopuhov