netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 17:28:53 to 2025-08-28 04:27:44 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-28  4:24 UTC  (42+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
  ` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
  ` [PATCH v1 16/36] "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()

[PATCH net] hsr: use netdev_master_upper_dev_link() when linking lower ports
 2025-08-28  4:04 UTC  (3+ messages)

[RFC bpf-next v1 0/7] Add kfunc bpf_xdp_pull_data
 2025-08-28  3:44 UTC  (4+ messages)
` [RFC bpf-next v1 1/7] net/mlx5e: Fix generating skb from nonlinear xdp_buff

[PATCHv4 net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-28  3:43 UTC  (5+ messages)
` [PATCHv4 net-next 3/3] selftests: bonding: add test for LACP actor "

[BUG] TCP: Duplicate ACK storm after reordering with delayed packet (BBR RTO triggered)
 2025-08-28  3:15 UTC  (2+ messages)

[PATCHv4 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-08-28  3:24 UTC  (3+ messages)

[PATCH v1 net] net: usb: rtl8150: Fix uninit-value access in set_carrier()
 2025-08-28  3:05 UTC  (3+ messages)

[PATCH net-next v9 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-28  2:55 UTC  (6+ messages)
` [PATCH net-next v9 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v9 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v9 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v9 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v9 5/5] net: rnpgbe: Add register_netdev

[PATCH net-next] net/mlx4: Remove redundant ternary operators
 2025-08-28  2:46 UTC  (2+ messages)

[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
 2025-08-28  2:42 UTC  (7+ messages)
` [PATCH v2 1/3] vhost_task: Don't wake KVM x86's recovery thread if vhost task was killed
` [PATCH v2 2/3] vhost_task: Allow caller to omit handle_sigkill() callback
` [PATCH v2 3/3] KVM: x86/mmu: Don't register a sigkill callback for NX hugepage recovery tasks

[PATCH net-next v3 0/2] net: stmmac: allow generation of flexible PPS relative to MAC time
 2025-08-28  2:31 UTC  (3+ messages)
` [PATCH net-next v3 1/2] drivers: net: stmmac: handle start time set in the past for flexible PPS

[PATCH 0/3] vhost_task: KVM: Fix a race where KVM wakes an exited task
 2025-08-28  2:19 UTC  (2+ messages)

[PATCH v6 net-next 00/17] Add NETC Timer PTP driver and add PTP support for i.MX95
 2025-08-28  2:10 UTC  (6+ messages)
` [PATCH v6 net-next 04/17] ptp: add debugfs interfaces to loop back the periodic output signal

[iwl-net] ixgbe: fix too early devlink_free() in ixgbe_remove()
 2025-08-28  2:05 UTC 

[PATCH net-next v7 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-28  2:02 UTC  (10+ messages)
` [PATCH net-next v7 4/5] net: rnpgbe: Add basic mbx_fw support

[PATCH] selftests: net: avoid memory leak
 2025-08-28  2:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next v2 0/6] eth: fbnic: Extend hw stats support
 2025-08-28  2:00 UTC  (2+ messages)

[PATCH net-next v2 00/13] macsec: replace custom netlink attribute checks with policy-level checks
 2025-08-28  2:00 UTC  (7+ messages)
` [PATCH net-next v2 06/13] macsec: use NLA_UINT for MACSEC_SA_ATTR_PN
` [PATCH net-next v2 08/13] macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOAD

[net PATCH 0/2] Locking fixes for fbnic driver
 2025-08-28  2:00 UTC  (2+ messages)

[PATCH net v3] TUN/TAP: Improving throughput and latency by avoiding SKB drops
 2025-08-28  1:56 UTC  (4+ messages)

[PATCH v9 0/6] Add i.MX91 platform support
 2025-08-28  1:51 UTC  (4+ messages)
` [PATCH v9 2/6] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them
    ` [EXT] "

[RESEND PATCH v7 net-next 0/2] net: Prevent RPS table overwrite of active flows
 2025-08-28  1:40 UTC  (2+ messages)

[PATCH net-next v7 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-08-28  1:33 UTC  (3+ messages)
` [PATCH net-next v7 2/5] net: spacemit: Add K1 Ethernet MAC

[PATCH net-next] eth: mlx5: remove Kconfig co-dependency with VXLAN
 2025-08-28  1:32 UTC  (2+ messages)

[PATCH] net: wwan: iosm: use int type to store negative error codes
 2025-08-28  1:30 UTC  (2+ messages)

[PATCH net-next v3 1/2] pppoe: remove rwlock usage
 2025-08-28  1:20 UTC  (2+ messages)
` [PATCH net-next v3 2/2] pppoe: drop sock reference counting on fast path

[PATCH net-next] net: phy: fixed_phy: simplify fixed_mdio_read
 2025-08-28  1:20 UTC  (2+ messages)

[PATCH net-next] net: xilinx: axienet: Add error handling for RX metadata pointer retrieval
 2025-08-28  1:16 UTC  (2+ messages)

[PATCH] amd-xgbe: Use int type to store negative error codes
 2025-08-28  1:10 UTC  (3+ messages)

[PATCH net] net: rose: fix a typo in rose_clear_routes()
 2025-08-28  1:10 UTC  (3+ messages)

[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-08-28  0:59 UTC  (3+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
` [PATCH V0 2/2] hyper-v: Make CONFIG_HYPERV bool

[PATCH net-next] net: stmmac: sun8i: drop unneeded default syscon value
 2025-08-28  0:50 UTC  (3+ messages)

[PATCH net-next v3 0/2] net: phy: micrel: Add PTP support for lan8842
 2025-08-28  0:49 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: phy: micrel: Introduce function __lan8814_ptp_probe_once
` [PATCH net-next v3 2/2] net: phy: micrel: Add PTP support for lan8842

[PATCH net-next v2 0/9] xsk: improvement performance in copy mode
 2025-08-28  0:38 UTC  (4+ messages)
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch

[PATCH RESEND net-next] ptp: Limit time setting of PTP clocks
 2025-08-28  0:37 UTC  (2+ messages)

[PATCH net-next v5 0/9] vsock: add namespace support to vhost-vsock
 2025-08-28  0:31 UTC  (10+ messages)
` [PATCH net-next v5 1/9] vsock: a per-net vsock NS mode state
` [PATCH net-next v5 2/9] vsock: add net to vsock skb cb
` [PATCH net-next v5 3/9] vsock: add netns to vsock core
` [PATCH net-next v5 4/9] vsock/loopback: add netns support
` [PATCH net-next v5 5/9] vsock/virtio: add netns to virtio transport common
` [PATCH net-next v5 6/9] vhost/vsock: add netns support
` [PATCH net-next v5 7/9] selftests/vsock: improve logging in vmtest.sh
` [PATCH net-next v5 8/9] selftests/vsock: invoke vsock_test through helpers
` [PATCH net-next v5 9/9] selftests/vsock: add namespace tests

[PATCH bpf-next v5] selftests/bpf: Add LPM trie microbenchmarks
 2025-08-28  0:30 UTC  (2+ messages)

[PATCH v2 net-next] dt-bindings: nfc: ti,trf7970a: Restrict the ti,rx-gain-reduction-db values
 2025-08-28  0:30 UTC  (2+ messages)

[PATCH net] l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
 2025-08-28  0:30 UTC  (2+ messages)

[PATCH net] sctp: initialize more fields in sctp_v6_from_sk()
 2025-08-28  0:30 UTC  (2+ messages)

[PATCH net] MAINTAINERS: rmnet: Update email addresses
 2025-08-28  0:30 UTC  (2+ messages)

[PATCH v3 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-28  0:25 UTC  (14+ messages)
` [PATCH v3 bpf-next/net 1/5] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v3 bpf-next/net 2/5] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v3 bpf-next/net 3/5] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v3 bpf-next/net 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED

[PATCH net-next] net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211F
 2025-08-28  0:20 UTC  (2+ messages)

[PATCH net-next] net: stmmac: rk: remove incorrect _DLY_DISABLE bit definition
 2025-08-28  0:20 UTC  (2+ messages)

[PATCH net-next 00/11] virtio_net: Add ethtool flow rules support
 2025-08-28  0:15 UTC  (13+ messages)
` [PATCH net-next 01/11] virtio-pci: Expose generic device capability operations
` [PATCH net-next 02/11] virtio-pci: Expose object create and destroy API
` [PATCH net-next 03/11] virtio_net: Create virtio_net directory
` [PATCH net-next 04/11] virtio_net: Query and set flow filter caps
` [PATCH net-next 05/11] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next 06/11] virtio_net: Implement layer 2 ethtool flow rules
` [PATCH net-next 07/11] virtio_net: Use existing classifier if possible
` [PATCH net-next 08/11] virtio_net: Implement IPv4 ethtool flow rules
` [PATCH net-next 09/11] virtio_net: Add support for IPv6 ethtool steering
` [PATCH net-next 10/11] virtio_net: Add support for TCP and UDP ethtool rules
` [PATCH net-next 11/11] virtio_net: Add get ethtool flow rules ops

[syzbot] [bpf?] [net?] BUG: sleeping function called from invalid context in sock_map_delete_elem
 2025-08-27 23:56 UTC 

[PATCH net-next v15 00/15] Begin upstreaming Homa transport protocol
 2025-08-27 23:27 UTC  (4+ messages)
` [PATCH net-next v15 05/15] net: homa: create homa_peer.h and homa_peer.c

[syzbot] [net?] [usb?] KMSAN: uninit-value in rtl8150_open
 2025-08-27 23:22 UTC 

[PATCH 0/5] arm64: dts: qcom: lemans-evk: Extend board support for additional peripherals
 2025-08-27 23:07 UTC  (5+ messages)
` [PATCH 3/5] arm64: dts: qcom: lemans-evk: Extend peripheral and subsystem support
` [PATCH 5/5] arm64: dts: qcom: lemans-evk: Add sound card

[PATCH net-next 00/12][pull request] ice: split ice_virtchnl.c git-blame friendly way
 2025-08-27 22:46 UTC  (13+ messages)
` [PATCH net-next 01/12] ice: add virt/ and move ice_virtchnl* files there
` [PATCH net-next 02/12] ice: split queue stuff out of virtchnl.c - tmp rename
` [PATCH net-next 03/12] ice: split queue stuff out of virtchnl.c - copy back
` [PATCH net-next 04/12] ice: extract virt/queues.c: cleanup - p1
` [PATCH net-next 05/12] ice: extract virt/queues.c: cleanup - p2
` [PATCH net-next 06/12] ice: extract virt/queues.c: cleanup - p3
` [PATCH net-next 07/12] ice: finish virtchnl.c split into queues.c
` [PATCH net-next 08/12] ice: split RSS stuff out of virtchnl.c - tmp rename
` [PATCH net-next 09/12] ice: split RSS stuff out of virtchnl.c - copy back
` [PATCH net-next 10/12] ice: extract virt/rss.c: cleanup - p1
` [PATCH net-next 11/12] ice: extract virt/rss.c: cleanup - p2
` [PATCH net-next 12/12] ice: finish virtchnl.c split into rss.c

[PATCH v3 net] net: phy: fixed_phy: fix missing calls to gpiod_put in fixed_mdio_bus_exit
 2025-08-27 22:27 UTC  (7+ messages)

[PATCH net-next] net: stmmac: minor cleanups to stmmac_bus_clks_config()
 2025-08-27 22:27 UTC  (2+ messages)

[PATCH v3] ethernet: tlan: Convert to use jiffies macro
 2025-08-27 22:22 UTC  (2+ messages)

[PATCH v2 1/1] RFS Capability Bypass Vulnerability in Linux bnxt_en Driver
 2025-08-27 22:15 UTC  (2+ messages)

[PATCH net-next v8] net: af_packet: Use hrtimer to do the retire operation
 2025-08-27 21:53 UTC  (2+ messages)

[PATCH net-next 0/2] net: lan966x: some OF cleanups
 2025-08-27 21:50 UTC  (3+ messages)
` [PATCH net-next 1/2] net: lan966x: use of_get_mac_address
` [PATCH net-next 2/2] net: lan966x: convert fwnode to of

[ANNOUNCE] nftables 1.1.5 release
 2025-08-27 21:32 UTC 

[PATCH iwl-net v3] i40e: fix Jumbo Frame support after iPXE boot
 2025-08-27 21:17 UTC 

[PATCH net v2] i40e: add devlink param to control VF MAC address limit
 2025-08-27 21:14 UTC  (2+ messages)

[syzbot] [hams?] general protection fault in rose_rt_ioctl
 2025-08-27 20:48 UTC  (2+ messages)

[PATCH iwl-next v5 00/13] idpf: add XDP support
 2025-08-27 20:42 UTC  (3+ messages)

[PATCH net-next 0/7] net: stmmac: fixes and new features
 2025-08-27 19:37 UTC  (9+ messages)
` [PATCH net-next 1/7] net: stmmac: replace memcpy with strscpy in ethtool
` [PATCH net-next 4/7] net: stmmac: enable ARP Offload on mac_link_up()
` [PATCH net-next 6/7] net: stmmac: enhance VLAN protocol detection for GRO
` [PATCH net-next 7/7] net: stmmac: add TC flower filter support for IP EtherType

[PATCH net] xirc2ps_cs: fix register access when enabling FullDuplex
 2025-08-27 19:26 UTC 

[PATCH iwl-next v3 0/5] iavf and ice: GTP RSS support and flow enhancements
 2025-08-27 18:53 UTC  (6+ messages)
` [PATCH iwl-next v3 1/5] ice: add flow parsing for GTP and new protocol field support
` [PATCH iwl-next v3 2/5] ice: add virtchnl and VF context support for GTP RSS
` [PATCH iwl-next v3 3/5] ice: improve TCAM priority handling for RSS profiles
` [PATCH iwl-next v30 4/5] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
` [PATCH iwl-next v3 5/5] iavf: add RSS support for GTP protocol via ethtool

[net-next v19 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-08-27 18:16 UTC  (3+ messages)
` [net-next v19 4/7] net: mtip: Add net_device_ops functions to the "

[PATCH net-next v25 1/1] mctp pcc: Implement MCTP over PCC Transport
 2025-08-27 17:54 UTC  (2+ messages)

[PATCH net-next v2] net: nfc: nci: Turn data timeout into a module parameter and increase the default
 2025-08-27 17:48 UTC  (3+ messages)

[PATCH net-next] selftests: drv-net: rss_ctx: fix the queue count check
 2025-08-27 17:35 UTC 

[ROSE] [AX25] 6.15.10 long term stable kernel oops
 2025-08-27 17:30 UTC  (11+ 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).