messages from 2026-04-29 19:14:42 to 2026-05-01 18:36:54 UTC [more...]
[PATCH net-next 00/12] net: enable TC956x support
2026-05-01 18:36 UTC (21+ messages)
` [PATCH net-next 01/12] net: pcs: pcs-xpcs-regmap: support XPCS memory-mapped MDIO bus via regmap
` [PATCH net-next 02/12] net: pcs: pcs-xpcs: select operating mode for 10G-baseR capable PCS
` [PATCH net-next 03/12] net: pcs: pcs-xpcs: Preserve BMCR_ANENBLE during link up
` [PATCH net-next 04/12] net: stmmac: dma: create a separate dma_device pointer
` [PATCH net-next 05/12] net: stmmac: dwxgmac2: Add multi MSI interrupt mode
` [PATCH net-next 06/12] net: stmmac: dwxgmac2: Add XGMAC 3.01a support
` [PATCH net-next 07/12] net: stmmac: dwxgmac2: export symbols for XGMAC 3.01a DMA
` [PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
` [PATCH net-next 09/12] gpio: tc956x: add TC956x/QPS615 support
` [PATCH net-next 10/12] net: stmmac: "
` [PATCH net-next 11/12] misc: tc956x_pci: "
` [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy
[PATCH bpf-next] bpftool: Resolve libcrypto link flags via pkg-config
2026-05-01 18:11 UTC (2+ messages)
[PATCH bpf-next 0/2 v3] bpf: Add LINK_DETACH for perf links
2026-05-01 17:11 UTC (6+ messages)
` [PATCH bpf-next 1/2 v3] bpf: Add LINK_DETACH support for perf link
` [PATCH bpf-next 2/2 v3] selftests/bpf: Test LINK_DETACH "
[PATCH net 0/7] net: tls: fix a few random bugs
2026-05-01 16:40 UTC (17+ messages)
` [PATCH net 1/7] net: tls: fix silent data drop under pipe back-pressure
` [PATCH net 2/7] selftests: tls: add test for data loss on small pipe
` [PATCH net 3/7] net: tls: fix page pin leak on sendpage_ok() failure
` [PATCH net 4/7] net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
` [PATCH net 5/7] selftests: bpf: cover wrapped sk_msg ring chaining in ktls TX path
` [PATCH net 6/7] net: tls: fix use-after-free in tls_sw_sendmsg_locked after bpf verdict
` [PATCH net 7/7] selftests: bpf: cover tls_sw_sendmsg UAF after bpf_exec_tx_verdict split
[PATCH bpf-next 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-05-01 15:37 UTC (11+ messages)
` [PATCH bpf-next 1/2] "
[PATCH bpf-next v9 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
2026-05-01 7:53 UTC (14+ messages)
` [PATCH bpf-next v9 1/3] bpf: Fix out-of-bounds "
` [PATCH bpf-next v9 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
` [PATCH bpf-next v9 3/3] selftests/bpf: Add test for large offset bpf-to-bpf call
[PATCH net-next v3 0/5] veth: add Byte Queue Limits (BQL) support
2026-05-01 7:28 UTC (3+ messages)
[PATCH net-next v4 0/4] veth: add Byte Queue Limits (BQL) support
2026-05-01 7:16 UTC (2+ messages)
` [PATCH net-next v4 2/4] veth: implement Byte Queue Limits (BQL) for latency reduction
[PATCH 2/2] kernel/bpf/verifier: Support module kfunc resolution via instruction offset
2026-05-01 6:57 UTC (3+ messages)
[PATCH 0/3] net: mana: Fix mana_destroy_rxq() cleanup for partial RXQ init
2026-05-01 4:03 UTC (8+ messages)
` [PATCH 1/3] net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()
` [PATCH 2/3] net: mana: Skip WQ object destruction for uninitialized RXQ
` [PATCH 3/3] net: mana: remove double CQ cleanup in mana_create_rxq error path
[PATCH net v4 0/8] xsk: fix bugs around xsk skb allocation
2026-05-01 3:29 UTC (7+ messages)
` [PATCH net v4 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures
[PATCH net, v3] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
2026-05-01 2:47 UTC
[PATCH net-next 00/11] net: devmem: support devmem with netkit devices
2026-05-01 1:07 UTC (7+ messages)
` [PATCH net-next 07/11] net: devmem: support TX over NETMEM_TX_NO_DMA devices
[PATCH net] net: Clear skb metadata before LWT xmit
2026-05-01 0:31 UTC (3+ messages)
[PATCH v1 bpf 0/2] bpf: tcp: Fix type confusion in bpf_tcp_sock()
2026-04-30 21:14 UTC (6+ messages)
` [PATCH v1 bpf 1/2] "
` [PATCH v1 bpf 2/2] selftest: bpf: Add test for bpf_tcp_sock() and RAW socket
[PATCH 0/6] lib: rework bitreverse
2026-04-30 21:13 UTC (7+ messages)
` [PATCH 1/6] lib: include crc32.h conditionally on CONFIG_CRC32
` [PATCH 2/6] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
` [PATCH 3/6] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH 4/6] arch/riscv: Add bitrev.h file to support rev8 and brev8
` [PATCH 5/6] lib: compile generic bitrev.c conditionally on GENERIC_BITREVERSE
` [PATCH 6/6] MAINTAINERS: BITOPS: include bitrev.[ch]
[PATCH net, v2] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
2026-04-30 18:59 UTC (2+ messages)
[PATCH bpf-next v11 00/11] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-30 16:42 UTC (17+ messages)
` [PATCH bpf-next v11 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v11 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v11 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v11 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v11 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v11 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v11 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v11 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v11 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v11 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v11 11/11] selftests/bpf: Tolerate missing files during install
[PATCH bpf-next v10 00/11] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-30 15:52 UTC (24+ messages)
` [PATCH bpf-next v10 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next v10 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next v10 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next v10 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next v10 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next v10 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next v10 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next v10 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next v10 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next v10 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next v10 11/11] selftests/bpf: Tolerate missing files during install
[PATCH v3] bpf: crypto: snapshot params before string validation
2026-04-30 15:48 UTC (2+ messages)
[PATCH v6 0/3] mm: Free contiguous order-0 pages efficiently
2026-04-30 12:32 UTC (8+ messages)
[PATCH bpf-next v3 1/2] bpf: Print breakdown of insns processed by subprogs
2026-04-30 11:30 UTC (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test insns processed breakdown
[PATCH bpf-next v2] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
2026-04-30 8:14 UTC (2+ messages)
[PATCH bpf-next] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
2026-04-30 7:22 UTC (3+ messages)
[PATCH 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
2026-04-30 5:47 UTC
[PATCH 0/2] Enable module kfuncs to override vmlinux kfuncs
2026-04-30 5:46 UTC
[PATCH bpf-next v2 0/2] bpf, arm64/riscv: Remove redundant icache flush after pack allocator finalize
2026-04-30 3:25 UTC (2+ messages)
[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-30 1:38 UTC (13+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next 03/18] bpf: Refactor record_call_access() to extract per-arg logic
` [PATCH bpf-next 04/18] bpf: Extend liveness analysis to track stack argument slots
[PATCH] kbuild/btf: Remove broken module relinking exclusion
2026-04-30 1:04 UTC (2+ messages)
[v6 00/10] Reintroduce Hornet LSM
2026-04-30 0:31 UTC (20+ messages)
` [v6 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [v6 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [v6 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [v6 04/10] lsm: framework for BPF integrity verification
` [v6 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [v6 06/10] security: Hornet LSM
` [v6 07/10] hornet: Introduce gen_sig
` [v6 08/10] hornet: Add a light skeleton data extractor scripts
` [v6 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [v6 10/10] ipe: Add BPF program load policy enforcement via Hornet integration
[PATCH net-next v8 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
2026-04-29 22:50 UTC (3+ messages)
[PATCH net-next 11/11] selftests: drv-net: add netkit devmem tests
2026-04-29 22:43 UTC (2+ messages)
[PATCH net-next 10/11] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
2026-04-29 22:43 UTC (2+ messages)
[PATCH net-next 09/11] selftests: drv-net: refactor devmem command builders into lib module
2026-04-29 22:43 UTC (2+ messages)
[PATCH net-next v8 6/7] net: bcmgenet: add XDP statistics counters
2026-04-29 22:39 UTC (3+ messages)
[PATCH net-next v8 7/7] net: bcmgenet: reject MTU changes incompatible with XDP
2026-04-29 22:35 UTC (3+ messages)
[PATCH net-next v8 4/7] net: bcmgenet: add XDP_TX support
2026-04-29 22:28 UTC (3+ messages)
[PATCH net-next v8 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
2026-04-29 22:24 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Print breakdown of insns processed by subprogs
2026-04-29 22:17 UTC (7+ messages)
[PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into x86 JITed programs
2026-04-29 21:59 UTC (3+ messages)
[PATCH bpf-next] m68k, bpf: Add initial BPF JIT compiler support
2026-04-29 21:33 UTC (3+ messages)
[PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 JITed programs
2026-04-29 21:31 UTC (3+ messages)
[PATCH bpf-next v9 10/11] selftests/bpf: Provide weak definitions for cross-test functions
2026-04-29 21:29 UTC (2+ messages)
[PATCH bpf-next v9 09/11] selftests/bpf: Tolerate benchmark build failures
2026-04-29 21:08 UTC (2+ messages)
[PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
2026-04-29 21:04 UTC (3+ messages)
Null-Pointer Dereference in bpf_remove_dentry_xattr via Negative Dentry
2026-04-29 20:56 UTC (2+ messages)
[PATCH bpf-next v9 06/11] selftests/bpf: Tolerate test file compilation failures
2026-04-29 20:37 UTC (2+ messages)
[PATCH bpf-next v9 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
2026-04-29 20:23 UTC (2+ messages)
[PATCH bpf-next v9 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
2026-04-29 19:41 UTC (2+ messages)
[PATCH bpf-next 3/3] riscv, bpf: Add 32 bit atomic operations to RV32 JIT
2026-04-29 19:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- 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