summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-14net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit()Lorenzo Bianconi-1/+15
2025-10-14r8152: add error handling in rtl8152_driver_initYi Cong-1/+6
2025-10-14usbnet: Fix using smp_processor_id() in preemptible code warningsZqiang-0/+2
2025-10-14Octeontx2-af: Fix missing error code in cgx_probe()Harshit Mogalapalli-0/+1
2025-10-14amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju-1/+1
2025-10-13net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not presentMarek Vasut-12/+11
2025-10-13ixgbe: fix too early devlink_free() in ixgbe_remove()Koichiro Den-1/+2
2025-10-13ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmdJedrzej Jagielski-0/+47
2025-10-13ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski-3/+96
2025-10-13ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operationJedrzej Jagielski-0/+47
2025-10-13ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski-32/+116
2025-10-13idpf: cleanup remaining SKBs in PTP flowsMilena Olech-0/+4
2025-10-13net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil HorĂ¡k - 2N-1/+19
2025-10-13r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111HLinmao Li-2/+3
2025-10-12net: dlink: handle dma_map_single() failure properlyYeounsu Moon-7/+16
2025-10-12net: mtk: wed: add dma mask limitation and GFP_DMA32 for device with more tha...Rex Lu-2/+6
2025-10-12net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx...Bhanu Seshu Kumar Valluri-4/+7
2025-10-10wifi: ath12k: Drop hal_ prefix from hardware register namesRipan Deuri-373/+373
2025-10-10wifi: ath12k: Rename hal_ops to opsRipan Deuri-37/+37
2025-10-10wifi: ath12k: Remove the unused ring inits in wcnPavankumar Nandeshwar-48/+6
2025-10-10wifi: ath12k: Segregate the common and wifi7 specific structuresPavankumar Nandeshwar-664/+695
2025-10-10wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directoryPavankumar Nandeshwar-75/+100
2025-10-10wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directoryPavankumar Nandeshwar-11/+62
2025-10-10wifi: ath12k: Move HAL Tx, REO and link idle setup related APIs to wifi7 dire...Pavankumar Nandeshwar-148/+255
2025-10-10wifi: ath12k: Move HAL CE status and set link desc addr APIs to wifi7 directoryPavankumar Nandeshwar-24/+55
2025-10-10wifi: ath12k: Move HAL CE desc related APIs to wifi7 directoryPavankumar Nandeshwar-43/+92
2025-10-10wifi: ath12k: Move HAL SRNG shadow config and get ring id APIs to wifi7 direc...Pavankumar Nandeshwar-85/+117
2025-10-10wifi: ath12k: Move HAL CE setup and SRNG related APIs to wifi7 directoryPavankumar Nandeshwar-246/+313
2025-10-10wifi: ath12k: Use hal handle instead of ab handlePavankumar Nandeshwar-290/+296
2025-10-10wifi: ath12k: Add direct HAL pointer in ath12k_dpPavankumar Nandeshwar-0/+2
2025-10-10wifi: ath12k: Move hal_params and regs to hal from hwPavankumar Nandeshwar-554/+563
2025-10-10wifi: ath12k: Move wbm_rbm_map to hw specific hal filesPavankumar Nandeshwar-47/+50
2025-10-10wifi: ath12k: Initialize hal_ops through hal_initPavankumar Nandeshwar-28/+26
2025-10-10wifi: ath12k: Initialize desc_size through hal_initPavankumar Nandeshwar-14/+56
2025-10-10wifi: ath12k: Move srng config and hal_ops to hw specific hal filesPavankumar Nandeshwar-472/+681
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-107/+251
2025-10-09net: airoha: Fix loopback mode configuration for GDM2 portLorenzo Bianconi-1/+6
2025-10-09eth: fbnic: fix reporting of alloc_failed qstatsJakub Kicinski-11/+58
2025-10-09eth: fbnic: fix saving stats from XDP_TX rings on closeJakub Kicinski-6/+6
2025-10-09eth: fbnic: fix accounting of XDP packetsJakub Kicinski-15/+15
2025-10-09eth: fbnic: fix missing programming of the default descriptorJakub Kicinski-0/+8
2025-10-09can: m_can: replace Dong Aisheng's old email addressMarc Kleine-Budde-4/+4
2025-10-08wifi: ath12k: Rearrange PPDU radio statsRipan Deuri-49/+65
2025-10-08wifi: ath12k: Refactor data path pdev structRipan Deuri-250/+423
2025-10-08can: m_can: fix CAN state in system PMMarc Kleine-Budde-4/+3
2025-10-08can: m_can: m_can_chip_config(): bring up interface in correct stateMarc Kleine-Budde-1/+1
2025-10-08can: m_can: m_can_handle_state_errors(): fix CAN state transition to Error Ac...Marc Kleine-Budde-21/+32
2025-10-08can: m_can: m_can_plat_remove(): add missing pm_runtime_disable()Marc Kleine-Budde-1/+1
2025-10-08can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu-0/+1
2025-10-08can: gs_usb: increase max interface to U8_MAXCeleste Liu-12/+10