aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-15wifi: mt76: mt7996: Enable MLO support for client interfacesLorenzo Bianconi5-57/+88
2025-09-15wifi: mt76: mt7996: Set EML capabilities for AP interfaceLorenzo Bianconi1-0/+1
2025-09-15wifi: mt76: mt7996: Export MLO AP capabilities to mac80211Shayne Chen1-1/+22
2025-09-15wifi: mt76: mt7996: Temporarily disable EPCSBenjamin Lin1-1/+0
2025-09-15wifi: mt76: mt7996: Implement MLD address translation for EAPOLShayne Chen1-1/+37
2025-09-15wifi: mt76: mt7996: Add all active links to poll list in mt7996_mac_tx_free()Lorenzo Bianconi1-1/+18
2025-09-15wifi: mt76: mt7996: Fix mt7996_reverse_frag0_hdr_trans for MLOShayne Chen1-3/+8
2025-09-15wifi: mt76: mt7996: Use proper link info in mt7996_mcu_add_groupLorenzo Bianconi1-11/+5
2025-09-15wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922 deviceQuan Zhou1-0/+2
2025-09-15wifi: mt76: mt7925: add pci restore for hibernateJack Kao1-3/+23
2025-09-15wifi: mt76: mt7996: Check phy before init msta_link in mt7996_mac_sta_add_links()Lorenzo Bianconi1-5/+6
2025-09-15wifi: mt76: mt7996: Use proper link_id in link_sta_rc_update callbackLorenzo Bianconi1-15/+28
2025-09-15wifi: mt76: Remove dead code in mt76_scan_workLorenzo Bianconi1-3/+0
2025-09-15wifi: mt76: mt7996: Use deflink for AMPDU rx reorderingLorenzo Bianconi5-78/+101
2025-09-15wifi: mt76: mt7921: add MBSSID supportMing Yen Hsieh2-3/+27
2025-09-15wifi: mt76: fix potential memory leak in mt76_wmac_probe()Abdun Nihaal1-1/+1
2025-09-15wifi: mt76: mt7925: add MBSSID supportMing Yen Hsieh3-2/+29
2025-09-15wifi: mt76: mt7925u: Add VID/PID for Netgear A9000Nick Morrow1-0/+3
2025-09-15wifi: mt76: mt7996: Set proper link destination address in mt7996_tx()Lorenzo Bianconi1-5/+29
2025-09-15wifi: mt76: mt7996: Set def_wcid pointer in mt7996_mac_sta_init_link()Lorenzo Bianconi1-0/+1
2025-09-15wifi: mt76: mt7996: Fix mt7996_mcu_bss_mld_tlv routineLorenzo Bianconi4-8/+75
2025-09-15wifi: mt76: mt7996: Fix mt7996_mcu_sta_ba wcid configurationLorenzo Bianconi3-8/+13
2025-09-15wifi: mt76: mt7996: Overwrite unspecified link_id in mt7996_tx()Lorenzo Bianconi1-9/+17
2025-09-14amd-xgbe: Add PPS periodic output supportRaju Rangoju6-4/+151
2025-09-14qed: Don't collect too many protection override GRC elementsJamie Bainbridge1-3/+4
2025-09-14net: fec: enable the Jumbo frame support for i.MX8QMShenwei Wang2-4/+24
2025-09-14net: fec: add change_mtu to support dynamic buffer allocationShenwei Wang2-4/+23
2025-09-14net: fec: add rx_frame_size to support configurable RX lengthShenwei Wang2-1/+3
2025-09-14net: fec: update MAX_FL based on the current MTUShenwei Wang1-1/+1
2025-09-14net: fec: add pagepool_order to support variable page sizeShenwei Wang2-2/+5
2025-09-14net: fec: use a member variable for maximum buffer sizeShenwei Wang2-6/+11
2025-09-14ionic: use int type for err in ionic_get_module_eeprom_by_pageAlok Tiwari1-1/+1
2025-09-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski17-1314/+1228
2025-09-14octeon_ep: Validate the VF IDKamal Heib1-0/+16
2025-09-14net: ti: icssm-prueth: Adds IEP support for PRUETH on AM33x, AM43x and AM57x SOCsParvathi Pudi4-2/+260
2025-09-14net: ti: icssm-prueth: Adds link detection, RX and TX support.Roger Quadros2-2/+706
2025-09-14net: ti: icssm-prueth: Adds PRUETH HW and SW configurationRoger Quadros3-2/+781
2025-09-14net: ti: icssm-prueth: Adds ICSSM Ethernet driverRoger Quadros4-0/+727
2025-09-14net: phy: broadcom: Convert to PHY_ID_MATCH_MODEL macroChristian Marangi1-63/+42
2025-09-14net: phy: broadcom: Convert to phy_id_compare_model()Christian Marangi1-22/+20
2025-09-14net: stmmac: move timestamping/ptp init to stmmac_hw_setup() callerRussell King (Oracle)1-8/+7
2025-09-14net: stmmac: move PTP support check into stmmac_init_timestamping()Russell King (Oracle)1-7/+6
2025-09-14net: stmmac: add stmmac_setup_ptp()Russell King (Oracle)1-10/+18
2025-09-14net: stmmac: rename stmmac_init_ptp()Russell King (Oracle)1-3/+3
2025-09-14net: stmmac: move stmmac_init_ptp() messages into functionRussell King (Oracle)1-7/+7
2025-09-14net: stmmac: add __stmmac_release() to complement __stmmac_open()Russell King (Oracle)1-16/+25
2025-09-14net: stmmac: unexport stmmac_init_tstamp_counter()Russell King (Oracle)2-3/+2
2025-09-14net: stmmac: fix stmmac_xdp_open() clk_ptp_ref error cleanupRussell King (Oracle)1-8/+0
2025-09-14net: stmmac: fix PTP error cleanup in __stmmac_open()Russell King (Oracle)1-1/+1
2025-09-14net: stmmac: disable PTP clock after unregistering PTPRussell King (Oracle)1-1/+1