ethtool ops for netdevsima project by mkubecek This can be seen as a subproject of ethtool netlink interface but from the technical view it's independent. |
Improving picotma project by tdz Picotm is a system-level transaction manager. It provides transactional semantics to low-level C operations, such as modifying data structures, (some) file I/O, memory access. Picotm also handles error detection and recovery. It's fully modular, so new functionality can be added. |
dmidecode: no more open-coded printfsa project by jdelvare There's a long standing request to extend the output of dmidecode to something that would be machine-readable. Something like an XML or JSON-based format. Unfortunately this can't be implemented right now because the output of dmidecode is generated by open-coded printfs as the DMI table is being parsed, with no intermediate structures nor temporary buffers. |
make "predictable network interface names" more predictablean idea by mkubecek Since the so-called "predictable names" for network interfaces were introduced, the concept and mainly its implementation has been a target of a lot of critique and sometimes even hate. On the other hand, similar idea works reasonably well for block devices. |
Phoebe - where AI meets Linuxa project by mvarlese Project Description |
multipath-tools: cleaner model for path device informationan idea by mwilck Project Description |
multipathd: improve asynchronous behavioran idea by mwilck Project Description |
multipath-tools: improve CIa project by mwilck Project Description |
multithreaded network benchmarkan invention by mkubecek Project Description |
NeoMutt: Show index and body of emails in a horizontal splitan invention by iivanov |
Use ESP-01S as WiFi to UART bridgea project by iivanov Project Description |
Extend GObject based introspectable API to libzyppan invention by zbenjamin |
Dictu Languagea project by bdowns328 |
Package libfyamla project by tinita Project Description |
Complete the port of flatpak to appstream from appstream-gliba project by ldragon |
Port OTPClient to GTK >= 4.12a record by pstivanin Project Description |
Deep Packet Inspection: compare the performance between libnetfilter_queue, NF_HOOK and eBPF XDPan invention by nguyens Deep Packet Inspection: compare the performance between libnetfilterqueue, NFHOOK and eBPF XDP |
Vulkan Widget for GTKan invention by yudaike |
80-bit floats support on x86_64 for Valgrinda project by mfranc |
The Missing Middle: Add an intermediate brightness setting for auxiliary LEDs in Andúril 2a project by gkenion |
Avahi Integration and Network Connectiona project by vojha Avahi Integration and Network Connection |
Extract generic testing framework from Linux Test Project code basean invention by acervesato Project Description |
FizzBuzz OSa project by mssola Project Description |
Add a machine-readable output to dmidecodea project by jdelvare DescriptionThere have been repeated requests for a machine-friendly dmidecode output over the last decade. During Hack Week 19, 5 years ago, I prepared the code to support alternative output formats, but didn't have the time to go further. Last year, Jiri Hnidek from Red Hat Linux posted a proof-of-concept implementation to add JSON output support. This is a fairly large pull request which needs to be carefully reviewed and tested. |