Commit History

Author SHA1 Message Date
  Dario Nieuwenhuis 3a8f133a21 Pass PacketMeta separately, not within IpPacket. 1 year ago
  Dario Nieuwenhuis 409ad14da9 Rename PacketId to PacketMeta, make id field public. 1 year ago
  datdenkikniet 78b4f39a10 Device-level packet metadata identifiers 1 year ago
  Elena Frank 97afe68e38 iface: doc panic if hardware addr doesn't match 1 year ago
  Elena Frank 2741503a55 iface: fix outdated docs on Interface::new 1 year ago
  Dario Nieuwenhuis 81fbe91947 Merge pull request #799 from thvdveld/iface-with-instant-now 1 year ago
  Dario Nieuwenhuis 7d78370ded iface: add support for sending to subnet-local broadcast addrs (like 192.168.1.255). 1 year ago
  Thibaut Vandervelden 533f103a95 pass the now time when creating the iface 1 year ago
  Thibaut Vandervelden 5c6475aaa5 fix(791): wrong payload length of first IPv4 frag 1 year ago
  Thibaut Vandervelden 099f5f7c2a Don't use Option for neighbor cache anymore 2 years ago
  Thibaut Vandervelden f95fbca743 Put IEEE802154 in separate iface module 2 years ago
  Dario Nieuwenhuis 51af32ebd1 iface: make MulticastError public. 2 years ago
  Dario Nieuwenhuis b047cbeade Add compile-time configuration options for counts and buffer sizes. 2 years ago
  Dario Nieuwenhuis a656ab0c08 iface: use reassembly timeout setting for both ipv4 and 6lowpan. 2 years ago
  Dario Nieuwenhuis d13db8b291 iface: unify ipv4/6lowpan fragmenters. 2 years ago
  Dario Nieuwenhuis 12fd8161c7 iface: unify ipv4/6lowpan packet assemblers. 2 years ago
  Dario Nieuwenhuis f428a50e7f iface: rename sixlowpan_fragments_cache_timeout -> sixlowpan_reassembly_timeout 2 years ago
  Dario Nieuwenhuis 3a9d017354 Remove unneeded ref patterns and destructures. 2 years ago
  Dario Nieuwenhuis 5740b76574 iface: remove builder. 2 years ago
  Dario Nieuwenhuis b73c943eee iface: remove lifetimes. 2 years ago
  Dario Nieuwenhuis bc7fe74d55 sixlowpan: make address context owned. 2 years ago
  Dario Nieuwenhuis c015cc358e iface: use owned frag buffer, remove frag from builder. 2 years ago
  Dario Nieuwenhuis 050731b519 iface: remove all uses of crate::{Error, Result}; 2 years ago
  Dario Nieuwenhuis f4a823ad37 iface: move igmp code to a separate mod. 2 years ago
  Dario Nieuwenhuis 836082cee6 Remove some self destructurings, not needed anymore in Rust 2021. 2 years ago
  Dario Nieuwenhuis 0102a4b741 phy: make consume infallible, move timestamp to receive/transmit. 2 years ago
  Dario Nieuwenhuis 9a5e7e5aa7 sixlowpan: do not use assembler for decompressing non-fragmented packets. 2 years ago
  Dario Nieuwenhuis af115a5769 packet assembler: simplify data structure and api. 2 years ago
  Dario Nieuwenhuis 3a080d818b Clippy fixes 2 years ago
  Dario Nieuwenhuis 339545411a Clippy fixes. 2 years ago