netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 16:30:16 to 2025-08-29 05:28:22 UTC [more...]

[PATCH v7 net-next 00/14] Add NETC Timer PTP driver and add PTP support for i.MX95
 2025-08-29  5:06 UTC  (13+ messages)
` [PATCH v7 net-next 01/14] dt-bindings: ptp: add NETC Timer PTP clock
` [PATCH v7 net-next 02/14] dt-bindings: net: move ptp-timer property to ethernet-controller.yaml
` [PATCH v7 net-next 03/14] ptp: add helpers to get the phc_index by of_node or dev
` [PATCH v7 net-next 04/14] ptp: netc: add NETC V4 Timer PTP driver support
` [PATCH v7 net-next 05/14] ptp: netc: add PTP_CLK_REQ_PPS support
` [PATCH v7 net-next 06/14] ptp: netc: add periodic pulse output support
` [PATCH v7 net-next 07/14] ptp: netc: add external trigger stamp support
` [PATCH v7 net-next 08/14] MAINTAINERS: add NETC Timer PTP clock driver section
` [PATCH v7 net-next 09/14] net: enetc: save the parsed information of PTP packet to skb->cb
` [PATCH v7 net-next 10/14] net: enetc: extract enetc_update_ptp_sync_msg() to handle PTP Sync packets
` [PATCH v7 net-next 11/14] net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK check
` [PATCH v7 net-next 12/14] net: enetc: move sync packet modification before dma_map_single()

[PATCH net-next v4 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2025-08-29  3:36 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net/mlx5: DMA-sync earlier in mlx5e_skb_from_cqe_mpwrq_nonlinear
` [PATCH net-next v4 2/2] net/mlx5: Avoid copying payload to the skb's linear part

[PATCH net v2] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
 2025-08-29  3:32 UTC  (3+ messages)

[PATCH net-next v02 01/14] hinic3: HW initialization
 2025-08-29  3:31 UTC  (2+ messages)

[PATCH net-next 0/4] net_sched: extend RCU use in dump() methods (II)
 2025-08-29  3:28 UTC  (5+ messages)
` [PATCH net-next 1/4] net_sched: remove BH blocking in eight actions

[PATCH v2] net/cls_cgroup: Fix task_get_classid() during qdisc run
 2025-08-29  3:23 UTC  (3+ messages)

[PATCH net-next v8 0/2] Add support to do threaded napi busy poll
 2025-08-29  3:15 UTC  (4+ messages)
` [PATCH net-next v8 1/2] Extend napi threaded polling to allow kthread based busy polling
` [PATCH net-next v8 2/2] selftests: Add napi threaded busy poll test in `busy_poller`

[RFC PATCH net-next v2] Add `xsk_rr` an AF_XDP benchmark to measure latency
 2025-08-29  3:15 UTC  (2+ messages)

[PATCH] net: remove local_bh_enable during busy poll
 2025-08-29  3:04 UTC 

[PATCH net-next v15 00/15] Begin upstreaming Homa transport protocol
 2025-08-29  3:03 UTC  (6+ messages)
` [PATCH net-next v15 03/15] net: homa: create shared Homa header files

[PATCH net-next] bnxt_en: fix incorrect page count in RX aggr ring log
 2025-08-29  2:54 UTC  (4+ messages)

netpoll: raspberrypi [4 5] driver locking woes
 2025-08-29  2:55 UTC  (4+ messages)

[syzbot] [wireless?] WARNING in ieee80211_set_active_links (2)
 2025-08-29  2:42 UTC 

[PATCH net-next v9 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-29  2:36 UTC  (7+ messages)
` [PATCH net-next v9 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v9 5/5] net: rnpgbe: Add register_netdev

[REGRESSION][BISECTED][PATCH] net: ipv4: fix regression in broadcast routes
 2025-08-29  2:08 UTC  (4+ messages)

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

[PATCH net-next 0/5] inet_diag: make dumps faster with simple filters
 2025-08-29  1:33 UTC  (11+ messages)
` [PATCH net-next 1/5] inet_diag: annotate data-races in inet_diag_msg_common_fill()
` [PATCH net-next 2/5] tcp: annotate data-races in tcp_req_diag_fill()
` [PATCH net-next 3/5] inet_diag: annotate data-races in inet_diag_bc_sk()
` [PATCH net-next 4/5] inet_diag: change inet_diag_bc_sk() first argument
` [PATCH net-next 5/5] inet_diag: avoid cache line misses in inet_diag_bc_sk()

[PATCH net-next v2 00/14] eth: fbnic: support queue API and zero-copy Rx
 2025-08-29  1:23 UTC  (15+ messages)
` [PATCH net-next v2 01/14] eth: fbnic: move page pool pointer from NAPI to the ring struct
` [PATCH net-next v2 02/14] eth: fbnic: move xdp_rxq_info_reg() to resource alloc
` [PATCH net-next v2 03/14] eth: fbnic: move page pool alloc to fbnic_alloc_rx_qt_resources()
` [PATCH net-next v2 04/14] eth: fbnic: use netmem_ref where applicable
` [PATCH net-next v2 05/14] eth: fbnic: request ops lock
` [PATCH net-next v2 06/14] eth: fbnic: split fbnic_disable()
` [PATCH net-next v2 07/14] eth: fbnic: split fbnic_flush()
` [PATCH net-next v2 08/14] eth: fbnic: split fbnic_enable()
` [PATCH net-next v2 09/14] eth: fbnic: split fbnic_fill()
` [PATCH net-next v2 10/14] net: add helper to pre-check if PP for an Rx queue will be unreadable
` [PATCH net-next v2 11/14] eth: fbnic: allocate unreadable page pool for the payloads
` [PATCH net-next v2 12/14] eth: fbnic: defer page pool recycling activation to queue start
` [PATCH net-next v2 13/14] eth: fbnic: don't pass NAPI into pp alloc
` [PATCH net-next v2 14/14] eth: fbnic: support queue ops / zero-copy Rx

[PATCHv4 iproute2-next] iplink: bond_slave: add support for actor_port_prio
 2025-08-29  1:04 UTC  (5+ messages)

[PATCH v4 bpf-next/net 0/5] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
 2025-08-29  1:00 UTC  (6+ messages)
` [PATCH v4 bpf-next/net 1/5] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v4 bpf-next/net 2/5] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v4 bpf-next/net 3/5] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v4 bpf-next/net 4/5] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v4 bpf-next/net 5/5] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED

