| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -14/+4 |
| | | |||||
| * | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 |
| | | |||||
| * | Add extra feature flags to fix build without dhcp. | Roy Buitenhuis | 2023-04-18 | 1 | -4/+5 |
| | | |||||
| * | refactor: Multicast method modifiers on stack to public | Leon Camus | 2023-03-08 | 1 | -3/+3 |
| | | | | | revert: udp.rs | ||||
| * | lint: Cargo fmt | Leon Camus | 2023-03-07 | 1 | -14/+8 |
| | | |||||
| * | feat: Add multicast to udp socket | Leon Camus | 2023-03-06 | 1 | -0/+37 |
| | | |||||
| * | embassy-net: DNS resolver detects when name is just an IP address and ↵ | kbleeke | 2023-02-25 | 1 | -0/+16 |
| | | | | | returns immediately | ||||
| * | scope dns operations within a cfged block | Ulf Lilleengen | 2023-02-10 | 1 | -3/+5 |
| | | |||||
| * | add waker for DNS slots | Ulf Lilleengen | 2023-02-10 | 1 | -8/+31 |
| | | |||||
| * | Bump max queries | Ulf Lilleengen | 2023-02-10 | 1 | -1/+2 |
| | | |||||
| * | Create slice using ::Owned | Ulf Lilleengen | 2023-02-10 | 1 | -1/+1 |
| | | |||||
| * | attempt removing option | Ulf Lilleengen | 2023-02-10 | 1 | -47/+27 |
| | | |||||
| * | Expose api on Stack and add doc | Ulf Lilleengen | 2023-02-10 | 1 | -5/+2 |
| | | | | | Make it work with smoltcp 0.9 | ||||
| * | Rewrite to use a single socket | Ulf Lilleengen | 2023-02-10 | 1 | -1/+82 |
| | | |||||
| * | Add DNS socket to embassy-net | Ulf Lilleengen | 2023-02-10 | 1 | -0/+2 |
| | | |||||
| * | net: reexport driver crate. | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+3 |
| | | |||||
| * | net: update smoltcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -22/+20 |
| | | |||||
| * | net: poll returning false is not an error. No need to repoll. | Dario Nieuwenhuis | 2023-01-19 | 1 | -5/+1 |
| | | |||||
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -20/+52 |
| | | |||||
| * | Update smoltcp to the newest master | Paweł Jan Czochański | 2023-01-19 | 1 | -20/+10 |
| | | |||||
| * | net; allow changing MAC addr at runtime. | Dario Nieuwenhuis | 2022-12-27 | 1 | -8/+8 |
| | | |||||
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -9/+8 |
| | | |||||
| * | net: move stack into lib.rs | Dario Nieuwenhuis | 2022-12-13 | 1 | -5/+302 |
| | | |||||
| * | net: remove packet pool. | Dario Nieuwenhuis | 2022-12-13 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | The pool was prone to deadlocks, especially due to having a single pool for rx+tx. If the pool got full with rx'd packets it would deadlock because processing a rx packet requires doing another allocation on the pool, for the possibly tx'd response, before deallocating the rx'd packet. This also allows Device impls to allocate the packet memory in a particular RAM kind, if needed for example to do DMA. The `Device` trait is now token-based, like smoltcp's. In the end, this is better because it allows callers to manage memory however they want (including with a pool if they want to). | ||||
