Historique des commits

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