Results 6 issues of Adam Michalik

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? When I create a NLB on EKS with UDP-only targets, and...

kind/bug
need-more-info
sig/datapath
needs/triage
stale

This changes allows you to select which algorithms are supported using Cargo features. By default, the newly added features are all selected, so there should be no functional/API changes. The...

## Description In #2124, an emptydir was mounted when `persistence.enabled: false` is set. However, this is not enough to make registry work: it crashloops as in issue #1998: ``` Configuration...

bug 🐞
blocked

When reassembling fragmented packet, we currently don't recompute the total length in the IPv4 header. The comment in the code says that we don't really use the header, but this...

It would be useful to allow extra fields in the structs when using `#[from]`, to optionally add additional context. I think that could be achieved by simply initializing them with...

This is a proof of concept for using [Gungraun](https://gungraun.github.io/gungraun/latest/html/intro.html) for testing constant-timeness of the operations. The purpose of this PR is less so getting it merged, and more so gauging...