提交历史

作者 SHA1 备注 提交日期
  Dario Nieuwenhuis 26dcb55559 udp: do not include payload in UdpRepr 4 年之前
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support 4 年之前
  Niclas Hoyer 633e7c2591 Use #[non_exhaustive] instead of manual variant 4 年之前
  Alex Crawford ac67edd318 Silence a few warnings from clippy 4 年之前
  Alex Crawford 1ff8edf201 Clean up a couple of if-blocks 4 年之前
  Alex Crawford ddb876bec4 Remove redundant field names from structs 4 年之前
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 年之前
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns 4 年之前
  Alex Crawford ccf6915186 Remove explicit calls to as_ref/as_mut 4 年之前
  Andreas Molzer e2fcd02414 Add ip version specific addr/endpoint converters 6 年之前
  Astro 1fbcfb09e1 Add IpAddress.to_prefix_len() 7 年之前
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. 7 年之前
  Valentin Lorentz 06d18130cd Add support for arbitrarily many routes instead of only gateways. 7 年之前
  Astro 53abe8c520 Implement wire::igmp. 7 年之前
  Astro dfc077b68c Add as_bytes(), is_multicast() to IpAddress 7 年之前
  Dan Robertson 2faf287a70 Add tests for ipv6 in wire::ip 7 年之前
  Andrew Cann b1c5bcfa8b Add conversions to/from std wire types 7 年之前
  Dan Robertson 783a76b2d8 Add ICMPv6 7 年之前
  Egor Karavaev 283109caca Treat unspecified IPv4/IPv6 addresses as IpAddress::Unspecified in IpRepr::lower. 7 年之前
  luozijun 3b824ca642 Add `Hash` trait on `IpAddress/IpCidr` 7 年之前
  Dan Robertson 6e877f8501 Add process_ipv6 to EthernetInterface 7 年之前
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. 7 年之前
  Josh Gangloff 56ddb0c206 Make IP checksum loop use larger chunks to ease autovectorization. 7 年之前
  whitequark 275eb90785 Unswitch the IP checksum loop for 30% improvement in performance. 7 年之前
  Dan Robertson deccd469fe Use hop limit instead of ttl 7 年之前
  Dan Robertson 737b387f61 Add Ipv6Repr and Ipv6Packet to wire 7 年之前
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. 7 年之前
  Dan Robertson 7727687330 Add IPv6 address and cidr to wire 7 年之前
  whitequark 19790720a3 Remove impl Ord/PartialOrd for Cidr. 7 年之前
  whitequark 2602a151e4 Fix a naming mishap. NFCI. 7 年之前