提交历史

作者 SHA1 备注 提交日期
  Dan Robertson ad56bacb56 Replace EthernetInterface::new with EthernetInterfaceBuilder. 7 年之前
  whitequark 3f917c1adc Fix 14185a16. 7 年之前
  whitequark 14185a16bb Do not fill neighbor cache with IPs not on the same network as us. 7 年之前
  whitequark 42c93b99c0 Trace neighbor discovery status on a per-socket basis. 7 年之前
  Dan Robertson eaaf1fa4a6 Process the Icmpv4Repr in IcmpSocket::process 7 年之前
  whitequark 30012cc3b1 Make packet dumps emitted for broken packets more useful. 7 年之前
  Jeremy Soller d8b25cdce8 Allow receiving broadcast packets via UDP sockets. 7 年之前
  whitequark 7959473308 Style. NFC. 7 年之前
  whitequark 9914616893 Limit the rate at which sockets will request neighbor discovery. 7 年之前
  whitequark 34c3a8c905 Rewrite the ARP cache to allow for flood protection and expiration. 7 年之前
  Egor Karavaev 907f3659a4 Make `Error::Unaddressable` ignored for ICMP sockets as well. 7 年之前
  Egor Karavaev 752ae033db ICMP sockets don't end ICMP packets processing. 7 年之前
  whitequark ffcd3ab80d Style. NFCI. 7 年之前
  Dan Robertson ef4af850e0 Add ICMP sockets 7 年之前
  Philipp Oppermann 4ae84ab36a Store plain DeviceT instead of Managed<_> in EthernetInterface 7 年之前
  whitequark f58cc4bcbb Rename proto-* features back to socket-*. 7 年之前
  whitequark fd7109b2e4 Rename a few tests. NFC. 7 年之前
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. 7 年之前
  Dan Robertson d1d80ca121 Do not send ICMPv4 responses to broadcasts 7 年之前
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests 7 年之前
  whitequark 7e4971df32 Rename Cargo features: socket-* → proto-*. 7 年之前
  whitequark 581e7b3f6f Simplify. NFC. 7 年之前
  Dan Robertson fea462837d Implement set_ttl for Tcp and Udp sockets 7 年之前
  whitequark 7c6cd6b9a3 Dump malformed ingress packets at DEBUG log level. 7 年之前
  Egor Karavaev 096ce02ac4 Implement a SocketRef smart pointer to detect state changes. 7 年之前
  whitequark 067fb2ddc9 Fix a typo. 7 年之前
  whitequark b0fc1d9542 Explain the return value of poll(). 7 年之前
  whitequark d88ef3c8d3 Drop the pretense that anyone cares about non-IP over Ethernet. 7 年之前
  Egor Karavaev 331dc10780 Add support for IPv4 default gateway. 7 年之前
  whitequark d16e0bd212 Formatting. NFC. 7 年之前