deps: bump github.com/mdlayher/netlink from 1.11.0 to 1.11.1 - #2224
Merged
Mathew Merrick (matmerr) merged 1 commit intoApr 21, 2026
Merged
Conversation
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/mdlayher/netlink/releases) - [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md) - [Commits](mdlayher/netlink@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/mdlayher/netlink dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
Beegii Khurelsukh (BeegiiK) and
Yilin (xiaozhiche320)
April 21, 2026 13:25
Mathew Merrick (matmerr)
approved these changes
Apr 21, 2026
Mathew Merrick (matmerr)
deleted the
dependabot/go_modules/github.com/mdlayher/netlink-1.11.1
branch
April 21, 2026 19:42
Laksh (lakshk98)
pushed a commit
to lakshk98/retina
that referenced
this pull request
Aug 4, 2026
…ft#2224) Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.11.0 to 1.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdlayher/netlink/releases">github.com/mdlayher/netlink's releases</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <p>See <a href="https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1111">https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1111</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md">github.com/mdlayher/netlink's changelog</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <ul> <li>[Bug Fix]: <a href="https://redirect.github.com/mdlayher/netlink/pull/283">#283</a> fixed a bug where <code>netlink.Conn.Receive</code> would reject valid netlink messages whose header length is not aligned. This is common with nfqueue, nflog and conntrack events.</li> <li>[Bug Fix]: <a href="https://redirect.github.com/mdlayher/netlink/pull/284">#284</a> fixed a bug where <code>netlink.Message.Data</code> could be silently overwritten by subsequent <code>netlink.Conn.Receive</code> calls when <code>netlink.Config.MessageBufferSize</code> is enabled, due to pooled buffer reuse.</li> <li>[Improvement]: <a href="https://redirect.github.com/mdlayher/netlink/pull/282">#282</a> improved error handling by usage of <code>errors</code> package.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdlayher/netlink/commit/45ff01502724315f830173461edd86b98a9a5a40"><code>45ff015</code></a> CHANGELOG: release v1.11.1 (<a href="https://redirect.github.com/mdlayher/netlink/issues/285">#285</a>)</li> <li><a href="https://github.com/mdlayher/netlink/commit/87883031ec9c1f94db54aee63f7483df7616113a"><code>8788303</code></a> netlink: fix UnmarshalBinary rejecting valid unpadded netlink messages (<a href="https://redirect.github.com/mdlayher/netlink/issues/283">#283</a>)</li> <li><a href="https://github.com/mdlayher/netlink/commit/bf38b1689d9489a5df083ff3961ea79e9240f894"><code>bf38b16</code></a> conn_linux: copy pooled receive buffers before parsing (<a href="https://redirect.github.com/mdlayher/netlink/issues/284">#284</a>)</li> <li><a href="https://github.com/mdlayher/netlink/commit/c24d5163915b3e1ec47c3a34c84087bf2283d2a0"><code>c24d516</code></a> Improve error handling (<a href="https://redirect.github.com/mdlayher/netlink/issues/282">#282</a>)</li> <li>See full diff in <a href="https://github.com/mdlayher/netlink/compare/v1.11.0...v1.11.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Laksh (lakshk98)
pushed a commit
to lakshk98/retina
that referenced
this pull request
Aug 4, 2026
…ft#2224) Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.11.0 to 1.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mdlayher/netlink/releases">github.com/mdlayher/netlink's releases</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <p>See <a href="https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1111">https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1111</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md">github.com/mdlayher/netlink's changelog</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <ul> <li>[Bug Fix]: <a href="https://redirect.github.com/mdlayher/netlink/pull/283">#283</a> fixed a bug where <code>netlink.Conn.Receive</code> would reject valid netlink messages whose header length is not aligned. This is common with nfqueue, nflog and conntrack events.</li> <li>[Bug Fix]: <a href="https://redirect.github.com/mdlayher/netlink/pull/284">#284</a> fixed a bug where <code>netlink.Message.Data</code> could be silently overwritten by subsequent <code>netlink.Conn.Receive</code> calls when <code>netlink.Config.MessageBufferSize</code> is enabled, due to pooled buffer reuse.</li> <li>[Improvement]: <a href="https://redirect.github.com/mdlayher/netlink/pull/282">#282</a> improved error handling by usage of <code>errors</code> package.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mdlayher/netlink/commit/45ff01502724315f830173461edd86b98a9a5a40"><code>45ff015</code></a> CHANGELOG: release v1.11.1 (<a href="https://redirect.github.com/mdlayher/netlink/issues/285">#285</a>)</li> <li><a href="https://github.com/mdlayher/netlink/commit/87883031ec9c1f94db54aee63f7483df7616113a"><code>8788303</code></a> netlink: fix UnmarshalBinary rejecting valid unpadded netlink messages (<a href="https://redirect.github.com/mdlayher/netlink/issues/283">#283</a>)</li> <li><a href="https://github.com/mdlayher/netlink/commit/bf38b1689d9489a5df083ff3961ea79e9240f894"><code>bf38b16</code></a> conn_linux: copy pooled receive buffers before parsing (<a href="https://redirect.github.com/mdlayher/netlink/issues/284">#284</a>)</li> <li><a href="https://github.com/mdlayher/netlink/commit/c24d5163915b3e1ec47c3a34c84087bf2283d2a0"><code>c24d516</code></a> Improve error handling (<a href="https://redirect.github.com/mdlayher/netlink/issues/282">#282</a>)</li> <li>See full diff in <a href="https://github.com/mdlayher/netlink/compare/v1.11.0...v1.11.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Bumps github.com/mdlayher/netlink from 1.11.0 to 1.11.1.
Release notes
Sourced from github.com/mdlayher/netlink's releases.
Changelog
Sourced from github.com/mdlayher/netlink's changelog.
Commits
45ff015CHANGELOG: release v1.11.1 (#285)8788303netlink: fix UnmarshalBinary rejecting valid unpadded netlink messages (#283)bf38b16conn_linux: copy pooled receive buffers before parsing (#284)c24d516Improve error handling (#282)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)