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: v1.2.0
Choose a base ref
...
head repository: jsimonetti/rtnetlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 6 commits
  • 1,738 files changed
  • 3 contributors

Commits on Apr 12, 2022

  1. go-native fuzz (#140)

    * Add first attempt at native fuzzing
    
    Signed-off-by: Jeroen Simonetti <[email protected]>
    jsimonetti authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    79fb2fc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. build(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#141)

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.7...v0.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2dc4cb7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. build(deps): bump github.com/cilium/ebpf from 0.8.1 to 0.9.0 (#142)

    Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.8.1 to 0.9.0.
    - [Release notes](https://github.com/cilium/ebpf/releases)
    - [Commits](cilium/ebpf@v0.8.1...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cilium/ebpf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2022
    Configuration menu
    Copy the full SHA
    f7fc5cb View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. build(deps): bump github.com/cilium/ebpf from 0.9.0 to 0.9.1 (#143)

    Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.9.0 to 0.9.1.
    - [Release notes](https://github.com/cilium/ebpf/releases)
    - [Commits](cilium/ebpf@v0.9.0...v0.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cilium/ebpf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    896a106 View commit details
    Browse the repository at this point in the history
  2. Fix invalid LinkMessage family (#144)

    Signed-off-by: Pawel Zmarzly <[email protected]>
    pzmarzly authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0377538 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. support kernel 5.19 and up (#146)

    Kernel 5.19 added an attribute in the LinkStats64.
    torvalds/linux@794c24e
    
    This will fix running on kernels 5.19 and above.
    
    Signed-off-by: Jeroen Simonetti <[email protected]>
    jsimonetti authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b237973 View commit details
    Browse the repository at this point in the history
Loading