netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 16:15:00 to 2025-11-05 22:20:01 UTC [more...]

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-11-05 22:19 UTC  (3+ messages)

[PATCH net-next v3] net: mana: Fix incorrect speed reported by debugfs
 2025-11-05 22:15 UTC  (2+ messages)

[PATCH net v1 1/2] page_pool: expose max page pool ring size
 2025-11-05 22:15 UTC  (5+ messages)
` [PATCH net v1 2/2] gve: use max allowed ring size for ZC page_pools

[PATCH net-next] net: phy: fixed_phy: shrink size of struct fixed_phy_status
 2025-11-05 22:09 UTC 

[PATCH v2] usb: rtl8150: Initialize buffers to fix KMSAN uninit-value in rtl8150_open
 2025-11-05 21:55 UTC  (4+ messages)

[PATCH v2 1/3] firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADER
 2025-11-05 21:47 UTC  (2+ messages)

[PATCH] selftests: net: local_termination: Wait for interfaces to come up
 2025-11-05 21:31 UTC  (2+ messages)

[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 21:27 UTC  (19+ messages)
` [PATCH v5 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v5 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v5 03/17] filelock: add struct delegated_inode
` [PATCH v5 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v5 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v5 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v5 07/17] vfs: allow rmdir "
` [PATCH v5 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v5 11/17] vfs: make vfs_mknod "
` [PATCH v5 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v5 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v5 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v5 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v5 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v5 17/17] vfs: expose delegation support to userland

[PATCH v3 00/13] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-11-05 21:18 UTC  (14+ messages)
` [PATCH v3 01/13] arm64: dts: mediatek: mt7981b-openwrt-one: Enable SPI NOR
` [PATCH v3 02/13] arm64: dts: mediatek: mt7981b-openwrt-one: Enable software leds
` [PATCH v3 03/13] dt-bindings: mfd: syscon: Add mt7981-topmisc
` [PATCH v3 04/13] dt-bindings: PCI: mediatek-gen3: Add MT7981 PCIe compatible
` [PATCH v3 05/13] dt-bindings: phy: mediatek,tphy: Add support for MT7981
` [PATCH v3 06/13] arm64: dts: mediatek: mt7981b: Add PCIe and USB support
` [PATCH v3 07/13] arm64: dts: mediatek: mt7981b-openwrt-one: Enable PCIe and USB
` [PATCH v3 08/13] dt-bindings: net: mediatek,net: Correct bindings for MT7981
` [PATCH v3 09/13] arm64: dts: mediatek: mt7981b: Add Ethernet and WiFi offload support
` [PATCH v3 10/13] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet
` [PATCH v3 11/13] arm64: dts: mediatek: mt7981b: Disable wifi by default
` [PATCH v3 12/13] arm64: dts: mediatek: mt7981b: Add wifi memory region
` [PATCH v3 13/13] arm64: dts: mediatek: mt7981b-openwrt-one: Enable wifi

