<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/netstat, branch releng/14.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2026-01-21T15:18:14Z</updated>
<entry>
<title>netstat: fix typo</title>
<updated>2026-01-21T15:18:14Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2026-01-18T12:26:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e8731113c601a4ed0d2faa3a1e8aaee643176760'/>
<id>urn:sha1:e8731113c601a4ed0d2faa3a1e8aaee643176760</id>
<content type='text'>
(cherry picked from commit 0ef8f7133d0f1ee28af1689f013f18e002eeae9f)
</content>
</entry>
<entry>
<title>netstat: fix a segfault with --libxo</title>
<updated>2026-01-20T17:15:13Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2026-01-06T22:19:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3647e2a408e8a0246ec2240a152f8c41c3482cb'/>
<id>urn:sha1:b3647e2a408e8a0246ec2240a152f8c41c3482cb</id>
<content type='text'>
Fix a segfault when printing the "protocol" field.  The field-format and
encoding-format were expecting different numbers of arguments.

Also, fix the width of the tcp-state field in encoded output.

PR:		292228
Fixes:		c2b08c13c20 netstat: add support for UDP-Lite endpoints
Sponsored by:	ConnectWise
Reviewed by:	tuexen, js, des
Differential Revision: https://reviews.freebsd.org/D54567

(cherry picked from commit 3b6615ec0332f901fcc9e9307f78717424f09c1e)
</content>
</entry>
<entry>
<title>netstat: Remove padding from cc and stack fields</title>
<updated>2026-01-20T13:25:39Z</updated>
<author>
<name>Johan Söllvander</name>
<email>js@FreeBSD.org</email>
</author>
<published>2026-01-15T14:21:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af46d309a72b73398c3d0e4bee9b21437af17d7a'/>
<id>urn:sha1:af46d309a72b73398c3d0e4bee9b21437af17d7a</id>
<content type='text'>
Trim white space padding that gets added libxo fields cc and stack when
using -C and -c.

The padding is only visible if you're using multiple stacks or
congestion algorithms.

PR:             292262
Reviewed by:    asomers, tuexen
Approved by:    asomers (mentor)
Differential Revision:  https://reviews.freebsd.org/D54709

(cherry picked from commit faa31fc0e7acc1c53bba2b69a63e9ff55d24faf7)
</content>
</entry>
<entry>
<title>netstat: add support for UDP-Lite endpoints</title>
<updated>2025-10-31T14:05:57Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-10-23T07:15:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0b91ae49c190d2976b2b5f0b41177b4e5da30ff'/>
<id>urn:sha1:a0b91ae49c190d2976b2b5f0b41177b4e5da30ff</id>
<content type='text'>
With this patch UDP-Lite endpoints are also shown per default.

Reviewed by:		Nick Banks
Differential Revision:	https://reviews.freebsd.org/D53252

(cherry picked from commit c2b08c13c20d44c3368bcbf738624e5fac461314)
</content>
</entry>
<entry>
<title>netstat: Fix -ia missing multicast addresses on some interfaces</title>
<updated>2025-10-11T15:21:48Z</updated>
<author>
<name>Nick Reilly</name>
<email>nreilly@qnx.com</email>
</author>
<published>2025-09-12T19:27:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54a72bbaee2eeed26f8a06bb28a1fc52f24789f7'/>
<id>urn:sha1:54a72bbaee2eeed26f8a06bb28a1fc52f24789f7</id>
<content type='text'>
sdl_data isn't always NULL terminated

Signed-off-by: nreilly@qnx.com

PR:		288958
Reviewed by:	markj
MFC after:	1 week

(cherry picked from commit 0952943a680dca12fe8f65f8813a9dca0783ce88)
</content>
</entry>
<entry>
<title>netstat: improve statistic output for sctp</title>
<updated>2025-09-05T22:26:39Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-08-26T12:57:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb2287ec1b0170e0f52a13c44d5571dbcfd6fff0'/>
<id>urn:sha1:bb2287ec1b0170e0f52a13c44d5571dbcfd6fff0</id>
<content type='text'>
Provide counters for receive and transmit checksum offloading for
SCTP.

(cherry picked from commit 6d988ec3a76135409730313877b3eb0b8a7517fc)
</content>
</entry>
<entry>
<title>netstat: report undelivered multi and broadcast UDP packets correctly</title>
<updated>2025-09-05T19:02:52Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-08-13T06:57:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd86cd7a7f499358f4402e9963529e3637b508ed'/>
<id>urn:sha1:fd86cd7a7f499358f4402e9963529e3637b508ed</id>
<content type='text'>
When reporting undelivered broadcast/multicast datagrams, don't just
report the undelivered broadcast ones. Actually report the sum of both.
Alternatively, one could also report broadcast and multicast datagrams
separately, but that would change the output format of netstat.
While there, use the correct type for casting a variable printed
with %ju.

Reviewed by:		cc
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D51881

(cherry picked from commit 2b068d35de84975ea4b04a19413786663a51dc70)
</content>
</entry>
<entry>
<title>netstat: remove unneeded cast</title>
<updated>2025-09-05T19:02:22Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-08-12T17:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4eb741473379cec354a5f478a6cc94a31d505dfd'/>
<id>urn:sha1:4eb741473379cec354a5f478a6cc94a31d505dfd</id>
<content type='text'>
delivered is already an uint64_t, so no need to cast it to that
type.

Sponsored by:		Netflix, Inc.

(cherry picked from commit 6bca82843e5605fc242211093b56d1129eb4307c)
</content>
</entry>
<entry>
<title>Don't include netinet/tcp_timer.h when not needed</title>
<updated>2025-09-05T06:18:15Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-06-17T04:07:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39291cea53ad06e0dacc98d7c81658b7d75c28c1'/>
<id>urn:sha1:39291cea53ad06e0dacc98d7c81658b7d75c28c1</id>
<content type='text'>
Reviewed by:		glebius
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D50889

(cherry picked from commit 6039cd1b45eb847ef5bbe6c58341b8b92fff8a74)
</content>
</entry>
<entry>
<title>netstat: fix reporting of delivered UDP packets</title>
<updated>2025-09-03T09:59:04Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2025-08-12T17:40:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0e3a2d77bfe2cd1992a10c760cae273924e8300'/>
<id>urn:sha1:c0e3a2d77bfe2cd1992a10c760cae273924e8300</id>
<content type='text'>
The counter udps_noport includes udps_noportbcast, so don't subtract
udps_noportbcast twice.

PR:			288680
Reviewed by:		rrs
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D51870

(cherry picked from commit d3f2d49e01a867e19186a1db095a7dd66e6c77c0)
</content>
</entry>
</feed>
