summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phy: marvell-88q2xxx: remove duplicated assignment of pma_extableDimitri Fedrau2024-02-211-7/+1
* net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_initDimitri Fedrau2024-02-211-8/+1
* net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_anegDimitri Fedrau2024-02-211-12/+1
* net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg genericDimitri Fedrau2024-02-211-1/+1
* net: phy: marvell-88q2xxx: add cable test supportDimitri Fedrau2024-02-211-0/+107
* net: phy: marvell-88q2xxx: add support for temperature sensorDimitri Fedrau2024-02-212-0/+147
* net: phy: marvell-88q2xxx: add suspend / resume opsDimitri Fedrau2024-02-211-0/+34
* net: phy: marvell-88q2xxx: add interrupt support for link detectionDimitri Fedrau2024-02-211-4/+119
* net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau2024-02-212-6/+205
* net: phy: marvell-88q2xxx: fix typosDimitri Fedrau2024-02-211-11/+17
* net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau2024-02-211-1/+2
* net: phy: Support 100/1000BT1 linkmode advertisementsDimitri Fedrau2024-02-211-0/+8
* net: phy: Add BaseT1 auto-negotiation constantsDimitri Fedrau2024-02-211-0/+2
* net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju2024-02-211-6/+14
* Merge branch 'rework-genet-mdioclocking'David S. Miller2024-02-213-45/+57
|\
| * Revert "net: bcmgenet: Ensure MDIO unregistration has clocks enabled"Florian Fainelli2024-02-211-2/+0
| * net: bcmgenet: Pass "main" clock down to the MDIO driverFlorian Fainelli2024-02-211-0/+4
| * net: mdio: mdio-bcm-unimac: Manage clock around I/O accessesFlorian Fainelli2024-02-212-43/+53
|/
* net: wan: framer: remove children from struct framer_ops kdocSimon Horman2024-02-211-1/+0
* Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2024-02-21306-7272/+18906
|\
| * wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh2024-02-192-25/+35
| * wifi: wilc1000: fix declarations orderingAlexis Lothoré2024-02-192-11/+11
| * wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré2024-02-195-10/+16
| * wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré2024-02-191-11/+14
| * wifi: rtw89: 8922a: add helper of set_channelPing-Ke Shih2024-02-193-0/+76
| * wifi: rtw89: 8922a: add set_channel RF partPing-Ke Shih2024-02-196-0/+208
| * wifi: rtw89: 8922a: add set_channel BB partPing-Ke Shih2024-02-192-0/+427
| * wifi: rtw89: 8922a: add set_channel MAC partPing-Ke Shih2024-02-194-1/+173
| * wifi: brcmsmac: avoid function pointer castsArnd Bergmann2024-02-163-5/+5
| * wifi: rtlwifi: rtl_usb: Store the endpoint addressesBitterblue Smith2024-02-156-45/+68
| * wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detectionBitterblue Smith2024-02-152-2/+3
| * wifi: rtw89: fw: remove unnecessary rcu_read_unlock() for puncturedPing-Ke Shih2024-02-151-1/+0
| * wifi: rtw89: 8922a: declare to support two chanctxZong-Zhe Yang2024-02-151-1/+1
| * wifi: rtw89: chan: support MCC on Wi-Fi 7 chipsZong-Zhe Yang2024-02-152-27/+420
| * wifi: rtw89: fw: implement MRC H2C command functionsZong-Zhe Yang2024-02-152-0/+460
| * wifi: rtw89: mac: implement MRC C2H event handlingZong-Zhe Yang2024-02-154-1/+112
| * wifi: rtw89: fw: add definition of H2C command and C2H event for MRC seriesZong-Zhe Yang2024-02-152-6/+190
| * wifi: wilc1000: validate chip id during bus probeDavid Mosberger-Tang2024-02-153-20/+59
| * wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré2024-02-151-21/+7
| * wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg2024-02-152-5/+1
| * wifi: iwlwifi: cancel session protection only if there is oneMiri Korenblit2024-02-151-4/+12
| * wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2PMiri Korenblit2024-02-152-55/+38
| * Merge wireless into wireless-nextJohannes Berg2024-02-156-18/+79
| |\
| * | wifi: iwlwifi: mvm: check own capabilities for EMLSRJohannes Berg2024-02-121-0/+7
| * | wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devicesMiri Korenblit2024-02-123-5/+5
| * | wifi: iwlwifi: iwl-trans.h: clean up kernel-docJohannes Berg2024-02-121-13/+51
| * | wifi: iwlwifi: fw: file: clean up kernel-docJohannes Berg2024-02-121-3/+13
| * | wifi: iwlwifi: api: dbg-tlv: fix up kernel-docJohannes Berg2024-02-121-3/+5
| * | wifi: iwlwifi: error-dump: fix kernel-doc issuesJohannes Berg2024-02-121-10/+13
| * | wifi: iwlwifi: mvm: fix thermal kernel-docJohannes Berg2024-02-121-2/+2