Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: [RFC]: Add rust net_device wrappers #439

Draft
wants to merge 4 commits into
base: rust
Choose a base branch
from

Commits on Jul 12, 2021

  1. Add rust net_device wrappers

    Signed-off-by: Finn Behrens <me@kloenk.de>
    kloenk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    efda5a1 View commit details
    Browse the repository at this point in the history
  2. Fix dead_code in rust KParamGuard.

    Signed-off-by: Finn Behrens <me@kloenk.de>
    kloenk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e2dbf35 View commit details
    Browse the repository at this point in the history
  3. rust/CI: Enables networking support

    Enables networking support and network device drivers support
    required by net_device wrappers and dummy_rs module.
    
    Signed-off-by: Dariusz Sosnowski <dsosnowski@dsosnowski.pl>
    Signed-off-by: Finn Behrens <me@kloenk.de>
    sodar authored and kloenk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0dc000d View commit details
    Browse the repository at this point in the history
  4. add dummy_rs driver

    Signed-off-by: Finn Behrens <me@kloenk.de>
    kloenk committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5d64fb9 View commit details
    Browse the repository at this point in the history