aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* net: Add documentation to new Config systemRuben De Smet2023-06-071-0/+10
* net: Support dual stack IPRuben De Smet2023-06-071-13/+62
* net: proto-ipv6 in is_config_upRuben De Smet2023-06-061-4/+23
* net: Allow a combined use of IPv4 and IPv6 DNS serversRuben De Smet2023-06-061-9/+40
* net: Allow setting an IPv6 in the stackRuben De Smet2023-06-061-4/+68
* net: StaticV4 config behind proto-ipv4Ruben De Smet2023-06-061-11/+35
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-6/+6
* Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
* net: document crate.Dario Nieuwenhuis2023-05-151-7/+42
* net: reexport UDP PacketMetadata under the udp module.Dario Nieuwenhuis2023-05-151-2/+2
* net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-14/+4
* Remove unused `feature(type_alias_impl_trait)`.Dario Nieuwenhuis2023-05-141-4/+1
* Add extra feature flags to fix build without dhcp.Roy Buitenhuis2023-04-181-4/+5
* refactor: Multicast method modifiers on stack to publicLeon Camus2023-03-081-3/+3
* lint: Cargo fmtLeon Camus2023-03-071-14/+8
* feat: Add multicast to udp socketLeon Camus2023-03-061-0/+37
* embassy-net: DNS resolver detects when name is just an IP address and returns...kbleeke2023-02-251-0/+16
* scope dns operations within a cfged blockUlf Lilleengen2023-02-101-3/+5
* add waker for DNS slotsUlf Lilleengen2023-02-101-8/+31
* Bump max queriesUlf Lilleengen2023-02-101-1/+2
* Create slice using ::OwnedUlf Lilleengen2023-02-101-1/+1
* attempt removing optionUlf Lilleengen2023-02-101-47/+27
* Expose api on Stack and add docUlf Lilleengen2023-02-101-5/+2
* Rewrite to use a single socketUlf Lilleengen2023-02-101-1/+82
* Add DNS socket to embassy-netUlf Lilleengen2023-02-101-0/+2
* net: reexport driver crate.Dario Nieuwenhuis2023-02-081-1/+3
* net: update smoltcp.Dario Nieuwenhuis2023-01-191-22/+20
* net: poll returning false is not an error. No need to repoll.Dario Nieuwenhuis2023-01-191-5/+1
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-191-20/+52
* Update smoltcp to the newest masterPaweł Jan Czochański2023-01-191-20/+10
* net; allow changing MAC addr at runtime.Dario Nieuwenhuis2022-12-271-8/+8
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-261-9/+8
* net: move stack into lib.rsDario Nieuwenhuis2022-12-131-5/+302
* net: remove packet pool.Dario Nieuwenhuis2022-12-131-5/+1
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-1/+5
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-2/+1
* Add UDP socket supportArtur Kowalski2022-08-101-0/+5
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
* Add reexport for ipv6 types with proto-ipv6Ulf Lilleengen2022-06-011-0/+3
* WIP embassy-net v2Dario Nieuwenhuis2022-05-251-9/+1
* Make embassy-net nightly-only.Dario Nieuwenhuis2022-05-191-4/+1
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-4/+5
* net: add functions to get current Eth and IP configDario Nieuwenhuis2022-05-021-1/+3
* Update smoltcp, fix build issues with no ethernet.Dario Nieuwenhuis2021-11-261-1/+3
* net: update smoltcpDario Nieuwenhuis2021-11-261-2/+1
* Clippy fixesDario Nieuwenhuis2021-10-181-0/+1
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-201-1/+1
* eth-v2: Start Ethernet peripheral implementationThales Fragoso2021-06-161-1/+1
* Update depsDario Nieuwenhuis2021-05-181-4/+0