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: mdlayher/netlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: mdlayher/netlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 8 commits
  • 21 files changed
  • 5 contributors

Commits on May 9, 2024

  1. README: update Ecosystem (#211)

    Add NETLINK_SOCK_DIAG to the ecosystem.
    florianl authored May 9, 2024
    Configuration menu
    Copy the full SHA
    13a521f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. use Go 1.21's binary.NativeEndian (#220)

    Signed-off-by: Brad Fitzpatrick <[email protected]>
    bradfitz authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    fbb4dce View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. go.mod: update socket module

    Signed-off-by: Terin Stock <[email protected]>
    terinjokes authored and stapelberg committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    6ead30c View commit details
    Browse the repository at this point in the history
  2. .github/workflows: add Go 1.24 to matrix

    Signed-off-by: Terin Stock <[email protected]>
    terinjokes authored and stapelberg committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    18260e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f7746f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Update build (#224)

    * Update Go to latest versions.
    * Bump Go modules.
    * Update minimum Go version to 1.23.0.
    * Enable dependabot.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    3aa11cc View commit details
    Browse the repository at this point in the history
  2. Pin GitHub Actions (#225)

    Pin the GitHub actions to their hash version for supply chain security.
    * These will be updaed by dependabot (#224)
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    1103618 View commit details
    Browse the repository at this point in the history
  3. Release v1.8.0 (#226)

    - [Improvement]: Updated dependencies, test with Go 1.23 to 1.25.
    - [Improvement]: Use Go 1.21's binary.NativeEndian (#220)
    - [Improvement]: Expose socket ReadBuffer & WriteBuffer functions (#223)
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    7ca951a View commit details
    Browse the repository at this point in the history
Loading