aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* [embassy-net] Auto-documented feature flagsBarnaby Walters2023-12-221-0/+3
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-2/+4
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+3
* populate `medium` in DriverAdapter struct in IGMP codeStephan Wolski2023-11-191-0/+4
* Use smoltcp constant in results from DNSEmil Fresk2023-11-141-1/+5
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
* net: Reset DHCP socket when the link up is detectedGabriel Górski2023-10-231-0/+3
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-10/+26
* Wake stack's task after queueing a DNS queryDániel Buga2023-10-141-1/+4
* 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