Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d16e0bd21293
Choose a base ref
...
head repository: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d88ef3c8d3c8
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 3, 2017

  1. Implement wire::{IpCidr/Ipv4Cidr}.

    batonius authored and whitequark committed Oct 3, 2017
    Copy the full SHA
    fbfe985 View commit details
  2. Copy the full SHA
    331dc10 View commit details
  3. Drop the pretense that anyone cares about non-IP over Ethernet.

    To be precise, I'm talking about IPX, AppleTalk and DECnet here,
    not things like PPPoE, ATAoE, FCoE, or PTP, which make sense
    to implement on top of EthernetInterface but do not work on
    the same level on top of it as IP.
    whitequark committed Oct 3, 2017
    Copy the full SHA
    d88ef3c View commit details
Loading