Historique des commits

Auteur SHA1 Message Date
  Alex Crawford 0f69c60e43 Remove unnecessary clones il y a 4 ans
  Alex Crawford e4e4e3ab80 Remove some unneeded imports and a variable il y a 4 ans
  Alex Crawford 1ff8edf201 Clean up a couple of if-blocks il y a 4 ans
  Alex Crawford ddb876bec4 Remove redundant field names from structs il y a 4 ans
  Dario Nieuwenhuis d98e5ed038 Merge pull request #399 from smoltcp-rs/medium-ip-part1 il y a 4 ans
  Alex Crawford 95bbd24869 Clean up iterator chains il y a 4 ans
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match il y a 4 ans
  Dario Nieuwenhuis 961c7007ed Split Packet into EthernetPacket and IpPacket. il y a 5 ans
  Dario Nieuwenhuis df6704ce9c Remove "None" variant from Packet, use Option<Packet> instead. il y a 5 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns il y a 4 ans
  Alex Crawford ccf6915186 Remove explicit calls to as_ref/as_mut il y a 4 ans
  Thales Fragoso b457416756 Merge lookup and lookup_pure methods il y a 4 ans
  Thales Fragoso 3bd6bc03a1 Only limit the neighbor cache rate after sending a request packet il y a 4 ans
  Thales Fragoso 09f14c9df9 Allow for ARP retry during egress il y a 4 ans
  Scott Mabin 0fedb1db9a raw_socket: gracefully handle packet truncation errors il y a 5 ans
  Astro 657c9aa63a Implement DHCPv4 client + example. il y a 7 ans
  Astro 7c606acdd7 process_ipv4(): stub handled_by_raw_socket in absence of feature="socket-raw" il y a 6 ans
  Astro ef52a5fa0e Partially revert "Suppress ICMP error replies […]", still allow reception by other sockets. il y a 6 ans
  Astro f56666a267 Suppress ICMP error replies for packets that are accepted by raw sockets. il y a 6 ans
  Astro e7e267f218 test_icmp_reply_size: fix for ipv4-only case il y a 6 ans
  Andreas Molzer 599afcc2ee Allow access to phy-device in ethernet il y a 6 ans
  Adam Greig 5334b93158 Fix IPv4 broadcast handling il y a 6 ans
  Chris Branch 6793792b02 Implement Any-IP feature il y a 6 ans
  Astro 58a54730db Implement IGMPv1/v2 processing. il y a 7 ans
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. il y a 6 ans
  Dan Robertson 94d7338aed Move more iface tests to test ipv6 il y a 7 ans
  jD91mZM2 d23aee483f Fix impossible lifetime bounds il y a 7 ans
  Valentin Lorentz 06d18130cd Add support for arbitrarily many routes instead of only gateways. il y a 7 ans
  Dan Robertson 2363f97834 iface: Begin parsing Hop-By-Hop extension headers il y a 7 ans