summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-08-27eth: fbnic: Move hw_stats_lock out of fbnic_devMohsin Bashir
2025-08-27macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITESabrina Dubroca
2025-08-27macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGESabrina Dubroca
2025-08-27macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOADSabrina Dubroca
2025-08-27macsec: remove validate_add_rxscSabrina Dubroca
2025-08-27macsec: use NLA_UINT for MACSEC_SA_ATTR_PNSabrina Dubroca
2025-08-27macsec: use NLA_POLICY_MAX_LEN for MACSEC_SA_ATTR_KEYSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_KEYID with NLA_POLICY_EXACT_LENSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_SALT with NLA_POLICY_EXACT_LENSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_*_ATTR_ACTIVE with NLA_POLICY_MAXSabrina Dubroca
2025-08-27macsec: replace custom checks on MACSEC_SA_ATTR_AN with NLA_POLICY_MAXSabrina Dubroca
2025-08-27net: wwan: iosm: use int type to store negative error codesQianfeng Rong
2025-08-27net: phy: fixed_phy: simplify fixed_mdio_readHeiner Kallweit
2025-08-27amd-xgbe: Use int type to store negative error codesQianfeng Rong
2025-08-27net: stmmac: sun8i: drop unneeded default syscon valueAndre Przywara
2025-08-27net: stmmac: rk: remove incorrect _DLY_DISABLE bit definitionAlok Tiwari
2025-08-27net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211FAleksander Jan Bajkowski
2025-08-27wifi: mt76: fix linked list corruptionFelix Fietkau
2025-08-27wifi: mt76: free pending offchannel tx frames on wcid cleanupFelix Fietkau
2025-08-27wifi: mt76: mt7915: fix list corruption after hardware restartFelix Fietkau
2025-08-27wifi: mt76: mt7996: add missing check for rx wcid entriesFelix Fietkau
2025-08-27wifi: mt76: do not add non-sta wcid entries to the poll listFelix Fietkau
2025-08-27wifi: mt76: mt7996: fix crash on some tx status reportsFelix Fietkau
2025-08-27wifi: mt76: mt7996: use the correct vif link for scanning/rocChad Monroe
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau
2025-08-27wifi: mt76: prevent non-offchannel mgmt tx during scan/rocFelix Fietkau
2025-08-27wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmdMing Yen Hsieh
2025-08-27wifi: mt76: mt7925u: use connac3 tx aggr check in tx completeMing Yen Hsieh
2025-08-27wifi: mt76: mt7925: fix the wrong bss cleanup for SAPMing Yen Hsieh
2025-08-27wifi: mt76: mt7925: fix locking in mt7925_change_vif_links()Harshit Mogalapalli
2025-08-27wifi: mt76: mt7921: don't disconnect when CSA to DFS chanJanusz Dziedzic
2025-08-27wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()Nathan Chancellor
2025-08-27ice: finish virtchnl.c split into rss.cPrzemek Kitszel
2025-08-27ice: extract virt/rss.c: cleanup - p2Przemek Kitszel
2025-08-27ice: extract virt/rss.c: cleanup - p1Przemek Kitszel
2025-08-27ice: split RSS stuff out of virtchnl.c - copy backPrzemek Kitszel
2025-08-27ice: split RSS stuff out of virtchnl.c - tmp renamePrzemek Kitszel
2025-08-27ice: finish virtchnl.c split into queues.cPrzemek Kitszel
2025-08-27ice: extract virt/queues.c: cleanup - p3Przemek Kitszel
2025-08-27ice: extract virt/queues.c: cleanup - p2Przemek Kitszel
2025-08-27ice: extract virt/queues.c: cleanup - p1Przemek Kitszel
2025-08-27ice: split queue stuff out of virtchnl.c - copy backPrzemek Kitszel
2025-08-27ice: split queue stuff out of virtchnl.c - tmp renamePrzemek Kitszel
2025-08-26net: hv_netvsc: fix loss of early receive events from host during channel open.Dipayaan Roy
2025-08-26net: stmmac: Set CIC bit only for TX queues with COERohan G Thomas
2025-08-26net: stmmac: xgmac: Correct supported speed modesRohan G Thomas
2025-08-26net: stmmac: xgmac: Do not enable RX FIFO Overflow interruptsRohan G Thomas