aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* chore: address some clippy issuesKrzysztof Królczyk2024-11-011-19/+17
* chore: improve some log msgsKrzysztof Królczyk2024-11-011-2/+2
* net: add all combinations of wait methods for link/config up/down.Dario Nieuwenhuis2024-09-181-12/+28
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-248/+197
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-2/+5
* Merge pull request #3219 from mirkomartn/bound-dns-serversDario Nieuwenhuis2024-07-291-3/+13
|\
| * embassy-net: dns: bound the dns_servers sliceGasper Stukelj2024-07-291-3/+13
* | embassy-net: fix minor typo in docGasper Stukelj2024-07-181-1/+1
|/
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-3/+2
* Fixed commented issues.Gustav Toft2024-04-101-2/+2
* Implement raw sockets in embassy-netGustav Toft2024-04-041-0/+2
* New embassy-net releaseScott Mabin2024-01-041-2/+0
* [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