summaryrefslogtreecommitdiff
path: root/include/uapi/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/netdevice.h')
0 files changed, 0 insertions, 0 deletions
pin-init: internal: init: simplify Zeroable safety checkBenno Lossin 2026-01-17rust: pin-init: internal: init: add escape hatch for referencing initialized ...Benno Lossin 2026-01-17rust: pin-init: internal: init: add support for attributes on initializer fieldsBenno Lossin 2026-01-17rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macrosBenno Lossin 2026-01-17rust: pin-init: rewrite the initializer macros using `syn`Benno Lossin 2026-01-17rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macroBenno Lossin 2026-01-17rust: pin-init: rewrite `#[pin_data]` using `syn`Benno Lossin 2026-01-17rust: pin-init: rewrite the `#[pinned_drop]` attribute macro using `syn`Benno Lossin 2026-01-17rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...Benno Lossin 2026-01-17rust: pin-init: internal: add utility API for syn error handlingBenno Lossin 2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin 2025-05-18Merge tag 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into ru...Miguel Ojeda 2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda 2025-05-01rust: pin-init: add `MaybeZeroable` derive macroBenno Lossin 2025-04-21rust: pin-init: internal: skip rustfmt formatting of kernel-only moduleBenno Lossin 2025-03-16rust: pin-init: miscellaneous synchronization with the user-space versionBenno Lossin 2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin 2025-03-16rust: make pin-init its own crateBenno Lossin 2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda 2025-03-16rust: pin-init: move proc-macro documentation into pin-init crateBenno Lossin 2025-03-16rust: move pin-init API into its own directoryBenno Lossin