summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-08-28wifi: iwlwifi: iwl-config: include module.hJohannes Berg-0/+1
2025-08-28wifi: iwlwifi: mld: don't modify trans state where not neededMiri Korenblit-31/+11
2025-08-28wifi: iwlwifi: simplify iwl_trans_pcie_d3_resumeMiri Korenblit-46/+14
2025-08-28wifi: iwlwifi: trans: remove STATUS_SUSPENDEDMiri Korenblit-23/+2
2025-08-28wifi: iwlwifi: trans: remove d3 test codeMiri Korenblit-42/+25
2025-08-28wifi: iwlwifi: remove dump file name extension supportMiri Korenblit-98/+0
2025-08-28wifi: iwlwifi: mvm: remove d3 test codeMiri Korenblit-182/+20
2025-08-28wifi: iwlwifi: add a new FW file numbering schemeJohannes Berg-38/+85
2025-08-28wifi: iwlwifi: mld: add few missing hcmd/notif namesDaniel Gabay-0/+4
2025-08-28wifi: iwlwifi: mld: Add debug log for second linkSomashekhar Puttagangaiah-1/+13
2025-08-28wifi: iwlwifi: simplify iwl_poll_prph_bit return valueItamar Shalev-1/+1
2025-08-28wifi: iwlwifi: pcie: relocate finish_nic_init logic to gen1_2Itamar Shalev-87/+92
2025-08-28wifi: iwlwifi: mld: trigger mlo scan only when not in EMLSRSomashekhar Puttagangaiah-6/+12
2025-08-28wifi: iwlwifi: mld: don't check the cipher on resumeMiri Korenblit-24/+19
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck-2/+4
2025-08-27fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck-7/+6
2025-08-27eth: fbnic: Add pause stats supportMohsin Bashir-0/+42
2025-08-27eth: fbnic: Read PHY stats via the ethtool APIMohsin Bashir-0/+42
2025-08-27eth: fbnic: Fetch PHY stats from deviceMohsin Bashir-0/+101
2025-08-27eth: fbnic: Reset MAC statsMohsin Bashir-0/+24
2025-08-27eth: fbnic: Reset hw stats upon PCI errorMohsin Bashir-0/+2
2025-08-27eth: fbnic: Move hw_stats_lock out of fbnic_devMohsin Bashir-21/+29
2025-08-27macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAXSabrina Dubroca-6/+1
2025-08-27macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAXSabrina Dubroca-16/+6
2025-08-27macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAXSabrina Dubroca-5/+1
2025-08-27macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITESabrina Dubroca-16/+18
2025-08-27macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGESabrina Dubroca-4/+1
2025-08-27macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOADSabrina Dubroca-2/+2
2025-08-27macsec: remove validate_add_rxscSabrina Dubroca-10/+2
2025-08-27macsec: use NLA_UINT for MACSEC_SA_ATTR_PNSabrina Dubroca-11/+1
2025-08-27macsec: use NLA_POLICY_MAX_LEN for MACSEC_SA_ATTR_KEYSabrina Dubroca-2/+1
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_KEYID with NLA_POLICY_EXACT_LENSabrina Dubroca-8/+1
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_SALT with NLA_POLICY_EXACT_LENSabrina Dubroca-18/+1
2025-08-27macsec: replace custom checks on MACSEC_*_ATTR_ACTIVE with NLA_POLICY_MAXSabrina Dubroca-23/+2
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_AN with NLA_POLICY_MAXSabrina Dubroca-14/+1
2025-08-27net: wwan: iosm: use int type to store negative error codesQianfeng Rong-1/+1
2025-08-27net: phy: fixed_phy: simplify fixed_mdio_readHeiner Kallweit-4/+1
2025-08-27amd-xgbe: Use int type to store negative error codesQianfeng Rong-3/+3
2025-08-27net: stmmac: sun8i: drop unneeded default syscon valueAndre Przywara-43/+4
2025-08-27net: stmmac: rk: remove incorrect _DLY_DISABLE bit definitionAlok Tiwari-2/+0
2025-08-27net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211FAleksander Jan Bajkowski-7/+32
2025-08-27wifi: mt76: fix linked list corruptionFelix Fietkau-5/+3
2025-08-27wifi: mt76: free pending offchannel tx frames on wcid cleanupFelix Fietkau-0/+4
2025-08-27wifi: mt76: mt7915: fix list corruption after hardware restartFelix Fietkau-7/+43
2025-08-27wifi: mt76: mt7996: add missing check for rx wcid entriesFelix Fietkau-1/+1
2025-08-27wifi: mt76: do not add non-sta wcid entries to the poll listFelix Fietkau-1/+1
2025-08-27wifi: mt76: mt7996: fix crash on some tx status reportsFelix Fietkau-1/+3
2025-08-27wifi: mt76: mt7996: use the correct vif link for scanning/rocChad Monroe-2/+6
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau-21/+42
2025-08-27wifi: mt76: prevent non-offchannel mgmt tx during scan/rocFelix Fietkau-1/+3