Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsimonetti/rtnetlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
...
head repository: jsimonetti/rtnetlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 4 contributors

Commits on Jul 10, 2025

  1. 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>
    dependabot[bot] authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    0d5d015 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    9caaa41 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. 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>
    dependabot[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    563e77d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. 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>
    dswarbrick authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f8dffaf View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. 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>
    dependabot[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    499070d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. 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>
    dependabot[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    77c6bbd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. 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>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    09ef11e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. 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>
    jsimonetti authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    5c41262 View commit details
    Browse the repository at this point in the history
  2. Update go version

    Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
    jsimonetti committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    f543eb3 View commit details
    Browse the repository at this point in the history
  3. Update go version

    Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
    jsimonetti committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    3b540fe View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    960d5be View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    fc40eea View commit details
    Browse the repository at this point in the history
Loading