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: safchain/ethtool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6585e3f
Choose a base ref
...
head repository: safchain/ethtool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 53e261c
Choose a head ref
  • 12 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 5, 2024

  1. Bump golang.org/x/sys from 0.21.0 to 0.23.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.21.0 to 0.23.0.
    - [Commits](golang/sys@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4d3485a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request #84 from safchain/dependabot/go_modules/golang.org…

    …/x/sys-0.23.0
    
    Bump golang.org/x/sys from 0.21.0 to 0.23.0
    safchain authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c9db2ef View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    e4b9849 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix: add SOCK_CLOEXEC to socket creation

    Go runtime automatically adds this flag, but when using raw syscalls, it
    should be added manually.
    
    Without this flag, the process leaks a file descriptor on fork/exec.
    
    Signed-off-by: Andrey Smirnov <[email protected]>
    smira committed Oct 1, 2024
    3 Configuration menu
    Copy the full SHA
    4d51994 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump golang.org/x/sys from 0.23.0 to 0.26.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.26.0.
    - [Commits](golang/sys@v0.23.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03dea01 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Merge pull request #89 from safchain/dependabot/go_modules/golang.org…

    …/x/sys-0.26.0
    
    Bump golang.org/x/sys from 0.23.0 to 0.26.0
    safchain authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f8f3ac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from smira/fix/cloexec

    fix: add SOCK_CLOEXEC to socket creation
    safchain authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    efcb03b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from natesales/upstream

    feat: add wake on lan support
    safchain authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    17a8e4c View commit details
    Browse the repository at this point in the history
  4. doc fixes and linter CI job

    safchain committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    db772ae View commit details
    Browse the repository at this point in the history
  5. Merge pull request #90 from safchain/safchain/improve-doc

    doc fixes and linter CI job
    safchain authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4e3aff4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump golang.org/x/sys from 0.26.0 to 0.27.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.27.0.
    - [Commits](golang/sys@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d45feb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from safchain/dependabot/go_modules/golang.org…

    …/x/sys-0.27.0
    
    Bump golang.org/x/sys from 0.26.0 to 0.27.0
    safchain authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    53e261c View commit details
    Browse the repository at this point in the history
Loading