Commit Verlauf

Autor SHA1 Nachricht Datum
  whitequark d5610e7826 Determine MTU in TapInterface instead of hardcoding 1536. vor 8 Jahren
  whitequark c5fc8f7da7 Document the loopback. vor 8 Jahren
  whitequark 15ce667743 Add a bare-metal usage example. vor 8 Jahren
  whitequark 042019db04 Remove default impl for Device::limits(). vor 8 Jahren
  whitequark 9a4efcd656 LoopbackInterface → Loopback. vor 8 Jahren
  whitequark 8ada283c55 Implement loopback interfaces. vor 8 Jahren
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. vor 8 Jahren
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. vor 8 Jahren
  whitequark a15bc8105e In {Tcp,Udp}Socket::process, make protocol check an assertion. vor 8 Jahren
  whitequark ab739531e2 Travis: require build on stable Rust to succeed. vor 8 Jahren
  whitequark cbc10b6ea0 Remove Socket::{process,dispatch} from public interface. vor 8 Jahren
  whitequark 5f16fc0032 Fix a typo in 5c3fc493. vor 8 Jahren
  whitequark 5c3fc4935e Discard packets with non-unicast source addresses at IP level. vor 8 Jahren
  whitequark e47e94e339 Transmit actual UDP checksum of all-zeroes as all-ones instead. vor 8 Jahren
  whitequark 1746702f53 Try to trigger fast retransmit when we detect a missing TCP segment. vor 8 Jahren
  whitequark 103fca2387 In examples, trace the packets being dropped by the fault injector. vor 8 Jahren
  whitequark 86c1cbad9b In examples, print packet dumps with timestamps, too. vor 8 Jahren
  whitequark b3e355437f Add missing #[derive]s on wire::IpVersion. vor 8 Jahren
  Egor Karavaev 921f2e36c8 Don't reply to a TCP RST packet with another TCP RST packet. vor 8 Jahren
  Egor Karavaev feccd963c3 Refactor EthernetInterface::poll. vor 8 Jahren
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. vor 8 Jahren
  whitequark 8ace8cd94e Set TCP PSH flag when sending the last buffered data. vor 8 Jahren
  whitequark a14c47655e Expose PSH flag in TcpRepr. vor 8 Jahren
  whitequark 6a096721cc Fix a few typos in TCP socket code (NFC). vor 8 Jahren
  whitequark a4b33c9166 Remove an unnecessary length check. vor 8 Jahren
  whitequark 1c1489e5fb try! → ? vor 8 Jahren
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. vor 8 Jahren
  whitequark 3107383599 Fix insufficient length validation in TCP packets. vor 8 Jahren
  whitequark 2989fa3348 Fix insufficient length validation in UDP packets. vor 8 Jahren
  whitequark b33d867385 Fix a crash parsing a malformed IPv4 packet. vor 8 Jahren