[PATCH net-next 0/5] Add RPMSG Ethernet Driver
 2025-08-29  0:39 UTC  (3+ messages)
` [PATCH net-next 1/5] net: rpmsg-eth: Add Documentation for RPMSG-ETH Driver

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-29  0:37 UTC  (61+ 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 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-next v2 0/9] xsk: improvement performance in copy mode
 2025-08-29  0:31 UTC  (6+ messages)
` [PATCH net-next v2 5/9] xsk: add xsk_alloc_batch_skb() to build skbs in batch

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

[PATCH net-next 08/11] virtio_net: Implement IPv4 ethtool flow rules
 2025-08-29  0:27 UTC  (2+ messages)

[PATCH net-next 00/12][pull request] ice: split ice_virtchnl.c git-blame friendly way
 2025-08-29  0:10 UTC  (2+ messages)

[PATCH net-next 1/1] net: phy: mtk-2p5ge: Add LED support for MT7988
 2025-08-29  0:00 UTC  (2+ messages)

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

[PATCH net-next] net: stmmac: mdio: use netdev_priv() directly
 2025-08-29  0:00 UTC  (2+ messages)

[PATCH net-next] net: stmmac: mdio: clean up c22/c45 accessor split
 2025-08-29  0:00 UTC  (2+ messages)

[PATCH net-next] eth: mlx5: remove Kconfig co-dependency with VXLAN
 2025-08-29  0:00 UTC  (2+ messages)

[PATCH net-next] selftests: drv-net: rss_ctx: fix the queue count check
 2025-08-28 23:50 UTC  (3+ messages)

[PATCH net-next v6 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-08-28 23:50 UTC  (2+ messages)

[PATCH iproute2] ss: Don't pad the last (enabled) column
 2025-08-28 23:49 UTC  (3+ messages)

[PATCH net-next v9] net: af_packet: Use hrtimer to do the retire operation
 2025-08-28 23:16 UTC  (2+ messages)

[PATCH net-next V6 00/13] devlink, mlx5: Add new parameters for link management and SRIOV/eSwitch configurations
 2025-08-28 22:38 UTC  (7+ messages)
` [PATCH net-next V6 09/13] devlink: Add 'keep_link_up' generic devlink device param

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

[RFC PATCH v2] net: add net-device TX clock source selection framework
 2025-08-28 22:31 UTC  (4+ messages)

[PATCH net-next 06/11] virtio_net: Implement layer 2 ethtool flow rules
 2025-08-28 22:27 UTC  (2+ messages)

[PATCH net-next v7 0/2] Add support to do threaded napi busy poll
 2025-08-28 22:23 UTC  (7+ messages)

[PATCH net-next v8 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
 2025-08-28 22:18 UTC  (8+ messages)
` [PATCH net-next v8 1/7] bonding: Adding struct bond_arp_target
` [PATCH net-next v8 2/7] bonding: Adding extra_len field to struct bond_opt_value
` [PATCH net-next v8 3/7] bonding: arp_ip_target helpers
` [PATCH net-next v8 4/7] bonding: Processing extended arp_ip_target from user space
` [PATCH net-next v8 5/7] bonding: Update to bond_arp_send_all() to use supplied vlan tags
` [PATCH net-next v8 6/7] bonding: Update for extended arp_ip_target format
` [PATCH net-next v8 7/7] bonding: Selftest and documentation for the arp_ip_target parameter

[PATCH net-next 0/8] net: add rcu safety to dst->dev
 2025-08-28 22:17 UTC  (17+ messages)
` [PATCH net-next 1/8] net: dst: introduce dst->dev_rcu
` [PATCH net-next 2/8] ipv6: start using dst_dev_rcu()
` [PATCH net-next 3/8] ipv6: use RCU in ip6_xmit()
` [PATCH net-next 4/8] ipv6: use RCU in ip6_output()
` [PATCH net-next 5/8] net: use dst_dev_rcu() in sk_setup_caps()
` [PATCH net-next 6/8] tcp_metrics: use dst_dev_net_rcu()
` [PATCH net-next 7/8] tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()
` [PATCH net-next 8/8] ipv4: start using dst_dev_rcu()

[PATCH net-next 0/2] net: pse-pd: pd692x0: Add permanent configuration management support
 2025-08-28 22:15 UTC  (13+ messages)
` [PATCH net-next 1/2] net: pse-pd: pd692x0: Separate configuration parsing from hardware setup
` [PATCH net-next 2/2] net: pse-pd: pd692x0: Add sysfs interface for configuration save/reset

[PATCH net-next v2 0/6] net: dsa: lantiq_gswip: prepare for supporting MaxLinear GSW1xx
 2025-08-28 22:05 UTC  (11+ messages)
` [PATCH net-next v2 1/6] net: dsa: lantiq_gswip: move to dedicated folder
` [PATCH net-next v2 3/6] net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()
` [PATCH net-next v2 4/6] net: dsa: lantiq_gswip: support offset of MII registers

[PATCH net] netfilter: nft_flowtable.sh: re-run with random mtu sizes
 2025-08-28 21:49 UTC 

[PATCH] selftests: net: fix spelling and grammar mistakes
 2025-08-28 21:11 UTC 

[PATCH v1] smsc911x: add second read of EEPROM mac when possible corruption seen
 2025-08-28 21:44 UTC 

[PATCH net] xirc2ps_cs: fix register access when enabling FullDuplex
 2025-08-28 21:36 UTC  (4+ messages)
  ` [External] : "

[PATCH iwl-net v3] i40e: fix Jumbo Frame support after iPXE boot
 2025-08-28 21:14 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next 05/11] virtio_net: Create a FF group for ethtool steering
 2025-08-28 20:52 UTC  (2+ messages)

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

