Skip to content

Chore(deps): Bump github.com/mdlayher/netlink from 1.9.0 to 1.11.2#3339

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/mdlayher/netlink-1.11.2
Open

Chore(deps): Bump github.com/mdlayher/netlink from 1.9.0 to 1.11.2#3339
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/mdlayher/netlink-1.11.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps github.com/mdlayher/netlink from 1.9.0 to 1.11.2.

Release notes

Sourced from github.com/mdlayher/netlink's releases.

v1.11.2

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1112

v1.11.1

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1111

v1.11.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1110

v1.10.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1100

Changelog

Sourced from github.com/mdlayher/netlink's changelog.

v1.11.2

  • [Bug Fix]: #291 fixed a bug where netlink.Conn.Receive would block concurrent calls to netlink.Conn.Send when blocking in recvmsg.
  • [Improvement]: #289 updated golang.org/x/net and golang.org/x/sys dependencies.

v1.11.1

  • [Bug Fix]: #283 fixed a bug where netlink.Conn.Receive would reject valid netlink messages whose header length is not aligned. This is common with nfqueue, nflog and conntrack events.
  • [Bug Fix]: #284 fixed a bug where netlink.Message.Data could be silently overwritten by subsequent netlink.Conn.Receive calls when netlink.Config.MessageBufferSize is enabled, due to pooled buffer reuse.
  • [Improvement]: #282 improved error handling by usage of errors package.

v1.11.0

This is the first release of package netlink that only supports Go 1.25+.

  • [Bug Fix]: #280 fixed a critical bug where netlink.Conn.Receive and netlink.Conn.ReceiveIter would panic if the received message was unaligned.
  • [Improvement]: #277 added big-endian test fixtures for nlenc and deprecated endian helpers in favor of binary.NativeEndian.
  • [Improvement]: #276 fixed skipping of tests on big-endian hosts.
  • [Improvement]: #273 added golangci-lint to the CI pipeline and fixed all existing lint issues.
  • [Improvement]: #272 updated dependencies and Go version to 1.25.

v1.10.0

Users of this version should upgrade to v1.11.0 as this version contains a critical bug.

  • [New API]: #270 added MessageBufferSize option to netlink.Config for configuring the size of the copy buffer used for receiving messages. This can improve performance in high-throughput applications by reducing the number of syscalls needed to receive messages.
  • [Improvement]: #219 added debug logging inspired by libmnl. This is now the new default when setting NLDEBUG in the environment.

... (truncated)

Commits
  • 847c7b8 CHANGELOG: release v1.11.2 (#292)
  • 2a76054 conn: fix Receive blocking Send (#291)
  • 3881416 build(deps): bump golang.org/x/net in / (#289)
  • 45ff015 CHANGELOG: release v1.11.1 (#285)
  • 8788303 netlink: fix UnmarshalBinary rejecting valid unpadded netlink messages (#283)
  • bf38b16 conn_linux: copy pooled receive buffers before parsing (#284)
  • c24d516 Improve error handling (#282)
  • f1e0776 CHANGELOG: release v1.11.0 (#281)
  • 1ae4967 conn: align receive buffer to nlmsgAlign boundary (#280)
  • a044567 nlenc: add big-endian test fixtures and deprecate endian helpers (#276)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/mdlayher/netlink-1.11.2 branch from dff469c to 7171cf2 Compare May 24, 2026 20:38
@qdm12
Copy link
Copy Markdown
Member

qdm12 commented May 24, 2026

@dependabot rebase

Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.9.0 to 1.11.2.
- [Release notes](https://github.com/mdlayher/netlink/releases)
- [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md)
- [Commits](mdlayher/netlink@v1.9.0...v1.11.2)

---
updated-dependencies:
- dependency-name: github.com/mdlayher/netlink
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/mdlayher/netlink-1.11.2 branch from 7171cf2 to c747743 Compare May 24, 2026 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant