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: sunfishcode/linux-raw-sys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: sunfishcode/linux-raw-sys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 12 commits
  • 257 files changed
  • 8 contributors

Commits on Oct 9, 2025

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

Commits on Oct 12, 2025

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

Commits on Oct 24, 2025

  1. remove unneeded xdp definitions (#166)

    The crate targets v6.16 now, so the definitions can be removed.
    arctic-alpaca authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    31b97a9 View commit details
    Browse the repository at this point in the history
  2. Add if_tun module (#165)

    dallenng authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    26971ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f0280 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d140e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Restore hexagon architecture support (#172)

    Use the nightly toolchain to verify the hexagon functionality since it's
    not normally built.
    androm3da authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    e730548 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Add support for vm_sockets.h (#177)

    The vm_sockets.h header contains sockaddr_vm, which is needed
    for setting up `AF_VSOCK` sockets.
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    24e3aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c80662 View commit details
    Browse the repository at this point in the history
  3. Add m68k architecture support (#174)

    * Make ioctl generation use correct version of Linux headers
    
    Ioctls now use the same kernel version that's used in `gen/src/main.rs` for
    generating other bindings. They are no longer based on any system-wide headers
    which happen to exist in the system include directories.
    
    This removes the `REISERFS_IOC_UNPACK` ioctl because reiserfs was removed from
    the kernel and its userspace headers in Linux 6.13.
    
    * Add m68k architecture support
    
    * Generate ioctls and bindings
    pekkarr authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    8aec869 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a97eda7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2918c View commit details
    Browse the repository at this point in the history
Loading