aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* net: add support for dhcp hostname option.Dario Nieuwenhuis2023-10-071-0/+44
* Merge pull request #2014 from bugadani/udpUlf Lilleengen2023-10-051-1/+1
|\
| * Reexport IpListenEndpoint for TCPDániel Buga2023-10-051-1/+1
* | Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
|/
* net: allow non-'static drivers.Dario Nieuwenhuis2023-09-281-3/+3
* Fix doc typoPolly2023-09-141-1/+1
* yield -> returnJulian2023-09-091-1/+1
* improve docstringJuliDi2023-09-091-6/+5
* fix poll_fn, add documentationJuliDi2023-09-081-12/+41
* fix typosJuliDi2023-09-081-1/+1
* wait_config_up first stepsJuliDi2023-09-081-0/+26
* Use fmt::unwrapDániel Buga2023-09-021-7/+7
* net: improve error message on unsupported medium.Dario Nieuwenhuis2023-08-251-1/+4
* net: allow changing IP config at runtime.Dario Nieuwenhuis2023-08-251-172/+148
* Only skip default-gateway assignment with Medium::IpRuben De Smet2023-07-311-5/+6
* Use hardware_address() for all mediaRuben De Smet2023-07-311-18/+2
* Add Ip hardware address to DriverRuben De Smet2023-07-311-0/+2
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-4/+17
* Use HardwareAddress in DriverRuben De Smet2023-07-281-17/+10
* Add IEEE802.15.4 address to embassy net StackRuben De Smet2023-07-281-1/+8
* Allow ethernet and 802.15.4 to coexistRuben De Smet2023-07-281-4/+6
* Merge branch 'main' of https://github.com/embassy-rs/embassy into macxoviat2023-07-211-21/+83
|\
| * Fix multicast support (#1670)ivmarkov2023-07-181-7/+55
| * cfg-gate `unapply_config_v4`bjoernQ2023-07-181-2/+3
| * Make dual-stack work in embassy-netbjoernQ2023-07-181-13/+26
* | wpan: prepare net impl.xoviat2023-07-151-1/+12
|/
* Re-export smoltcp::wire::IpEndpointRoy Buitenhuis2023-07-071-1/+1
* Release embassy-net v0.1Dario Nieuwenhuis2023-06-291-1/+23
* Make StackResources::new() constDániel Buga2023-06-281-1/+1
* Update smoltcp.Dario Nieuwenhuis2023-06-261-5/+13
* 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