[RFC 0/8] first steps in fixing buffer overflow
2025-12-30 15:26 UTC (59+ messages)
` [PATCH v7 00/18] lib: fix format overflows
` [PATCH v7 01/18] lpm: restrict name size
` [PATCH v7 02/18] hash: add checks for hash name length
` [PATCH v7 03/18] graph: avoid overflowing comment buffer
` [PATCH v7 04/18] latencystats: add check for string overflow
` [PATCH v7 05/18] telemetry: check for path overflow
` [PATCH v7 06/18] efd: handle possible name truncation
` [PATCH v7 07/18] eal: use C library to parse filesystem table
` [PATCH v7 08/18] eal: warn if thread name is truncated
` [PATCH v7 09/18] eal: avoid format overflow when handling addresses
` [PATCH v7 10/18] eal: add check for sysfs path overflow
` [PATCH v7 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v7 12/18] eal: check for hugefile path overflow
` [PATCH v7 13/18] eal: check tailq length
` [PATCH v7 14/18] eal: handle long shared library path
` [PATCH v7 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v7 16/18] vhost: check for overflow in xstat name
` [PATCH v7 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v7 18/18] lib: enable format overflow warnings
` [PATCH v8 00/18] fix format overflows in libraries
` [PATCH v8 01/18] lpm: restrict name size
` [PATCH v8 02/18] hash: add checks for hash name length
` [PATCH v8 03/18] graph: avoid overflowing comment buffer
` [PATCH v8 04/18] latencystats: add check for string overflow
` [PATCH v8 05/18] telemetry: check for path overflow
` [PATCH v8 06/18] efd: handle possible name truncation
` [PATCH v8 07/18] eal: use C library to parse filesystem table
` [PATCH v8 08/18] eal: warn if thread name is truncated
` [PATCH v8 09/18] eal: avoid format overflow when handling addresses
` [PATCH v8 10/18] eal: add check for sysfs path overflow
` [PATCH v8 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v8 12/18] eal: check for hugefile path overflow
` [PATCH v8 13/18] eal: check tailq length
` [PATCH v8 14/18] eal: handle long shared library path
` [PATCH v8 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v8 16/18] vhost: check for overflow in xstat name
` [PATCH v8 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v8 18/18] lib: enable format overflow warnings
` [PATCH v9 00/18] fix format overflow in libraries
` [PATCH v9 01/18] lpm: restrict name size
` [PATCH v9 02/18] hash: add checks for hash name length
` [PATCH v9 03/18] graph: avoid overflowing comment buffer
` [PATCH v9 04/18] latencystats: add check for string overflow
` [PATCH v9 05/18] telemetry: check for path overflow
` [PATCH v9 06/18] efd: handle possible name truncation
` [PATCH v9 07/18] eal: use C library to parse filesystem table
` [PATCH v9 08/18] eal: warn if thread name is truncated
` [PATCH v9 09/18] eal: avoid format overflow when handling addresses
` [PATCH v9 10/18] eal: add check for sysfs path overflow
` [PATCH v9 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v9 12/18] eal: check for hugefile path overflow
` [PATCH v9 13/18] eal: check tailq length
` [PATCH v9 14/18] eal: handle long shared library path
` [PATCH v9 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v9 16/18] vhost: check for overflow in xstat name
` [PATCH v9 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v9 18/18] lib: enable format overflow warnings
[PATCH v2] acl: add RISC-V vector extension implementation
2025-12-30 15:22 UTC (2+ messages)
Is it a Bug? DPAA_SEC-test_cryptodev : output packet length is wrong !
2025-12-30 14:05 UTC
[PATCH] net/ice: add MAC anti-spoof disable option
2025-12-30 11:48 UTC (4+ messages)
` [PATCH v4] net/ice: add MAC anti-spoof option
` [PATCH v5] "
[PATCH] test/crypto: remove PMD specific asym testsuites
2025-12-30 9:03 UTC (2+ messages)
[RFC PATCH v2] ethdev: update read time API in PMD to enable crosstimestamp
2025-12-30 8:57 UTC (3+ messages)
` [RFC PATCH v3] "
[PATCH v1] net/zxdh: add pcie bar channel check
2025-12-30 8:11 UTC (9+ messages)
` [PATCH v1 0/2] fix bug
` [PATCH v1 1/2] net/zxdh: add pcie bar channel check
` [PATCH v2 0/2] fix npsdk bug
` [PATCH v2 1/2] net/zxdh: add pcie bar channel check
` [PATCH v2 2/2] net/zxdh: optimize the procedure for NP online uninit
` [PATCH v1 2/2] net/zxdh: delete np soft resource uninstallation
[PATCH] net/gve: add reset path
2025-12-30 2:29 UTC
[RFC] pcapng: improve performance of timestamping
2025-12-29 23:01 UTC (8+ messages)
` [PATCH v2 0/6] pcapng: timestamping and comment fixes
` [PATCH v2 1/6] pcapng: use alloca instead of fixed buffer
` [PATCH v2 2/6] pcapng: add additional mbuf if space required on copy
` [PATCH v2 3/6] test: add more tests for comments in pcapng
` [PATCH v2 4/6] test: vary size of packets in pcapng test
` [PATCH v2 5/6] test: increase gap "
` [PATCH v2 6/6] pcapng: improve performance of timestamping
[PATCH] test: skip hash tests from other CPU
2025-12-29 22:07 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/3] examples: format truncation bugs
2025-12-29 21:59 UTC (11+ messages)
` [PATCH v10 0/9] tests: enable and fix format overflow
` [PATCH v10 1/9] test: increase size of memzone name
` [PATCH v10 2/9] test: add new function to get current file-prefix arg
` [PATCH v10 3/9] test: refactor file prefix arg handling
` [PATCH v10 4/9] test: avoid overflowing huge directory path
` [PATCH v10 5/9] test: fix format overflow warning in ACL test
` [PATCH v10 6/9] test: fix impossible format-truncation in cfgfiles
` [PATCH v10 7/9] test: fix format overflow in cryptodev test
` [PATCH v10 8/9] test: fix overflow warnings in common code
` [PATCH v10 9/9] test: re-enable format-truncation warnings
[RFC] net/virtio: avoid global variable name conflicts
2025-12-29 19:07 UTC (2+ messages)
[PATCH 0/9] net/sfc: SFN7xxx deprecation and Medford fixes
2025-12-29 21:35 UTC (10+ messages)
` [PATCH 1/9] doc: remove support for AMD Solarflare SFN7xxx family boards
` [PATCH 2/9] common/sfc_efx/base: fix flow control setting on legacy MCDI
` [PATCH 3/9] common/sfc_efx/base: fix indication of requestable FEC flags
` [PATCH 4/9] common/sfc_efx/base: define mask for pause mode capabilities
` [PATCH 5/9] common/sfc_efx/base: count Rx TRUNC ERR as CRC errors on X4
` [PATCH 6/9] net/sfc: avoid speed reset when setting FEC in started state
` [PATCH 7/9] net/sfc: rework the capability check that is done on FEC set
` [PATCH 8/9] net/sfc: drop AUTO from FEC capabilities and fix the comment
` [PATCH 9/9] net/sfc: fix reporting status of autonegotiation to the user
[PATCH 0/2] bpf: add xchg and fix rte_bpf_dump
2025-12-29 18:10 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] bpf: add atomic xchg support
[PATCH] acl: add RISC-V vector extension implementation
2025-12-29 5:48 UTC (4+ messages)
[PATCH] examples/l3fwd: extend NUMA nodes limit beyond 8
2025-12-29 2:55 UTC (4+ messages)
[PATCH 0/4] Avoid using perror
2025-12-28 20:10 UTC (5+ messages)
` [PATCH 1/4] checkpatches: warn if perror is used
` [PATCH 2/4] bus/dpaa: replace perror with log
` [PATCH 3/4] telemetry: "
` [PATCH 4/4] common/dpaax: replace use of "
[PATCH 0/7] Fix build with gcc-16
2025-12-28 18:40 UTC (8+ messages)
` [PATCH 1/7] pcapng: use alloca instead of fixed buffer
` [PATCH 2/7] pcapng: add additional mbuf if space required on copy
` [PATCH 3/7] test: add more tests for comments in pcapng
` [PATCH 4/7] test: vary size of packets in pcapng test
` [PATCH 5/7] net/bnxt: fix uninitialized warning
` [PATCH 6/7] common/cnxk: fix array out of bounds
` [PATCH 7/7] examples/fips_validation: avoid rte_memcpy alignment restriction
[PATCH] bpf: fix x86 call stack alignment, add tests
2025-12-28 14:16 UTC (2+ messages)
[PATCH v2] gro : improve GRO performance based on hash table
2025-12-27 18:12 UTC (4+ messages)
` [PATCH v3] "
[PATCH v12 13/13] net/sxe: add virtual function
2025-12-26 22:39 UTC (30+ messages)
` [PATCH v13 01/13] net/sxe: add base driver directory and doc
` [PATCH v13 02/13] net/sxe: add ethdev probe and remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
` [PATCH v13 03/13] net/sxe: add tx rx setup and data path
` [PATCH v13 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function
` [PATCH v13 05/13] net/sxe: support vlan filter
` [PATCH v13 06/13] net/sxe: add filter function
` [PATCH v13 07/13] net/sxe: support rss offload
` [PATCH v13 08/13] net/sxe: add dcb function
` [PATCH v13 09/13] net/sxe: support ptp
` [PATCH v13 10/13] net/sxe: add xstats function
` [PATCH v13 11/13] net/sxe: add custom cmd led ctrl
` [PATCH v13 12/13] net/sxe: add simd function
` [PATCH v13 13/13] net/sxe: add virtual function
` [PATCH v14 01/13] net/sxe: add base driver directory and doc
` [PATCH v14 02/13] net/sxe: add ethdev probe and remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
` [PATCH v14 03/13] net/sxe: add tx rx setup and data path
` [PATCH v14 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function
` [PATCH v14 05/13] net/sxe: support vlan filter
` [PATCH v14 06/13] net/sxe: add filter function
` [PATCH v14 07/13] net/sxe: support rss offload
` [PATCH v14 08/13] net/sxe: add dcb function
` [PATCH v14 09/13] net/sxe: support ptp
` [PATCH v14 10/13] net/sxe: add xstats function
` [PATCH v14 11/13] net/sxe: add custom cmd led ctrl
` [PATCH v14 12/13] net/sxe: add simd function
` [PATCH v14 13/13] net/sxe: add virtual function
github build mingw version
2025-12-26 21:05 UTC
[PATCH] doc: update flow-perf.rst --query-rate option description
2025-12-26 20:07 UTC (2+ messages)
[PATCH] net/mlx5: fix SRH flex parser initialization synchronization
2025-12-25 16:20 UTC
[PATCH] net/mlx5: fix IPv6 SHR flex node header length definition
2025-12-25 11:02 UTC
22.11.11 patches review and test
2025-12-24 13:06 UTC (11+ messages)
[RFC PATCH] ethdev: update read time API in PMD to enable crosstimestamp
2025-12-24 6:40 UTC
[DPDK/examples Bug 1860] examples/fips_validation: out of bounds reference
2025-12-23 22:20 UTC
[DPDK/ethdev Bug 1859] common/cnxk: out of bounds access
2025-12-23 22:18 UTC
[DPDK/meson Bug 1858] [dpdk23.11.5] Meson build failed on Fedora 43
2025-12-23 20:14 UTC
[RFC v2 00/14] lib: check for string overflow
2025-12-23 18:13 UTC (20+ messages)
` [PATCH v6 00/18] lib: fix format overflows
` [PATCH v6 01/18] lpm: restrict name size
` [PATCH v6 02/18] hash: add checks for hash name length
` [PATCH v6 03/18] graph: avoid overflowing comment buffer
` [PATCH v6 04/18] latencystats: add check for string overflow
` [PATCH v6 05/18] telemetry: avoid possible "
` [PATCH v6 06/18] efd: handle possible name truncation
` [PATCH v6 07/18] eal: use C library to parse filesystem table
` [PATCH v6 08/18] eal: warn if thread name is truncated
` [PATCH v6 09/18] eal: avoid format overflow when handling addresses
` [PATCH v6 10/18] eal: add check for sysfs path overflow
` [PATCH v6 11/18] eal: limit maximum runtime directory and socket paths
` [PATCH v6 12/18] eal: check for hugefile path overflow
` [PATCH v6 13/18] eal: check tailq length
` [PATCH v6 14/18] eal: handle long shared library path
` [PATCH v6 15/18] ethdev: avoid possible overflow in xstat names
` [PATCH v6 16/18] vhost: check for overflow in xstat name
` [PATCH v6 17/18] cfgfile: add length checks and increase line buffer
` [PATCH v6 18/18] lib: enable format overflow warnings
[PATCH v1 0/5] net/zxdh: add support some new features
2025-12-23 17:54 UTC (4+ messages)
` [PATCH v1 4/5] net/zxdh: add support primary/secondary process
[RFC PATCH 0/3] Make Link Status on Close Configurable
2025-12-23 1:19 UTC (5+ messages)
` [RFC PATCH 1/3] ethdev: add set link state on close API
[RFC 0/3] ethdev: introduce device reinitialisation API
2025-12-23 1:16 UTC (2+ messages)
[PATCH] net/hns3: fix outer UDP checksum fail with simple BD
2025-12-22 23:53 UTC (2+ messages)
[PATCH] examples/ethtool: fix buffer size for pkt pool name
2025-12-22 23:31 UTC (3+ messages)
` [PATCH v2] "
mbuf fast-free requirements analysis
2025-12-22 17:43 UTC (8+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).