Dario Nieuwenhuis
|
b73c943eee
iface: remove lifetimes.
|
2 年之前 |
Dario Nieuwenhuis
|
bc7fe74d55
sixlowpan: make address context owned.
|
2 年之前 |
Dario Nieuwenhuis
|
c015cc358e
iface: use owned frag buffer, remove frag from builder.
|
2 年之前 |
Dario Nieuwenhuis
|
050731b519
iface: remove all uses of crate::{Error, Result};
|
2 年之前 |
Dario Nieuwenhuis
|
f4a823ad37
iface: move igmp code to a separate mod.
|
2 年之前 |
Dario Nieuwenhuis
|
836082cee6
Remove some self destructurings, not needed anymore in Rust 2021.
|
2 年之前 |
Dario Nieuwenhuis
|
0102a4b741
phy: make consume infallible, move timestamp to receive/transmit.
|
2 年之前 |
Dario Nieuwenhuis
|
9a5e7e5aa7
sixlowpan: do not use assembler for decompressing non-fragmented packets.
|
2 年之前 |
Dario Nieuwenhuis
|
af115a5769
packet assembler: simplify data structure and api.
|
2 年之前 |
Dario Nieuwenhuis
|
3a080d818b
Clippy fixes
|
2 年之前 |
Dario Nieuwenhuis
|
339545411a
Clippy fixes.
|
2 年之前 |
Dario Nieuwenhuis
|
94a52d8baf
iface: use heapless LinearMap for ipv4_multicast_groups
|
2 年之前 |
Dario Nieuwenhuis
|
e9016e7dad
iface: add PhantomData to avoid unused lifetime errors.
|
2 年之前 |
Dario Nieuwenhuis
|
4eb49b808a
iface: use heapless LinearMap for neighbor cache.
|
2 年之前 |
Dario Nieuwenhuis
|
9beb57a992
iface: use heapless Vec for routes.
|
2 年之前 |
Davide Della Giustina
|
bf827533fe
Fixed problem with doc test
|
2 年之前 |
Davide Della Giustina
|
4ddb96b1b2
Increased max number of IPs from 4 to 5 because some test use 5
|
2 年之前 |
Davide Della Giustina
|
aec718a08f
Fix clippy and rustfmt errors
|
2 年之前 |
Davide Della Giustina
|
8cf7625cc2
ip_addrs field of an interface is now a heapless::Vec (one test still failing)
|
2 年之前 |
KOLANICH
|
6fbde4f7ec
Fix panic when using IPv4 fragmentation with Layer 3 networks.
|
2 年之前 |
Thibaut Vandervelden
|
d235b3a164
add more tests in CI
|
2 年之前 |
KOLANICH
|
ef0d413a94
Add printing of the needed size of fragmentation buffer.
|
2 年之前 |
Thibaut Vandervelden
|
50842508bb
add icmp tests for 6LoWPAN (also with frags)
|
2 年之前 |
Gopa Kumar
|
c53e6682fb
Fix medium-ip not compiling complaining of needing EthernetAddress
|
2 年之前 |
Dario Nieuwenhuis
|
4300e7cc3b
GAT-based Device trait.
|
3 年之前 |
Thibaut Vandervelden
|
20a4ca796b
Split interface into multiple files
|
2 年之前 |