aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-21net: phy: marvell-88q2xxx: move interrupt configurationDimitri Fedrau1-8/+8
2024-02-21net: phy: marvell-88q2xxx: remove duplicated assignment of pma_extableDimitri Fedrau1-7/+1
2024-02-21net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_initDimitri Fedrau1-8/+1
2024-02-21net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_anegDimitri Fedrau1-12/+1
2024-02-21net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg genericDimitri Fedrau1-1/+1
2024-02-21net: phy: marvell-88q2xxx: add cable test supportDimitri Fedrau1-0/+107
2024-02-21net: phy: marvell-88q2xxx: add support for temperature sensorDimitri Fedrau2-0/+147
2024-02-21net: phy: marvell-88q2xxx: add suspend / resume opsDimitri Fedrau1-0/+34
2024-02-21net: phy: marvell-88q2xxx: add interrupt support for link detectionDimitri Fedrau1-4/+119
2024-02-21net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau1-6/+204
2024-02-21net: phy: marvell-88q2xxx: fix typosDimitri Fedrau1-11/+17
2024-02-21net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau1-1/+2
2024-02-21net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju1-6/+14
2024-02-21Revert "net: bcmgenet: Ensure MDIO unregistration has clocks enabled"Florian Fainelli1-2/+0
2024-02-21net: bcmgenet: Pass "main" clock down to the MDIO driverFlorian Fainelli1-0/+4
2024-02-21net: mdio: mdio-bcm-unimac: Manage clock around I/O accessesFlorian Fainelli1-43/+50
2024-02-21Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller253-3287/+12799
2024-02-21net/dummy: Move stats allocation to coreBreno Leitao1-9/+1
2024-02-21tg3: simplify tg3_phy_autoneg_cfgHeiner Kallweit1-13/+4
2024-02-21tg3: copy only needed fields from userspace-provided EEE dataHeiner Kallweit1-1/+3
2024-02-21net: hso: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: wwan: core: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: netdevsim: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: geneve: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: vxlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: usbnet: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-02-20net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski1-4/+5
2024-02-20r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit1-0/+1
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni6-15/+220
2024-02-19wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh2-25/+35
2024-02-19wifi: wilc1000: fix declarations orderingAlexis Lothoré2-11/+11
2024-02-19wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré5-10/+16
2024-02-19wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré1-11/+14
2024-02-19wifi: rtw89: 8922a: add helper of set_channelPing-Ke Shih3-0/+76
2024-02-19wifi: rtw89: 8922a: add set_channel RF partPing-Ke Shih6-0/+208
2024-02-19wifi: rtw89: 8922a: add set_channel BB partPing-Ke Shih2-0/+427
2024-02-19wifi: rtw89: 8922a: add set_channel MAC partPing-Ke Shih4-1/+173
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson3-8/+5
2024-02-19pds_core: delete VF dev on resetShannon Nelson2-1/+33
2024-02-19pds_core: add simple AER handlerShannon Nelson1-0/+24
2024-02-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller4-390/+373
2024-02-18net: ena: Remove ena_select_queueKamal Heib1-17/+0
2024-02-18net: phy: aquantia: add AQR813 PHY IDChristian Marangi1-0/+21
2024-02-17net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit1-0/+27
2024-02-17net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit1-0/+11
2024-02-17net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit1-0/+31
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit1-0/+11
2024-02-16i40e: Remove VEB recursionIvan Vecera3-109/+76
2024-02-16i40e: Fix broken support for floating VEBsIvan Vecera2-49/+67