| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | net: Add documentation to new Config system | Ruben De Smet | 2023-06-07 | 1 | -0/+10 |
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 1 | -13/+62 |
| * | net: proto-ipv6 in is_config_up | Ruben De Smet | 2023-06-06 | 1 | -4/+23 |
| * | net: Allow a combined use of IPv4 and IPv6 DNS servers | Ruben De Smet | 2023-06-06 | 1 | -9/+40 |
| * | net: Allow setting an IPv6 in the stack | Ruben De Smet | 2023-06-06 | 1 | -4/+68 |
| * | net: StaticV4 config behind proto-ipv4 | Ruben De Smet | 2023-06-06 | 1 | -11/+35 |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -6/+6 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| * | net: document crate. | Dario Nieuwenhuis | 2023-05-15 | 1 | -7/+42 |
| * | net: reexport UDP PacketMetadata under the udp module. | Dario Nieuwenhuis | 2023-05-15 | 1 | -2/+2 |
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -14/+4 |
| * | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 |
| * | Add extra feature flags to fix build without dhcp. | Roy Buitenhuis | 2023-04-18 | 1 | -4/+5 |
| * | refactor: Multicast method modifiers on stack to public | Leon Camus | 2023-03-08 | 1 | -3/+3 |
| * | lint: Cargo fmt | Leon Camus | 2023-03-07 | 1 | -14/+8 |
| * | feat: Add multicast to udp socket | Leon Camus | 2023-03-06 | 1 | -0/+37 |
| * | embassy-net: DNS resolver detects when name is just an IP address and returns... | kbleeke | 2023-02-25 | 1 | -0/+16 |
| * | scope dns operations within a cfged block | Ulf Lilleengen | 2023-02-10 | 1 | -3/+5 |
| * | add waker for DNS slots | Ulf Lilleengen | 2023-02-10 | 1 | -8/+31 |
| * | Bump max queries | Ulf Lilleengen | 2023-02-10 | 1 | -1/+2 |
| * | Create slice using ::Owned | Ulf Lilleengen | 2023-02-10 | 1 | -1/+1 |
| * | attempt removing option | Ulf Lilleengen | 2023-02-10 | 1 | -47/+27 |
| * | Expose api on Stack and add doc | Ulf Lilleengen | 2023-02-10 | 1 | -5/+2 |
| * | Rewrite to use a single socket | Ulf Lilleengen | 2023-02-10 | 1 | -1/+82 |
| * | Add DNS socket to embassy-net | Ulf Lilleengen | 2023-02-10 | 1 | -0/+2 |
| * | net: reexport driver crate. | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+3 |
| * | net: update smoltcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -22/+20 |
| * | net: poll returning false is not an error. No need to repoll. | Dario Nieuwenhuis | 2023-01-19 | 1 | -5/+1 |
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -20/+52 |
| * | Update smoltcp to the newest master | Paweł Jan Czochański | 2023-01-19 | 1 | -20/+10 |
| * | net; allow changing MAC addr at runtime. | Dario Nieuwenhuis | 2022-12-27 | 1 | -8/+8 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -9/+8 |
| * | net: move stack into lib.rs | Dario Nieuwenhuis | 2022-12-13 | 1 | -5/+302 |
| * | net: remove packet pool. | Dario Nieuwenhuis | 2022-12-13 | 1 | -5/+1 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+5 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -2/+1 |
| * | Add UDP socket support | Artur Kowalski | 2022-08-10 | 1 | -0/+5 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| * | Add reexport for ipv6 types with proto-ipv6 | Ulf Lilleengen | 2022-06-01 | 1 | -0/+3 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -9/+1 |
| * | Make embassy-net nightly-only. | Dario Nieuwenhuis | 2022-05-19 | 1 | -4/+1 |
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -4/+5 |
| * | net: add functions to get current Eth and IP config | Dario Nieuwenhuis | 2022-05-02 | 1 | -1/+3 |
| * | Update smoltcp, fix build issues with no ethernet. | Dario Nieuwenhuis | 2021-11-26 | 1 | -1/+3 |
| * | net: update smoltcp | Dario Nieuwenhuis | 2021-11-26 | 1 | -2/+1 |
| * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 1 | -0/+1 |
| * | net: Make the user pass in the StackResources in init | Thales Fragoso | 2021-06-20 | 1 | -1/+1 |
| * | eth-v2: Start Ethernet peripheral implementation | Thales Fragoso | 2021-06-16 | 1 | -1/+1 |
| * | Update deps | Dario Nieuwenhuis | 2021-05-18 | 1 | -4/+0 |
