netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-04 16:17:42 to 2025-12-05 13:46:04 UTC [more...]

[PATCH net] net: dsa: mxl-gsw1xx: manually clear RANEG bit
 2025-12-05 13:45 UTC  (2+ messages)

[PATCH net-next v2 0/9] tun: optimize SKB allocation with NAPI cache
 2025-12-05 13:21 UTC  (9+ messages)
` [PATCH net-next v2 5/9] tun: use bulk NAPI cache allocation in tun_xdp_one

[RFC PATCH net-next v9 0/3] STP/RSTP SWITCH support for PRU-ICSSM Ethernet driver
 2025-12-05 12:29 UTC  (4+ messages)
` [RFC PATCH net-next v9 1/3] net: ti: icssm-prueth: Add helper functions to configure and maintain FDB
` [RFC PATCH net-next v9 2/3] net: ti: icssm-prueth: Add switchdev support for icssm_prueth driver
` [RFC PATCH net-next v9 3/3] net: ti: icssm-prueth: Add support for ICSSM RSTP switch

[PATCH] igc: Fix trigger of incorrect irq in igc_xsk_wakeup function
 2025-12-05 12:39 UTC 

[PATCH v22 00/25] Type2 device basic support
 2025-12-05 11:52 UTC  (26+ messages)
` [PATCH v22 01/25] cxl/mem: Arrange for always-synchronous memdev attach
` [PATCH v22 02/25] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH v22 03/25] cxl/mem: Introduce a memdev creation ->probe() operation
` [PATCH v22 04/25] cxl: Add type2 device basic support
` [PATCH v22 05/25] sfc: add cxl support
` [PATCH v22 06/25] cxl: Move pci generic code
` [PATCH v22 07/25] cxl/sfc: Map cxl component regs
` [PATCH v22 08/25] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v22 09/25] cxl: Prepare memdev creation for type2
` [PATCH v22 10/25] sfc: create type2 cxl memdev
` [PATCH v22 11/25] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v22 12/25] cxl: Add function for obtaining region range
` [PATCH v22 13/25] cxl: Export functions for unwinding cxl by accelerators
` [PATCH v22 14/25] sfc: obtain decoder and region if committed by firmware
` [PATCH v22 15/25] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v22 16/25] sfc: get root decoder
` [PATCH v22 17/25] cxl: Define a driver interface for DPA allocation
` [PATCH v22 18/25] sfc: get endpoint decoder
` [PATCH v22 19/25] cxl: Make region type based on endpoint type
` [PATCH v22 20/25] cxl/region: Factor out interleave ways setup
` [PATCH v22 21/25] cxl/region: Factor out interleave granularity setup
` [PATCH v22 22/25] cxl: Allow region creation by type2 drivers
` [PATCH v22 23/25] cxl: Avoid dax creation for accelerators
` [PATCH v22 24/25] sfc: create cxl region
` [PATCH v22 25/25] sfc: support pio mapping based on cxl

[ANN] poll on EoY break
 2025-12-05 10:55 UTC  (2+ messages)
` [ANN] End of year break up to January 2

[PATCH net] net: enetc: do not transmit redirected XDP frames when the link is down
 2025-12-05 10:53 UTC 

[PATCH iwl-next 1/1] ice: Fix persistent failure in ice_get_rxfh
 2025-12-05 10:36 UTC 

[PATCH net-next 0/4] (no cover subject)
 2025-12-05 10:21 UTC  (7+ messages)

[PATCH net-next v5 0/4] Add AST2600 RGMII delay into ftgmac100
 2025-12-05  9:53 UTC  (5+ messages)
` [PATCH net-next v5 1/4] dt-bindings: net: ftgmac100: Add delay properties for AST2600
` [PATCH net-next v5 2/4] ARM: dts: aspeed-g6: add aspeed,scu property for MAC
` [PATCH net-next v5 3/4] net: ftgmac100: Add RGMII delay support for AST2600
` [PATCH net-next v5 4/4] ARM: dts: aspeed: ast2600-evb: Configure RGMII delay for MAC

