| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -2/+0 |
| | | |||||
| * | [embassy-net] Auto-documented feature flags | Barnaby Walters | 2023-12-22 | 1 | -0/+3 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -2/+4 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+3 |
| | | |||||
| * | populate `medium` in DriverAdapter struct in IGMP code | Stephan Wolski | 2023-11-19 | 1 | -0/+4 |
| | | |||||
| * | Use smoltcp constant in results from DNS | Emil Fresk | 2023-11-14 | 1 | -1/+5 |
| | | |||||
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| | | |||||
| * | net: Reset DHCP socket when the link up is detected | Gabriel Górski | 2023-10-23 | 1 | -0/+3 |
| | | | | | | | | | | Previously, because DHCP DISCOVER is sent before the link is established, socket has to timeout first. Which takes extra 10 s. Now if the state of the link changed to up, socket is explicitly reset so the DISCOVER is repeated much earlier and DHCP configuration is acquired much faster. | ||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -10/+26 |
| | | |||||
| * | Wake stack's task after queueing a DNS query | Dániel Buga | 2023-10-14 | 1 | -1/+4 |
| | | |||||
| * | net: add support for dhcp hostname option. | Dario Nieuwenhuis | 2023-10-07 | 1 | -0/+44 |
| | | |||||
| * | Merge pull request #2014 from bugadani/udp | Ulf Lilleengen | 2023-10-05 | 1 | -1/+1 |
| |\ | | | | | | | Reexport IpListenEndpoint for TCP | ||||
| | * | Reexport IpListenEndpoint for TCP | Dániel Buga | 2023-10-05 | 1 | -1/+1 |
| | | | |||||
| * | | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| |/ | |||||
| * | net: allow non-'static drivers. | Dario Nieuwenhuis | 2023-09-28 | 1 | -3/+3 |
| | | |||||
| * | Fix doc typo | Polly | 2023-09-14 | 1 | -1/+1 |
| | | |||||
| * | yield -> return | Julian | 2023-09-09 | 1 | -1/+1 |
| | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| * | improve docstring | JuliDi | 2023-09-09 | 1 | -6/+5 |
| | | |||||
| * | fix poll_fn, add documentation | JuliDi | 2023-09-08 | 1 | -12/+41 |
| | | |||||
| * | fix typos | JuliDi | 2023-09-08 | 1 | -1/+1 |
| | | |||||
| * | wait_config_up first steps | JuliDi | 2023-09-08 | 1 | -0/+26 |
| | | |||||
| * | Use fmt::unwrap | Dániel Buga | 2023-09-02 | 1 | -7/+7 |
| | | |||||
| * | net: improve error message on unsupported medium. | Dario Nieuwenhuis | 2023-08-25 | 1 | -1/+4 |
| | | |||||
| * | net: allow changing IP config at runtime. | Dario Nieuwenhuis | 2023-08-25 | 1 | -172/+148 |
| | | |||||
| * | Only skip default-gateway assignment with Medium::Ip | Ruben De Smet | 2023-07-31 | 1 | -5/+6 |
| | | |||||
| * | Use hardware_address() for all media | Ruben De Smet | 2023-07-31 | 1 | -18/+2 |
| | | |||||
| * | Add Ip hardware address to Driver | Ruben De Smet | 2023-07-31 | 1 | -0/+2 |
| | | |||||
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -4/+17 |
| | | |||||
| * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -17/+10 |
| | | |||||
| * | Add IEEE802.15.4 address to embassy net Stack | Ruben De Smet | 2023-07-28 | 1 | -1/+8 |
| | | |||||
| * | Allow ethernet and 802.15.4 to coexist | Ruben De Smet | 2023-07-28 | 1 | -4/+6 |
| | | | | | Co-authored-by: Thibaut Vandervelden <[email protected]> | ||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into mac | xoviat | 2023-07-21 | 1 | -21/+83 |
| |\ | |||||
| | * | Fix multicast support (#1670) | ivmarkov | 2023-07-18 | 1 | -7/+55 |
| | | | |||||
| | * | cfg-gate `unapply_config_v4` | bjoernQ | 2023-07-18 | 1 | -2/+3 |
| | | | |||||
| | * | Make dual-stack work in embassy-net | bjoernQ | 2023-07-18 | 1 | -13/+26 |
| | | | |||||
| * | | wpan: prepare net impl. | xoviat | 2023-07-15 | 1 | -1/+12 |
| |/ | |||||
| * | Re-export smoltcp::wire::IpEndpoint | Roy Buitenhuis | 2023-07-07 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 1 | -1/+23 |
| | | |||||
| * | Make StackResources::new() const | Dániel Buga | 2023-06-28 | 1 | -1/+1 |
| | | |||||
| * | Update smoltcp. | Dario Nieuwenhuis | 2023-06-26 | 1 | -5/+13 |
| | | |||||
| * | 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 |
| | | |||||