[PATCH net-next] net: phy: fixed_phy: remove link gpio support
 2025-08-28 20:27 UTC 

[PATCH net-next v1] idpf: add support for IDPF PCI programming interface
 2025-08-28 20:27 UTC  (3+ messages)

[PATCH net-next 0/2] net: lan966x: some OF cleanups
 2025-08-28 20:17 UTC  (4+ messages)
` [PATCH net-next 2/2] net: lan966x: convert fwnode to of

[PATCH net-next v2 0/2] tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
 2025-08-28 20:00 UTC  (4+ messages)
` [PATCH net-next v2 1/2] "

[PATCH iwl-next v2] ixgbe: preserve RSS indirection table across admin down/up
 2025-08-28 19:34 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH] net: igb: expose rx_dropped via ethtool -S
 2025-08-28 19:25 UTC  (2+ messages)

[PATCH] mISDN: Fix memory leak in dsp_hwec_enable()
 2025-08-28 19:18 UTC  (2+ messages)

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

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

[PATCH] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
 2025-08-28 18:48 UTC 

[net-next PATCH v4 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-08-28 18:42 UTC  (3+ messages)
` [PATCH net-next v4 3/4] net: renesas: rswitch: add offloading for L2 switching

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

[PATCH] net: macb: Fix tx_ptr_lock locking
 2025-08-28 17:19 UTC  (3+ messages)

[PATCH iwl-next v3 0/5] iavf and ice: GTP RSS support and flow enhancements
 2025-08-28 17:13 UTC  (3+ messages)
` [PATCH iwl-next v3 5/5] iavf: add RSS support for GTP protocol via ethtool

[PATCH net-next v14 0/5] PRU-ICSSM Ethernet Driver
 2025-08-28 17:12 UTC  (4+ messages)
` [PATCH net-next v14 4/5] net: ti: icssm-prueth: Adds link detection, RX and TX support

[PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
 2025-08-28 17:02 UTC  (4+ messages)
` [PATCH v10 06/14] docs: use parser_yaml extension to handle Netlink specs

[PATCH v2 net-next 0/3] inet: ping: misc changes
 2025-08-28 16:41 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] inet: ping: check sock_net() in ping_get_port() and ping_lookup()
` [PATCH v2 net-next 2/3] inet: ping: remove ping_hash()
` [PATCH v2 net-next 3/3] inet: ping: make ping_port_rover per netns

[ROSE] [AX25] 6.15.10 long term stable kernel oops
 2025-08-28 16:39 UTC  (12+ messages)

[PATCH] virtio_net: adjust the execution order of function `virtnet_close` during freeze
 2025-08-28 16:36 UTC 

[PATCH net-next v10 00/19] add basic PSP encryption for TCP connections
 2025-08-28 16:29 UTC  (5+ messages)
` [PATCH net-next v10 16/19] net/mlx5e: Configure PSP Rx flow steering rules
` [PATCH net-next v10 17/19] psp: provide decapsulation and receive helper for drivers
` [PATCH net-next v10 18/19] net/mlx5e: Add Rx data path offload
` [PATCH net-next v10 19/19] net/mlx5e: Implement PSP key_rotate operation


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