summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-29net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQAmery Hung1-6/+19
2025-10-29net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overheadCarolina Jubran3-43/+51
2025-10-29can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde1-1/+1
2025-10-29dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei1-2/+1
2025-10-29net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang1-1/+1
2025-10-29net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang1-4/+21
2025-10-29net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior16-16/+16
2025-10-29net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()Nathan Chancellor1-1/+1
2025-10-23ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski6-3/+96
2025-10-23ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski4-32/+116
2025-10-23ixgbevf: Add support for Intel(R) E610 devicePiotr Kwapulinski5-6/+33
2025-10-23net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath1-4/+4
2025-10-23net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel1-8/+28
2025-10-23tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov1-4/+1
2025-10-23amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju2-1/+1
2025-10-23r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111HLinmao Li1-2/+3
2025-10-23net: dlink: handle dma_map_single() failure properlyYeounsu Moon1-7/+16
2025-10-23can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde1-1/+1
2025-10-23can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+10
2025-10-23can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu1-0/+1
2025-10-23r8152: add error handling in rtl8152_driver_initYi Cong1-1/+6
2025-10-19wifi: mt76: mt7921u: Add VID/PID for Netgear A7500Nick Morrow1-0/+3
2025-10-19wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum3-5/+18
2025-10-19net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probeErick Karanja1-0/+2
2025-10-19net/mlx4: prevent potential use after free in mlx4_en_do_uc_filter()Dan Carpenter1-1/+1
2025-10-15net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-0/+29
2025-10-15Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set"Jakub Kicinski2-28/+1
2025-10-15net/mlx5: fw reset, add reset timeout workMoshe Shemesh1-0/+24
2025-10-15net/mlx5: pagealloc: Fix reclaim race during command interface teardownShay Drory1-2/+5
2025-10-15net/mlx5: Stop polling for command response if interface goes downMoshe Shemesh1-1/+5
2025-10-15net: dlink: handle copy_thresh allocation failureYeounsu Moon1-2/+5
2025-10-15net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not config...Kohei Enju1-1/+4
2025-10-15nfp: fix RSS hash key size when RSS is not supportedKohei Enju1-1/+1
2025-10-15net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicastI Viswanath1-2/+0
2025-10-15wifi: rtw89: avoid circular locking dependency in ser_state_run()Fedor Pchelkin1-2/+1
2025-10-15wifi: ath10k: avoid unnecessary wait for service ready messageBaochen Qiang1-20/+19
2025-10-15wifi: mt76: fix potential memory leak in mt76_wmac_probe()Abdun Nihaal1-1/+1
2025-10-15wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann1-4/+3
2025-10-12can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-10-12can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng1-16/+17
2025-10-12wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188Bitterblue Smith1-1/+0
2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-3/+1
2025-10-02i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-10-02i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2025-10-02i40e: improve VF MAC filters accountingLukasz Czapnik3-44/+50
2025-10-02i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+1
2025-10-02i40e: add max boundary check for VF filtersLukasz Czapnik1-0/+10
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-10-02i40e: fix input validation logic for action_metaLukasz Czapnik1-1/+1