[syzbot] [fs?] kernel BUG in sctp_getsockopt_peeloff_common
 2025-12-05  9:44 UTC  (3+ messages)

[PATCH net-next V4 00/14] devlink and mlx5: Support cross-function rate scheduling
 2025-12-05  9:39 UTC  (12+ messages)
` [PATCH net-next V4 02/14] documentation: networking: add shared devlink documentation

[PATCH net-next v3 0/3] Add DWMAC glue driver for Motorcomm YT6801
 2025-12-05  9:34 UTC  (5+ messages)
` [PATCH net-next v3 2/3] net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controller

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  9:27 UTC  (44+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH net-next v2] octeon_ep: reset firmware ready status
 2025-12-05  9:10 UTC 

[net-next,PATCH v2 1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted
 2025-12-05  9:04 UTC  (4+ messages)
` [net-next,PATCH v2 2/3] dt-bindings: net: realtek,rtl82xx: Document realtek,ssc-enable property

[PATCH net v1] ice: stop counting UDP csum mismatch as rx_errors
 2025-12-05  8:26 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
 2025-12-05  8:24 UTC  (2+ messages)
` [PATCH v2 2/2] ice: Initialize RDMA after rebuild

[PATCH iwl-next v1 0/3] igb: add RSS key get/set support
 2025-12-05  8:21 UTC  (4+ messages)
` [PATCH iwl-next v1 1/3] Store the RSS key inside struct igb_adapter and introduce the
` [PATCH iwl-next v1 2/3] igb: expose RSS key via ethtool get_rxfh
` [PATCH iwl-next v1 3/3] igb: allow configuring RSS key via ethtool set_rxfh

[PATCH net] net/mlx5: Fix double unregister of HCA_PORTS component
 2025-12-05  8:23 UTC  (5+ messages)

[PATCH net-next] ice: Fix incorrect timeout in ice_release_res()
 2025-12-05  8:16 UTC 

[PATCH v3 1/4] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
 2025-12-05  8:39 UTC 

[PATCH 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
 2025-12-05  8:05 UTC  (6+ messages)
` [PATCH 2/2] ice: Initialize RDMA after rebuild
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH 1/2] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues

[net PATCH] net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
 2025-12-05  7:36 UTC  (3+ messages)

[PATCH net-next 0/3] net: stmmac: add physical port identification support
 2025-12-05  7:34 UTC  (9+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] dt-bindings: net: renesas-gbeth: Add port-id property
` [PATCH net-next 3/3] net: stmmac: dwmac-renesas-gbeth: add physical port identification

[PATCH net-next] net: veth: Disable netpoll support
 2025-12-05  7:35 UTC  (4+ messages)

[PATCH ipsec] xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set
 2025-12-05  6:18 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
 2025-12-05  4:16 UTC  (3+ messages)
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow

[RFC PATCH ipsec 0/2] Fix bonding IPSec races
 2025-12-05  3:48 UTC  (3+ messages)
` [RFC PATCH ipsec 2/2] bonding: Maintain offloaded xfrm on all devices

[PATCH net] net: phy: marvell-88q2xxx: Fix clamped value in mv88q2xxx_hwmon_write
 2025-12-05  3:20 UTC  (2+ messages)

[PATCH net V2] r8169: fix RTL8117 Wake-on-Lan in DASH mode
 2025-12-05  3:20 UTC  (2+ messages)

[PATCH net-next] gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES call
 2025-12-05  3:20 UTC  (2+ messages)

[PATCH net] bnxt_en: Fix XDP_TX path
 2025-12-05  3:20 UTC  (2+ messages)

[PATCH net 0/3] mlxsw: Three (m)router fixes
 2025-12-05  3:20 UTC  (2+ messages)

[REGRESSION]: mlx5_core does not autoload in Linux 6.18
 2025-12-05  3:21 UTC  (2+ messages)

[GIT PULL] virtio,vhost: fixes, cleanups
 2025-12-05  3:01 UTC  (2+ messages)

[PATCH net] net/sched: sch_qfq: Fix NULL deref when deactivating
 2025-12-05  2:11 UTC  (2+ messages)

