-
tl;dr is missing `O_CLOEXEC` in some libraries we're using
```[tasklist]
### Tasks
- [ ] https://github.com/insomniacslk/dhcp/pull/550
- [ ] https://github.com/safchain/ethtool/pull/88
```
smira updated
1 month ago
-
Hey, i spent a bunch of time on thursday debugging my provisioning and it turned out some firmware for my NICs was only accessible with `hardware.enableAllFirmware = true;`.
I am happy to have solv…
-
It looks like `ethtool` can support querying a link to find out what kind of time-stamping capabilities it has with the `-T` option.
```
> ethtool -T enp1s0
Time stamping parameters for enp1s0:
…
-
I wonder if it is already possible to get the same details for a device like calling the `ethtool` command:
```bash
# ethtool enp0s31f6
Settings for enp0s31f6:
Supported ports: [ TP ]
Support…
-
I have a Sysnology DS1019 with a Realtek Gaming USB 2.5GbE Family Controller Chip inside from Wavlink USB C Adapter. My old Switch support only 2.5 GB and I see all Information about the Connection. T…
-
- Operating system/version (lsb_release -a): Ubuntu 20.04.1 LTS
- Libc version (ldd -v): 2.31
- compiler version (gcc -v/g++ -v/clang -v/clang++ -v):
- branch : [linux-5.10.47-ethtool](https://gith…
-
Another test that fails on Debian CI infrastructure (s390x):
```
=== RUN TestLinuxClientLinkModes
=== RUN TestLinuxClientLinkModes/OK
client_linux_test.go:292: unexpected link mode (-want …
-
-
Hi,
tried building the latest driver on 6.9. Patch available?
root@fedora39vm:/usr/src/r8152-2.18.1-1# dkms install -m r8152 -v 2.18.1-1 -k `uname -r`
Sign command: /lib/modules/6.9.7-100…
-
In various cases, a network interface may only have a single hardware queue.
While this is not a problem in itself, if you are researching low network performance or dropped packets its a likely co…