Commit History

Author SHA1 Message Date
  Ryan Summers d0e3ebd4f0 Adding prototype fix for fail-free ingress 3 years ago
  Dario Nieuwenhuis d352e151f6 Add support for IP mediums. 4 years ago
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 years ago
  jhwgh1968 e6a6b1630f Allow mutation of data buffer in RxToken 6 years ago
  Dan Robertson 8d2a20362e Fix code syle nits 6 years ago
  Dan Robertson 470a08669f Update phy mod to use new time types 7 years ago
  whitequark f239e36bf3 Reimplement {RawSocket,TapInterface}::receive correctly. 7 years ago
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. 7 years ago
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits 7 years ago
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. 7 years ago
  whitequark 9525e32a69 Remove unused imports. 7 years ago
  whitequark 5bf64586cd Get rid of Result<_, ()>. 7 years ago
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. 7 years ago
  whitequark 1c1489e5fb try! → ? 7 years ago
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits 8 years ago
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. 8 years ago
  whitequark 85ae54a488 Sort out buffer lengths. 8 years ago
  whitequark a4e36053f9 Implement ARP snooping. 8 years ago
  whitequark 2fbf820de8 Implement ARP replies. 8 years ago
  whitequark f926fea49e Implement TAP interface support. 8 years ago
  whitequark 6a8989381f Implement a trait for sending and receiving frames. 8 years ago
  whitequark ef87849068 smoltcp::interface → smoltcp::phy. 8 years ago