summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorLines
2026-04-09net: txgbe: fix RTNL assertion warning when remove moduleJiawen Wu-0/+2
2026-04-09net: bcmgenet: fix racing timeout handlerJustin Chen-13/+9
2026-04-09net: bcmgenet: fix leaking free_bdsJustin Chen-0/+2
2026-04-09net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen-3/+3
2026-04-09net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao-2/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-52/+131
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov-3/+1
2026-04-09net: lan966x: fix use-after-free and leak in lan966x_fdma_reload()David Carlier-3/+18
2026-04-09net: lan966x: fix page pool leak in error pathsDavid Carlier-1/+4
2026-04-09net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool()David Carlier-0/+2
2026-04-09net/mlx5: Rename MLX5_PF page counter type to MLX5_SELFMoshe Shemesh-1/+2
2026-04-08Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-33/+67
2026-04-08net/mlx5: Register SF resource on PF port representorOr Har-Toov-0/+41
2026-04-08net: bcmasp: Switch to page pool for RX pathFlorian Fainelli-23/+115
2026-04-08net: txgbe: leave space for null terminators on property_entryFabio Baltieri-4/+4
2026-04-07net: stmmac: dwmac-motorcomm: fix eFUSE MAC address read failureJohan Alvarado-0/+8
2026-04-07net/mlx5e: XDP, Use page fragments for linear data in multibuf-modeDragos Tatulea-17/+74
2026-04-07net/mlx5e: XDP, Use a single linear page per rqDragos Tatulea-13/+47
2026-04-07net/mlx5e: XDP, Remove stride size limitationDragos Tatulea-9/+2
2026-04-07net/mlx5e: XDP, Improve dma address calculation of linear part for XDP_TXDragos Tatulea-1/+1
2026-04-07net/mlx5e: XSK, Increase size for chunk_size paramDragos Tatulea-1/+1
2026-04-06net/mlx5: Update the list of the PCI supported devicesMichael Guralnik-0/+1
2026-04-06dpaa2: avoid linking objects into multiple modulesArnd Bergmann-4/+21
2026-04-06net: ethernet: ti-cpsw: fix linking built-in code to modulesArnd Bergmann-15/+139
2026-04-06net: ethernet: ti-cpsw:: rename soft_reset() functionArnd Bergmann-4/+4
2026-04-06eth: remove the driver for acenic / tigon1&2Jakub Kicinski-4024/+0
2026-04-06net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPIKevin Hao-1/+1
2026-04-06e1000: check return value of e1000_read_eepromAgalakov Daniil-1/+7
2026-04-06igb: remove napi_synchronize() in igb_down()Alex Dvoretsky-2/+1
2026-04-06ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt-0/+7
2026-04-06ixgbe: stop re-reading flash on every get_drvinfo for e610Aleksandr Loktionov-8/+19
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju-1/+7
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov-0/+4
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov-0/+2
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov-11/+8
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park-1/+1
2026-04-03net: ethernet: ravb: Suspend and resume the transmission flowYoshihiro Shimoda-0/+9
2026-04-03net: stmmac: Fix PTP ref clock for Tegra234Jon Hunter-2/+17
2026-04-03net: macb: Remove dedicated IRQ handler for WoLKevin Hao-85/+27
2026-04-03net: macb: Factor out the handling of non-hot IRQ events into a separate func...Kevin Hao-42/+61
2026-04-03net: macb: Introduce macb_queue_isr_clear() helper functionKevin Hao-36/+22
2026-04-03net: macb: Replace open-coded implementation with napi_schedule()Kevin Hao-8/+2
2026-04-03net: qualcomm: qca_uart: report the consumed byte on RX skb allocation failurePengpeng Hou-1/+1
2026-04-03net: airoha: Fix memory leak in airoha_qdma_rx_process()Lorenzo Bianconi-2/+1
2026-04-03net: fec: make FIXED_PHY dependency unconditionalArnd Bergmann-1/+1
2026-04-03net: stmmac: qcom-ethqos: set clk_csrRussell King (Oracle)-0/+6
2026-04-03stmmac: cleanup dead dependencies on STMMAC_PLATFORM and STMMAC_ETH in KconfigJulian Braha-6/+3
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov-199/+470