Commit History

Author SHA1 Message Date
  Vlad Krasnov 9248b5c0d3 Ask for dst_addr in neighbor solicitation request 4 years ago
  Dario Nieuwenhuis 0c38674703 Simplify EthernetInterface lifetimes. 4 years ago
  Dario Nieuwenhuis 43cf6caddf Simplify SocketSet lifetimes 4 years ago
  Scott Mabin c492ed242a subnet_broadcasts 4 years ago
  Alex Crawford 6d569deb2a Clean up clippy warnings about if-else blocks 4 years ago
  Niclas Hoyer 633e7c2591 Use #[non_exhaustive] instead of manual variant 4 years ago
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes 4 years ago
  Alex Crawford b290069cc1 Various cleanups 4 years ago
  Dario Nieuwenhuis ac50995516 More clippy fixes. 4 years ago
  Alex Crawford cc7fe85d70 Collapse redundant closure 4 years ago
  Alex Crawford 0f69c60e43 Remove unnecessary clones 4 years ago
  Alex Crawford e4e4e3ab80 Remove some unneeded imports and a variable 4 years ago
  Alex Crawford 1ff8edf201 Clean up a couple of if-blocks 4 years ago
  Alex Crawford ddb876bec4 Remove redundant field names from structs 4 years ago
  Dario Nieuwenhuis d98e5ed038 Merge pull request #399 from smoltcp-rs/medium-ip-part1 4 years ago
  Alex Crawford 95bbd24869 Clean up iterator chains 4 years ago
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match 4 years ago
  Dario Nieuwenhuis 961c7007ed Split Packet into EthernetPacket and IpPacket. 4 years ago
  Dario Nieuwenhuis df6704ce9c Remove "None" variant from Packet, use Option<Packet> instead. 5 years ago
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 years ago
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns 4 years ago
  Alex Crawford ccf6915186 Remove explicit calls to as_ref/as_mut 4 years ago
  Thales Fragoso b457416756 Merge lookup and lookup_pure methods 4 years ago
  Thales Fragoso 3bd6bc03a1 Only limit the neighbor cache rate after sending a request packet 4 years ago
  Thales Fragoso 09f14c9df9 Allow for ARP retry during egress 4 years ago
  Scott Mabin 0fedb1db9a raw_socket: gracefully handle packet truncation errors 5 years ago
  Astro 657c9aa63a Implement DHCPv4 client + example. 7 years ago
  Astro 7c606acdd7 process_ipv4(): stub handled_by_raw_socket in absence of feature="socket-raw" 6 years ago
  Astro ef52a5fa0e Partially revert "Suppress ICMP error replies […]", still allow reception by other sockets. 6 years ago
  Astro f56666a267 Suppress ICMP error replies for packets that are accepted by raw sockets. 6 years ago