[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-05 21:03 UTC  (32+ messages)
` [PATCH 01/31] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/31] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/31] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/31] mm: vmstat: "
` [PATCH 05/31] sched/isolation: Save boot defined domain flags
` [PATCH 06/31] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/31] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/31] net: Keep ignoring isolated cpuset change
` [PATCH 09/31] block: Protect against concurrent "
` [PATCH 10/31] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 11/31] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/31] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/31] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 15/31] sched/isolation: Flush vmstat "
` [PATCH 16/31] PCI: Flush PCI probe workqueue "
` [PATCH 17/31] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 18/31] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 19/31] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 20/31] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 21/31] kthread: Refine naming of affinity related fields
` [PATCH 22/31] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 23/31] kthread: Include kthreadd to "
` [PATCH 24/31] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 25/31] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 26/31] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH 27/31] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
` [PATCH 28/31] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 29/31] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 30/31] kthread: Document kthread_affine_preferred()
` [PATCH 31/31] doc: Add housekeeping documentation

[PATCH iwl-next v2 0/9] ice: properly use u64_stats API for all ring stats
 2025-11-05 21:06 UTC  (10+ messages)
` [PATCH iwl-next v2 1/9] ice: initialize ring_stats->syncp
` [PATCH iwl-next v2 2/9] ice: use cacheline groups for ice_rx_ring structure
` [PATCH iwl-next v2 3/9] ice: use cacheline groups for ice_tx_ring structure
` [PATCH iwl-next v2 4/9] ice: move prev_pkt from ice_txq_stats to ice_tx_ring
` [PATCH iwl-next v2 5/9] ice: pass pointer to ice_fetch_u64_stats_per_ring
` [PATCH iwl-next v2 6/9] ice: remove ice_q_stats struct and use struct_group
` [PATCH iwl-next v2 7/9] ice: use u64_stats API to access pkts/bytes in dim sample
` [PATCH iwl-next v2 8/9] ice: shorten ring stat names and add accessors
` [PATCH iwl-next v2 9/9] ice: convert all ring stats to u64_stats_t

[PATCH iwl-next v1] ixgbevf: ixgbevf_q_vector clean up
 2025-11-05 21:02 UTC  (2+ messages)

[PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
 2025-11-05 20:55 UTC  (2+ messages)

[PATCH bpf-next v4 00/16] Make TC BPF helpers preserve skb metadata
 2025-11-05 20:42 UTC  (18+ messages)
` [PATCH bpf-next v4 01/16] net: Helper to move packet data and metadata after skb_push/pull
` [PATCH bpf-next v4 02/16] net: Preserve metadata on pskb_expand_head
` [PATCH bpf-next v4 03/16] bpf: Unclone skb head on bpf_dynptr_write to skb metadata
` [PATCH bpf-next v4 04/16] vlan: Make vlan_remove_tag return nothing
` [PATCH bpf-next v4 05/16] bpf: Make bpf_skb_vlan_pop helper metadata-safe
` [PATCH bpf-next v4 06/16] bpf: Make bpf_skb_vlan_push "
` [PATCH bpf-next v4 07/16] bpf: Make bpf_skb_adjust_room metadata-safe
` [PATCH bpf-next v4 08/16] bpf: Make bpf_skb_change_proto helper metadata-safe
` [PATCH bpf-next v4 09/16] bpf: Make bpf_skb_change_head "
` [PATCH bpf-next v4 10/16] selftests/bpf: Verify skb metadata in BPF instead of userspace
` [PATCH bpf-next v4 11/16] selftests/bpf: Dump skb metadata on verification failure
` [PATCH bpf-next v4 12/16] selftests/bpf: Expect unclone to preserve skb metadata
` [PATCH bpf-next v4 13/16] selftests/bpf: Cover skb metadata access after vlan push/pop helper
` [PATCH bpf-next v4 14/16] selftests/bpf: Cover skb metadata access after bpf_skb_adjust_room
` [PATCH bpf-next v4 15/16] selftests/bpf: Cover skb metadata access after change_head/tail helper
` [PATCH bpf-next v4 16/16] selftests/bpf: Cover skb metadata access after bpf_skb_change_proto

[PATCH v3] usb: rtl8150: Initialize buffers to fix KMSAN uninit-value in rtl8150_open
 2025-11-05 20:37 UTC  (3+ messages)

[PATCH net-next v2 0/5] psp: track stats from core and provide a driver stats api
 2025-11-05 20:31 UTC  (4+ messages)
` [PATCH net-next v2 4/5] net/mlx5e: Add PSP stats support for Rx/Tx flows

[PATCH net] net: txgbe: remove wx_ptp_init() in device reset flow
 2025-11-05 20:02 UTC  (2+ messages)

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-11-05 19:51 UTC  (4+ messages)

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-05 19:39 UTC  (22+ messages)
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 30/33] kthread: Add API to update preferred affinity on kthread runtime

[PATCH net-next] netlink: specs: netdev: Add missing qstats counters to reply
 2025-11-05 19:40 UTC 

[PATCH net-next v6 0/6] net: devmem: improve cpu cost of RX token management
 2025-11-05 19:31 UTC  (6+ messages)
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option

[PATCH net-next] docs: netlink: Couple of intro-specs documentation fixes
 2025-11-05 19:29 UTC 

[PATCH ethtool-next v2] netlink: tsconfig: add HW time stamping configuration
 2025-11-05 19:24 UTC 

[PATCH net-next v2 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-11-05 19:24 UTC  (4+ messages)
` [PATCH net-next v2 10/12] selftests/vsock: add 1.37 to tested virtme-ng versions

[PATCH v2 0/2] net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak
 2025-11-05 19:13 UTC  (5+ messages)

[PATCH net-next v2 0/7] convert drivers to use ndo_hwtstamp callbacks part 3
 2025-11-05 19:12 UTC  (6+ messages)
` [PATCH net-next v2 1/7] bnx2x: convert to use ndo_hwtstamp callbacks

[PATCH iproute2-next] dpll: Add dpll command
 2025-11-05 19:09 UTC 

[PATCH net-next] tg3: extract GRXRINGS from .get_rxnfc
 2025-11-05 19:05 UTC  (2+ messages)

[PATCH net-next v2] net: mana: Fix incorrect speed reported by debugfs
 2025-11-05 19:03 UTC  (3+ messages)

[PATCH net-next 0/2] convert drivers to use ndo_hwtstamp callbacks part 4
 2025-11-05 18:51 UTC  (3+ messages)
` [PATCH net-next 1/2] bnx2x: convert to use ndo_hwtstamp callbacks
` [PATCH net-next 2/2] qede: "

[PATCH v5 bpf 0/2] xdp: fix page_pool leaks
 2025-11-05 18:39 UTC  (11+ messages)
` [PATCH v5 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH leds v2 00/10] Add support for offloading netdev trigger to HW + example implementation for Turris Omnia
 2025-11-05 18:35 UTC  (12+ messages)

[PATCH net-next v3 00/11] wireguard: netlink: ynl conversion
 2025-11-05 18:32 UTC  (12+ messages)
` [PATCH net-next v3 01/11] wireguard: netlink: validate nested arrays in policy
` [PATCH net-next v3 02/11] wireguard: netlink: use WG_KEY_LEN in policies
` [PATCH net-next v3 03/11] wireguard: netlink: enable strict genetlink validation
` [PATCH net-next v3 04/11] netlink: specs: add specification for wireguard
` [PATCH net-next v3 05/11] uapi: wireguard: move enum wg_cmd
` [PATCH net-next v3 06/11] uapi: wireguard: move flag enums
` [PATCH net-next v3 07/11] uapi: wireguard: generate header with ynl-gen
` [PATCH net-next v3 08/11] tools: ynl: add sample for wireguard
` [PATCH net-next v3 09/11] wireguard: netlink: convert to split ops
` [PATCH net-next v3 10/11] wireguard: netlink: rename netlink handlers
` [PATCH net-next v3 11/11] wireguard: netlink: generate netlink code

[PATCH net-next 0/3] gve: Improve RX buffer length management
 2025-11-05 18:31 UTC  (5+ messages)
` [PATCH net-next 2/3] gve: Allow ethtool to configure rx_buf_len

[PATCH net-next v2 0/4] gve: Improve RX buffer length management
 2025-11-05 18:26 UTC  (5+ messages)
` [PATCH net-next v2 1/4] gve: Decouple header split from RX buffer length
` [PATCH net-next v2 2/4] gve: Use extack to log xdp config verification errors
` [PATCH net-next v2 3/4] gve: Allow ethtool to configure rx_buf_len
` [PATCH net-next v2 4/4] gve: Default to max_rx_buffer_size for DQO if device supported

[PATCH net-next 0/3] net: stmmac: phylink PCS conversion part 3 (dodgy stuff)
 2025-11-05 18:12 UTC  (7+ messages)

[PATCH RFC 0/2] mlx5/pci: Fix enablement of PCIe AtomicOp Requests
 2025-11-05 17:55 UTC  (3+ messages)
` [PATCH RFC 1/2] net/mlx5: Request PCIe AtomicOps enabled for all 3 sizes
` [PATCH RFC 2/2] ib/mlx5: "

[PATCH] strparser: Fix signed/unsigned mismatch bug
 2025-11-05 17:34 UTC  (2+ messages)

[PATCH net V3 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-11-05 17:28 UTC  (3+ messages)
` [PATCH net V3 1/2] veth: enable dev_watchdog for detecting stalled TXQs
` [PATCH net V3 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH net-next v6 4/6] net: devmem: add SO_DEVMEM_AUTORELEASE for autorelease control
 2025-11-05 17:16 UTC  (2+ messages)

[PATCH net-next 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-05 17:06 UTC  (5+ messages)
` [PATCH net-next 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next 2/4] netconsole: Split userdata and sysdata
` [PATCH net-next 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH net v2 0/2] net: bridge: fix two MST bugs
 2025-11-05 17:04 UTC  (5+ messages)
` [PATCH net v2 1/2] net: bridge: fix use-after-free due to MST port state bypass
` [PATCH net v2 2/2] net: bridge: fix MST static key usage

[PATCHv2 net-next 0/3] Add YNL test framework and library improvements
 2025-11-05 17:00 UTC  (3+ messages)
` [PATCHv2 net-next 3/3] tools: ynl: add YNL test framework

[PATCH net-next v3 00/14] ipvlan: support mac-nat mode
 2025-11-05 16:58 UTC  (16+ messages)
` [PATCH net-next 02/14] ipvlan: Send mcasts out directly in ipvlan_xmit_mode_l2()
` [PATCH net-next 03/14] ipvlan: Handle rx mcast-ip and unicast eth
` [PATCH net-next 04/14] ipvlan: Added some kind of MAC NAT
` [PATCH net-next 05/14] ipvlan: Forget all IP when device goes down
` [PATCH net-next 06/14] ipvlan: Support GSO for port -> ipvlan
` [PATCH net-next 07/14] ipvlan: Support IPv6 for learnable l2-bridge
` [PATCH net-next 08/14] ipvlan: Make the addrs_lock be per port
` [PATCH net-next 09/14] ipvlan: Take addr_lock in ipvlan_open()
` [PATCH net-next 10/14] ipvlan: Don't allow children to use IPs of main
` [PATCH net-next 11/14] ipvlan: const-specifier for functions that use iaddr
` [PATCH net-next 12/14] ipvlan: Common code from v6/v4 validator_event
` [PATCH net-next 13/14] ipvlan: common code to handle ipv6/ipv4 address events
` [PATCH net-next 14/14] ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2()

[PATCH net-next v2] net: mana: Handle SKB if TX SGEs exceed hardware limit
 2025-11-05 16:40 UTC  (3+ messages)

[PATCH net-next] tcp: add net.ipv4.tcp_comp_sack_rtt_percent
 2025-11-05 16:37 UTC  (3+ messages)

[PATCH nf-next v8 0/3] Add IPIP flowtable SW acceleration
 2025-11-05 16:36 UTC  (4+ messages)
` [PATCH nf-next v8 2/3] net: netfilter: Add IPIP flowtable tx sw acceleration

[PATCH net v4 0/3] mptcp: Fix conflicts between MPTCP and sockmap
 2025-11-05 16:28 UTC  (5+ messages)
` [PATCH net v4 3/3] selftests/bpf: Add mptcp test with sockmap

[PATCH 16/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
 2025-11-05 16:28 UTC  (3+ messages)

[PATCH net v2] selftests/vsock: avoid false-positives when checking dmesg
 2025-11-05 16:16 UTC  (2+ messages)


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).