Update module github.com/mdlayher/netlink to v1.11.2 - #8
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-mdlayher-netlink-1.x
branch
from
March 1, 2026 13:18
d0a86b7 to
707d2e0
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
renovate
Bot
force-pushed
the
renovate/github.com-mdlayher-netlink-1.x
branch
from
March 14, 2026 13:57
707d2e0 to
355f3ce
Compare
renovate
Bot
force-pushed
the
renovate/github.com-mdlayher-netlink-1.x
branch
from
April 1, 2026 10:02
355f3ce to
7d0cfd9
Compare
renovate
Bot
force-pushed
the
renovate/github.com-mdlayher-netlink-1.x
branch
from
April 11, 2026 08:33
7d0cfd9 to
d1c89ff
Compare
renovate
Bot
force-pushed
the
renovate/github.com-mdlayher-netlink-1.x
branch
from
April 16, 2026 22:11
d1c89ff to
11f997d
Compare
renovate
Bot
force-pushed
the
renovate/github.com-mdlayher-netlink-1.x
branch
from
May 16, 2026 09:44
11f997d to
b0ce628
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.1→v1.11.2Release Notes
mdlayher/netlink (github.com/mdlayher/netlink)
v1.11.2Compare Source
where
netlink.Conn.Receivewould block concurrent calls tonetlink.Conn.Sendwhen blocking inrecvmsg.golang.org/x/netandgolang.org/x/sysdependencies.v1.11.1Compare Source
where
netlink.Conn.Receivewould reject valid netlink messages whose headerlength is not aligned. This is common with nfqueue, nflog and conntrack events.
where
netlink.Message.Datacould be silently overwritten by subsequentnetlink.Conn.Receivecalls whennetlink.Config.MessageBufferSizeis enabled,due to pooled buffer reuse.
error handling by usage of
errorspackage.v1.11.0Compare Source
This is the first release of package netlink that only supports Go 1.25+.
critical bug where
netlink.Conn.Receiveandnetlink.Conn.ReceiveIterwouldpanic if the received message was unaligned.
big-endian test fixtures for nlenc and deprecated endian helpers in favor of
binary.NativeEndian.
skipping of tests on big-endian hosts.
golangci-lint to the CI pipeline and fixed all existing lint issues.
dependencies and Go version to 1.25.
v1.10.0Compare Source
Users of this version should upgrade to v1.11.0 as this version contains a
critical bug.
MessageBufferSizeoption tonetlink.Configfor configuring the size of thecopy buffer used for receiving messages. This can improve performance in
high-throughput applications by reducing the number of syscalls needed to
receive messages.
debug logging inspired by libmnl. This is now the new default when setting
NLDEBUGin the environment.netlink.Conn.ReceiveIterfor iterating over responses without collectingthem into a slice. It also optimized
netlink.Conn.Receiveto use this newAPI internally so that less memory is used.
nltest.Conn.Receivecan be used to test that multi-part messages are drainedproperly.
the initial parsing of netlink messages in
netlink.Socket.Receiveby addingan iterator for parsing messages directly from the receive buffer.
integration test benchmarks for multi-part dumps.
the internal peek/allocate logic in
netlink.Socket.Receive. Messages areno longer being copied during peeking and the buffer is allocated to the exact
size of the upcoming message.
where concurrent calls to
netlink.Conn.Receivecould race with each otherwhen handling multi-part messages. Calls to
Receiveare now serialized.handling for truncated messages in
netlink.Socket.Receive.v1.9.0Compare Source
This is the first release of package netlink that only supports Go 1.24+.
Go 1.24-1.26.
Sequencefield toOpErrorfor better error correlation.netlink.Conn.PIDmethod to retrieve the connection's PID, also known as portID.
skipping of specific tests on big-endian hosts.
v1.8.0Compare Source
v1.7.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.