index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
list.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
1
-0
/
+108
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
1
-2
/
+2
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
1
-3
/
+0
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
1
-0
/
+3
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-1
/
+1
2025-03-08
rust: list: make the cursor point between elements
Alice Ryhl
1
-54
/
+347
2025-03-08
rust: list: extract common code for insertion
Alice Ryhl
1
-38
/
+32
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+1
2024-08-23
rust: list: add ListArcField
Alice Ryhl
1
-0
/
+3
2024-08-23
rust: list: support heterogeneous lists
Alice Ryhl
1
-1
/
+46
2024-08-23
rust: list: add cursor
Alice Ryhl
1
-0
/
+82
2024-08-23
rust: list: add iterators
Alice Ryhl
1
-0
/
+102
2024-08-23
rust: list: add List
Alice Ryhl
1
-3
/
+327
2024-08-23
rust: list: add macro for implementing ListItem
Alice Ryhl
1
-0
/
+3
2024-08-23
rust: list: add struct with prev/next pointers
Alice Ryhl
1
-0
/
+119
2024-08-23
rust: list: add tracking for ListArc
Alice Ryhl
1
-1
/
+1
2024-08-23
rust: list: add ListArc
Alice Ryhl
1
-0
/
+8