-
Notifications
You must be signed in to change notification settings - Fork 44
Comparing changes
Open a pull request
base repository: jsimonetti/rtnetlink
base: v2.0.5
head repository: jsimonetti/rtnetlink
compare: v2.1.0
- 12 commits
- 24 files changed
- 4 contributors
Commits on Jul 10, 2025
-
build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (#270)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.33.0 to 0.34.0. - [Commits](golang/sys@v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d5d015 - Browse repository at this point
Copy the full SHA 0d5d015View commit details -
build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 (#271)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.15.0 to 0.16.0. - [Commits](golang/sync@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9caaa41 - Browse repository at this point
Copy the full SHA 9caaa41View commit details
Commits on Aug 8, 2025
-
build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (#272)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.34.0 to 0.35.0. - [Commits](golang/sys@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 563e77d - Browse repository at this point
Copy the full SHA 563e77dView commit details
Commits on Aug 26, 2025
-
Use golang.org/x/sys/cpu.IsBigEndian (#273)
github.com/mdlayher/netlink v1.8.0 changed the return of nlenc.NativeEndian() such that comparing it against encoding.BigEndian or encoding.LittleEndian does not work as expected. Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8dffaf - Browse repository at this point
Copy the full SHA f8dffafView commit details
Commits on Aug 27, 2025
-
build(deps): bump github.com/mdlayher/netlink from 1.7.2 to 1.8.0 (#274)
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/mdlayher/netlink/releases) - [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md) - [Commits](mdlayher/netlink@v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: github.com/mdlayher/netlink dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 499070d - Browse repository at this point
Copy the full SHA 499070dView commit details
Commits on Sep 1, 2025
-
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#275)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 77c6bbd - Browse repository at this point
Copy the full SHA 77c6bbdView commit details
Commits on Oct 1, 2025
-
build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 (#278)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09ef11e - Browse repository at this point
Copy the full SHA 09ef11eView commit details
Commits on Oct 30, 2025
-
Implement additional drivers (#280)
Add drivers for bridge, macvlan, vlan, vxlan and add helpers to LinkService to use them (SetMaster, RemoveMaster) Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
Configuration menu - View commit details
-
Copy full SHA for 5c41262 - Browse repository at this point
Copy the full SHA 5c41262View commit details -
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
Configuration menu - View commit details
-
Copy full SHA for f543eb3 - Browse repository at this point
Copy the full SHA f543eb3View commit details -
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
Configuration menu - View commit details
-
Copy full SHA for 3b540fe - Browse repository at this point
Copy the full SHA 3b540feView commit details -
build(deps): bump golang.org/x/sys from 0.35.0 to 0.37.0 (#279)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.35.0 to 0.37.0. - [Commits](golang/sys@v0.35.0...v0.37.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 960d5be - Browse repository at this point
Copy the full SHA 960d5beView commit details -
build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 (#276)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.17.0. - [Commits](golang/sync@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc40eea - Browse repository at this point
Copy the full SHA fc40eeaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.5...v2.1.0