Historie revizí

Autor SHA1 Zpráva Datum
  whitequark 2354e0b29d Clarify a function name. před 7 roky
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. před 7 roky
  whitequark 43a547fb0c Factor out packet parsing from Socket::process. před 7 roky
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. před 7 roky
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. před 7 roky
  whitequark ad9fa282e6 Unify EthernetInterface::{send_response,emit} transmit paths. před 7 roky
  whitequark 917f89e14b Use FnOnce, not FnMut, in Socket::dispatch() functions. před 7 roky
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. před 7 roky
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. před 7 roky
  whitequark 7e6e379e09 Fix a typo that broke ARP replies. před 7 roky
  whitequark 77ffe7c065 Simplify ARP handling code in EthernetInterface. před 7 roky
  whitequark ca6fa2d423 Assert that the transmit frame returned by driver has right length. před 7 roky
  whitequark 5bf64586cd Get rid of Result<_, ()>. před 7 roky
  whitequark c5aa37185f Fix ICMP error returned by EthernetInterface for unknown IP protocols. před 7 roky
  whitequark c6d4823489 Clean up socket error handling in EthernetInterface. před 7 roky
  whitequark ffe2de73c1 Reorganize EthernetInterface impl. NFC. před 7 roky
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. před 7 roky
  whitequark 5f16fc0032 Fix a typo in 5c3fc493. před 7 roky
  whitequark 5c3fc4935e Discard packets with non-unicast source addresses at IP level. před 7 roky
  Egor Karavaev 921f2e36c8 Don't reply to a TCP RST packet with another TCP RST packet. před 7 roky
  Egor Karavaev feccd963c3 Refactor EthernetInterface::poll. před 7 roky
  whitequark a14c47655e Expose PSH flag in TcpRepr. před 7 roky
  whitequark 1c1489e5fb try! → ? před 7 roky
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. před 7 roky
  whitequark 6cf248e752 Fix an unimplemented!() invocation that should be unreachable!(). před 7 roky
  whitequark 818fa7dda4 Unbreak parsing of ICMP unreachable messages. před 7 roky
  Egor Karavaev ed08b74427 Add `RawSocket`. před 7 roky
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits před 8 roky
  whitequark 15cf0cc56e Don't put non-unicast (IP or Ethernet) addresses into ARP cache. před 8 roky
  whitequark 3dfcb11d33 Follow-up to b9e79d19; always process broadcast frames. před 8 roky