Age | Commit message (Expand) | Author |
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-07-12 | Count the number of TCP SACK options that were dropped due to the | Alexander Bluhm |
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-13 | Print global IPsec counters. | Martin Pieuchot |
2017-11-07 | Convert all the fields of {ah,esp,ipcomp}stat to uint64. | Visa Hankala |
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-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 |
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-09-02 | Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and add | Vincent Gross |
2016-08-27 | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h | 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-04-26 | Print tcps_noport with netstat -s like it is already done for udp. | Alexander Bluhm |
2016-03-21 | Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s. | Alexander Bluhm |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-06-21 | There is no need to include sys/ucred.h. Only sys/file.h is needed for the | Claudio Jeker |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-14 | IPsec auth and credentials are not stored in the kernel anymore; | Mike Belopuhov |
2015-02-12 | Switch the printing of open sockets from ugly KVM internals to use | Claudio Jeker |
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-03 | Put the socket splicing fields into a seperate struct sosplice that | Alexander Bluhm |
2014-10-26 | remove unused variables | Charles Longeau |
2014-10-23 | Remove networks(5) support. | Ingo Schwarze |
2014-08-14 | No need for <netinet/in_systm.h> nor <netinet/tcpip.h>. | Martin Pieuchot |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-01-25 | Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long. | Claudio Jeker |
2014-01-23 | hardware cecksummed counters -> software checksummed counters | Henning Brauer |
2014-01-19 | Report the number of dropped ICMP error because the rate limit got exceeded. | Claudio Jeker |
2013-12-25 | final circleq to tailq fix. restore the previous pointer check by reading | Ted Unangst |
2013-12-24 | more fixing after circleq conversion. a better fix to check the prev | Ted Unangst |
2013-12-23 | fix circleq tailq conversion | Ted Unangst |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-10-24 | These two programs got fooled by the KAME/NRL split and need type repair. | Theo de Raadt |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-04-18 | improve time_t printing; ok claudio | Theo de Raadt |
2013-03-20 | As non-root, whenever netstat is about to print out a kernel pointer... | Theo de Raadt |
2013-02-05 | netstat -vP also shows the new struct sockbuf field sb_flagsintr. | Alexander Bluhm |
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt |
2011-11-01 | List sockets existing only in the specified or current routing domain. | Mike Belopuhov |