提交历史

作者 SHA1 备注 提交日期
  Dario Nieuwenhuis df6704ce9c Remove "None" variant from Packet, use Option<Packet> instead. 5 年之前
  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 年之前
  Thales Fragoso b457416756 Merge lookup and lookup_pure methods 4 年之前
  Thales Fragoso 3bd6bc03a1 Only limit the neighbor cache rate after sending a request packet 4 年之前
  Thales Fragoso 09f14c9df9 Allow for ARP retry during egress 4 年之前
  Scott Mabin 0fedb1db9a raw_socket: gracefully handle packet truncation errors 5 年之前
  Astro 657c9aa63a Implement DHCPv4 client + example. 7 年之前
  Astro 7c606acdd7 process_ipv4(): stub handled_by_raw_socket in absence of feature="socket-raw" 6 年之前
  Astro ef52a5fa0e Partially revert "Suppress ICMP error replies […]", still allow reception by other sockets. 6 年之前
  Astro f56666a267 Suppress ICMP error replies for packets that are accepted by raw sockets. 6 年之前
  Astro e7e267f218 test_icmp_reply_size: fix for ipv4-only case 6 年之前
  Andreas Molzer 599afcc2ee Allow access to phy-device in ethernet 6 年之前
  Adam Greig 5334b93158 Fix IPv4 broadcast handling 6 年之前
  Chris Branch 6793792b02 Implement Any-IP feature 6 年之前
  Astro 58a54730db Implement IGMPv1/v2 processing. 7 年之前
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. 6 年之前
  Dan Robertson 94d7338aed Move more iface tests to test ipv6 6 年之前
  jD91mZM2 d23aee483f Fix impossible lifetime bounds 6 年之前
  Valentin Lorentz 06d18130cd Add support for arbitrarily many routes instead of only gateways. 6 年之前
  Dan Robertson 2363f97834 iface: Begin parsing Hop-By-Hop extension headers 7 年之前
  Ole Martin Ruud 839dd9c6b1 Implement new type for `poll_at` 7 年之前
  Valentin Lorentz 4bf917ced3 Add support for IPv6 gateways. 7 年之前
  Valentin Lorentz ce2fbb7dd2 Add support for IPv6 to ICMP sockets. 7 年之前
  Dan Robertson 72ef278471 Add Address Resolution for IPv6 7 年之前
  Dan Robertson d39bcf7ff4 Fix ICMPv6 checksum function 7 年之前
  whitequark cd893e6ab6 fn PacketMetadata::empty() → const PacketMetadata::EMPTY. 7 年之前
  Dan Robertson 89999a6981 Add has_solicited_node to EthernetInterface 7 年之前
  Astro 2d2b90fd04 Allow broadcast/multicast traffic to UDP sockets 7 年之前