messages from 2025-03-15 02:22:34 to 2025-03-18 01:41:17 UTC [more...]
[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
2025-03-18 1:40 UTC (12+ messages)
` [PATCH net-next v24 01/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v24 02/23] ovpn: add basic netlink support
` [PATCH net-next v24 03/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v24 04/23] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v24 05/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v24 06/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v24 07/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v24 08/23] ovpn: implement basic RX "
` [PATCH net-next v24 09/23] ovpn: implement packet processing
` [PATCH net-next v24 10/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v24 11/23] ovpn: implement TCP transport
[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
2025-03-18 0:41 UTC (27+ messages)
` [PATCH v5 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v5 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v5 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v5 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v5 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v5 6/6] rust: use strict provenance APIs
[PATCH v2 net-next 00/15] AccECN protocol patch series
2025-03-18 0:33 UTC (17+ messages)
` [PATCH v2 net-next 01/15] tcp: fast path functions later
` [PATCH v2 net-next 02/15] tcp: AccECN core
` [PATCH v2 net-next 03/15] tcp: accecn: AccECN negotiation
` [PATCH v2 net-next 04/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v2 net-next 05/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v2 net-next 06/15] tcp: allow embedding leftover into option padding
` [PATCH v2 net-next 07/15] tcp: sack option handling improvements
` [PATCH v2 net-next 08/15] tcp: accecn: AccECN option
` [PATCH v2 net-next 09/15] tcp: accecn: AccECN option send control
` [PATCH v2 net-next 10/15] tcp: accecn: AccECN option failure handling
` [PATCH v2 net-next 11/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v2 net-next 12/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v2 net-next 13/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v2 net-next 14/15] tcp: try to avoid safer when ACKs are thinned
` [PATCH v2 net-next 15/15] gro: flushing when CWR is set negatively affects AccECN
[PATCH net-next v11 00/10] tun: Introduce virtio-net hashing feature
2025-03-18 0:29 UTC (12+ messages)
` [PATCH net-next v11 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v11 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v11 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v11 04/10] tun: Add common virtio-net hash feature code
` [PATCH net-next v11 05/10] tun: Introduce virtio-net hash feature
` [PATCH net-next v11 06/10] tap: "
` [PATCH net-next v11 07/10] selftest: tun: Test vnet ioctls without device
` [PATCH net-next v11 08/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH net-next v11 09/10] selftest: tap: Add tests for virtio-net ioctls
` [PATCH net-next v11 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH net-next v9 0/6] tun: Introduce virtio-net hashing feature
2025-03-18 0:15 UTC (30+ messages)
` [PATCH net-next v9 1/6] virtio_net: Add functions for hashing
` [PATCH net-next v9 3/6] tun: Introduce virtio-net hash feature
` [PATCH net-next v9 6/6] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-03-17 19:27 UTC (7+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
[PATCH v9 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
2025-03-17 18:49 UTC (2+ messages)
[PATCH] tools/nolibc: Add support for SPARC
2025-03-17 18:14 UTC (4+ messages)
[PATCH v4 00/18] riscv: add SBI FWFT misaligned exception delegation support
2025-03-17 17:06 UTC (19+ messages)
` [PATCH v4 01/18] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v4 02/18] riscv: sbi: add new SBI error mappings
` [PATCH v4 03/18] riscv: sbi: add FWFT extension interface
` [PATCH v4 04/18] riscv: sbi: add SBI FWFT extension calls
` [PATCH v4 05/18] riscv: misaligned: request misaligned exception from SBI
` [PATCH v4 06/18] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v4 07/18] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v4 08/18] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v4 09/18] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v4 10/18] riscv: misaligned: factorize trap handling
` [PATCH v4 11/18] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v4 12/18] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v4 13/18] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v4 14/18] selftests: riscv: add misaligned access testing
` [PATCH v4 15/18] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v4 16/18] RISC-V: KVM: add SBI extension reset callback
` [PATCH v4 17/18] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v4 18/18] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH] selftests/bpf: Replace deprecated strncpy() with strscpy()
2025-03-17 16:54 UTC (2+ messages)
[PATCH AUTOSEL 6.12 12/13] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
2025-03-17 16:38 UTC
[PATCH AUTOSEL 6.13 15/16] selftests: netfilter: skip br_netfilter queue tests if kernel is tainted
2025-03-17 16:37 UTC
[PATCH v3 1/2] kunit: tool: Fix bug in parsing test plan
2025-03-17 16:13 UTC (3+ messages)
[PATCH v9 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-03-17 15:30 UTC (5+ messages)
` [PATCH v9 1/4] rust: move `CStr`'s `Display` to helper struct
` [PATCH v9 2/4] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v9 3/4] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v9 4/4] rust: remove core::ffi::CStr reexport
[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
2025-03-17 15:01 UTC (14+ messages)
` [PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v4 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v4 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v4 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v4 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v4 6/6] rust: use strict provenance APIs
[PATCH v4 iproute2-next 0/1] DualPI2 iproute2 patch
2025-03-17 13:40 UTC (5+ messages)
` [PATCH v4 iproute2-next 1/1] tc: add dualpi2 scheduler module
[PATCH net-next v23 00/23] Introducing OpenVPN Data Channel Offload
2025-03-17 13:13 UTC (4+ messages)
` [PATCH net-next v23 18/23] ovpn: implement peer add/get/dump/delete via netlink
[PATCH net-next] selftests: drv-net: rss_input_xfrm: Check test prerequisites before running
2025-03-17 12:31 UTC
[PATCH v9 0/6] scanf: convert self-test to KUnit
2025-03-17 10:34 UTC (5+ messages)
[PATCH net-next v23 03/23] ovpn: add basic interface creation/destruction/management routines
2025-03-17 10:23 UTC (7+ messages)
[PATCH] selftests/mm: Add commentary about 9pfs bugs
2025-03-17 10:20 UTC
[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-17 9:52 UTC (4+ messages)
` [PATCH net v4 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[PATCH net v3 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
2025-03-17 9:51 UTC (6+ messages)
` [PATCH net v3 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v3 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v3 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment
[PATCH bpf-next v3 0/3] bpf: Fix use-after-free of sockmap
2025-03-17 9:22 UTC (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, sockmap: avoid using sk_socket after free when sending
` [PATCH bpf-next v3 2/3] bpf, sockmap: avoid using sk_socket after free when reading
` [PATCH bpf-next v3 3/3] selftests/bpf: Add edge case tests for sockmap
[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-03-17 9:19 UTC (13+ messages)
` [PATCH bpf-next 01/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next 02/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next 03/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next 06/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next 09/11] bpf: Return PTR_ERR from push_stack()
[PATCH 0/2] selftests: livepatch: test if ftrace can trace a livepatched function
2025-03-17 9:07 UTC (5+ messages)
` [PATCH PATCH 2/2] "
[PATCH net-next v1 1/2] net: pktgen: add strict buffer parsing index check
2025-03-17 9:04 UTC (2+ messages)
` [PATCH net-next v1 2/2] selftest: net: update proc_net_pktgen (add more imix_weights test cases)
[PATCH net-next v10 00/10] tun: Introduce virtio-net hashing feature
2025-03-17 8:34 UTC (5+ messages)
` [PATCH net-next v10 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v10 06/10] tap: Introduce virtio-net hash feature
[PATCH net-next v23 09/23] ovpn: implement packet processing
2025-03-17 6:17 UTC (2+ messages)
[PATCH 1/4] selftests: ntsync: fix the wrong condition in wake_all
2025-03-17 1:33 UTC (4+ messages)
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-03-17 1:29 UTC (7+ messages)
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
[RFC PATCH 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids
2025-03-16 20:56 UTC (4+ messages)
[PATCH v9 net-next 0/3] DUALPI2 patch
2025-03-16 15:27 UTC (4+ messages)
` [PATCH v9 net-next 1/3] Documentation: netlink: specs: tc: Add DualPI2 specification
` [PATCH v9 net-next 2/3] selftests/tc-testing: Add selftests for qdisc DualPI2
` [PATCH v9 net-next 3/3] sched: Add dualpi2 qdisc
[PATCH v4 08/16] rust: kunit: refactor to use `&raw [const|mut]`
2025-03-16 6:14 UTC
[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
2025-03-16 4:15 UTC (3+ messages)
` "
[PATCH v10 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
2025-03-15 20:00 UTC (4+ messages)
` [PATCH v10 nf-next 1/3] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v10 nf-next 2/3] netfilter: nft_chain_filter: Add bridge "
` [PATCH v10 nf-next 3/3] selftests: netfilter: Add conntrack_bridge.sh
[PATCH v2] selftests/mm/cow: Fix the incorrect error handling
2025-03-15 19:06 UTC (2+ messages)
[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
2025-03-15 18:00 UTC (15+ messages)
` [PATCH v3 6/6] rust: use strict provenance APIs
[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
2025-03-15 12:42 UTC (4+ messages)
[PATCH RFC 8/8] selftests/sched_ext: Add test for sched_ext dl_server
2025-03-15 2:21 UTC
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