Historial de Commits

Autor SHA1 Mensaje Fecha
  Lucas Bollen 4055a19bc3 Change mutability of `RxToken`'s `consume` argument. hace 11 meses
  Thibaut Vandervelden 969f32dab5 fix: clarify mtu+=2 for IEEE802154 hace 1 año
  Dario Nieuwenhuis 3a9d017354 Remove unneeded ref patterns and destructures. hace 2 años
  Dario Nieuwenhuis 0102a4b741 phy: make consume infallible, move timestamp to receive/transmit. hace 2 años
  Dario Nieuwenhuis 4300e7cc3b GAT-based Device trait. hace 3 años
  Thibaut Vandervelden f3310e63f4 refactor 6LoWPAN fragmentation hace 2 años
  Thibaut Vandervelden b283356679 fix mtu calculation for raw raw_socket hace 2 años
  Jade 32974f8136 Changed behavior of phy::RawSocket TxToken::consume to be more similar to RawSocket::receive hace 3 años
  Jade 32bf949dc8 Propagate phy::RawSocket send error to caller hace 3 años
  Dario Nieuwenhuis f35e76068b phy: Use right protocol on RawSocket based on the medium. hace 3 años
  Thibaut Vandervelden 3d782f19cd Add support for 802.15.4 and 6LoWPAN hace 3 años
  Dario Nieuwenhuis 2cb407d62a rustfmt hace 3 años
  Dario Nieuwenhuis d352e151f6 Add support for IP mediums. hace 4 años
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 hace 4 años
  jhwgh1968 e6a6b1630f Allow mutation of data buffer in RxToken hace 6 años
  Dan Robertson 8d2a20362e Fix code syle nits hace 6 años
  Dan Robertson 470a08669f Update phy mod to use new time types hace 7 años
  whitequark f239e36bf3 Reimplement {RawSocket,TapInterface}::receive correctly. hace 7 años
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. hace 7 años
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits hace 7 años
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. hace 7 años
  whitequark 9525e32a69 Remove unused imports. hace 7 años
  whitequark 5bf64586cd Get rid of Result<_, ()>. hace 7 años
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. hace 7 años
  whitequark 1c1489e5fb try! → ? hace 7 años
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits hace 8 años
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. hace 8 años
  whitequark 85ae54a488 Sort out buffer lengths. hace 8 años
  whitequark a4e36053f9 Implement ARP snooping. hace 8 años
  whitequark 2fbf820de8 Implement ARP replies. hace 8 años