summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski-43/+52
2025-10-15net: airoha: npu: Add 7583 SoC supportLorenzo Bianconi-0/+16
2025-10-15net: airoha: npu: Add airoha_npu_soc_data structLorenzo Bianconi-26/+51
2025-10-15net: pse-pd: pd692x0: Preserve PSE configuration across rebootsKory Maincent (Dent Project)-3/+32
2025-10-15net: pse-pd: pd692x0: Separate configuration parsing from hardware setupKory Maincent (Dent Project)-39/+76
2025-10-15net: pse-pd: pd692x0: Replace __free macro with explicit kfree callsKory Maincent (Dent Project)-2/+5
2025-10-15net: bcmasp: Add support for PHY-based Wake-on-LANFlorian Fainelli-2/+32
2025-10-15netdevsim: set the carrier when the device goes upBreno Leitao-0/+7
2025-10-15tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov-4/+1
2025-10-15wifi: ath12k: fix TX and RX MCS rate configurations in HE modePradeep Kumar Chitrapu-2/+3
2025-10-15wifi: ath12k: fix VHT MCS assignmentBaochen Qiang-9/+13
2025-10-15wifi: ath12k: Fix NSS value update in ext_rx_statsThiraviyam Mariyappan-7/+12
2025-10-15wifi: ath12k: Defer vdev bring-up until CSA finalize to avoid stale beaconAditya Kumar Singh-12/+79
2025-10-15wifi: ath12k: track dropped MSDU buffer type packets in REO exception ringSarika Sharma-1/+7
2025-10-15wifi: ath12k: Fix MSDU buffer types handling in RX error pathSarika Sharma-14/+66
2025-10-15wifi: ath11k: restore register window after global resetBaochen Qiang-1/+19
2025-10-15wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-15wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmdJeff Johnson-15/+1
2025-10-15wifi: ath10k: move recovery check logic into a new workKang Yang-13/+11
2025-10-15wifi: wcn36xx: Remove unused wcn36xx_smd_update_scan_paramsDr. David Alan Gilbert-135/+0
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit-88/+7
2025-10-15r8152: Advertise software timestamp information.Abhishek Rawal-0/+1
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler-7/+16
2025-10-14net: airoha: Add get_link ethtool callbackLorenzo Bianconi-0/+1
2025-10-14net: airoha: Add missing stats to ethtool_eth_mac_statsLorenzo Bianconi-0/+4
2025-10-14eth: fealnx: fix typo in commentsDenis Benato-2/+2
2025-10-14net: dsa: b53: implement port isolation supportJonas Gorski-1/+28
2025-10-14eth: fbnic: fix various typos in comments and stringsAlok Tiwari-7/+7
2025-10-14hdlc_ppp: fix potential null pointer in ppp_cp_event loggingKriish Sharma-3/+1
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