[PATCH v3] net: stmmac: Modify the judgment condition of "tx_avail" from 1 to 2
 2025-12-05  1:51 UTC  (2+ messages)

[PATCH net-next] net: mdio: aspeed: add dummy read to avoid read-after-write issue
 2025-12-05  1:37 UTC 

[PATCH RFC] virtio_net: gate delayed refill scheduling
 2025-12-05  1:31 UTC  (9+ messages)

linux-next: manual merge of the net-next tree with the mm-nonmm-unstable tree
 2025-12-05  1:28 UTC  (2+ messages)

[PATCH] net: ti: icssg-prueth: add PTP_1588_CLOCK_OPTIONAL dependency
 2025-12-05  0:12 UTC  (2+ messages)

[PATCH net-next 0/5] ipv6: Disable IPv6 Destination Options RX processing by default
 2025-12-05  0:08 UTC  (2+ messages)

[PATCH v3 1/2] ARM64: dts: mediatek: fix MT7531 reset GPIO polarity on multiple boards
 2025-12-04 20:47 UTC  (22+ messages)
` [PATCH v3 2/2] net: dsa: mt7530: Use GPIO polarity to generate correct reset sequence

[PATCH V2] r8169: fix RTL8117 Wake-on-Lan in DASH mode
 2025-12-04 20:18 UTC  (6+ messages)

[PATCH 00/13] selftests: Fix problems seen when building with -Werror
 2025-12-04 20:07 UTC  (19+ messages)
` [PATCH 06/13] selftest: af_unix: Support compilers without flex-array-member-not-at-end support
` [PATCH 07/13] selftest/futex: Comment out test_futex_mpol
` [PATCH 08/13] selftests: net: netlink-dumps: Avoid uninitialized variable error
` [PATCH 09/13] selftests/seccomp: Fix build error seen with -Werror
` [PATCH 10/13] selftests: net: Work around "
` [PATCH 11/13] selftests/fs/mount-notify: Fix build failure "
` [PATCH 12/13] selftests/fs/mount-notify-ns: Fix build failures "
` [PATCH 13/13] selftests: net: tfo: Fix build error "

[PATCH 0/2] bpf, net: Fix smc for CONFIG_BPF_JIT=n
 2025-12-04 19:20 UTC  (2+ messages)

[PATCH 1/2] bpf: Fix register_bpf_struct_ops() dummy
 2025-12-04 19:15 UTC  (4+ messages)
` [PATCH 2/2] net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT

[TEST] vxlan brige test flakiness
 2025-12-04 18:43 UTC  (3+ messages)

[RFC v2 0/3] Add RSS and LRO support
 2025-12-04 18:37 UTC  (5+ messages)
` [RFC v2 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [RFC v2 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [RFC v2 3/3] net: ethernet: mtk_eth_soc: Add LRO support

[PATCH net-next v21 00/14] net: phy: Introduce PHY ports representation
 2025-12-04 18:35 UTC  (5+ messages)
` [PATCH net-next v21 01/14] dt-bindings: net: Introduce the ethernet-connector description

[PATCH net-next 00/11] wireguard updates for 6.19
 2025-12-04 17:43 UTC  (5+ messages)

[PATCH net] net: openvswitch: fix middle attribute validation in push_nsh() action
 2025-12-04 17:41 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: add physical port identification support
 2025-12-04 17:09 UTC  (7+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] dt-bindings: net: renesas-gbeth: Add port-id property
` [PATCH net-next 3/3] net: stmmac: dwmac-renesas-gbeth: add physical port identification

[PATCH net-next 0/3] net: stmmac: add physical port identification support
 2025-12-04 17:04 UTC  (6+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] dt-bindings: net: renesas-gbeth: Add port-id property
` [PATCH net-next 3/3] net: stmmac: dwmac-renesas-gbeth: add physical port identification

[PATCH net-next 0/9] XPCS polarity inversion via generic device tree properties
 2025-12-04 16:48 UTC  (7+ messages)
` [PATCH net-next 5/9] phy: add phy_get_rx_polarity() and phy_get_tx_polarity()

[ANN] intel's netdev-ci
 2025-12-04 16:20 UTC  (3+ 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).