summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-03-25wifi: iwlwifi: restrict TOP reset to some devicesJohannes Berg-6/+24
2026-03-25wifi: iwlwifi: uefi: add support for PPAG table rev5Emmanuel Grumbach-26/+57
2026-03-25wifi: iwlwifi: acpi: add support for PPAG rev5Emmanuel Grumbach-7/+25
2026-03-25wifi: iwlwifi: acpi: check the size of the ACPI PPAG tablesEmmanuel Grumbach-3/+13
2026-03-25wifi: iwlwifi: regulatory: support a new command for PPAGEmmanuel Grumbach-12/+91
2026-03-25wifi: iwlwifi: mld: add support for sta command version 3Miri Korenblit-14/+132
2026-03-25wifi: iwlwifi: bring iwl_fill_ppag_table to the iwlmvmEmmanuel Grumbach-131/+128
2026-03-25wifi: iwlwifi: uefi: open code the PPAG table store operationEmmanuel Grumbach-14/+25
2026-03-25wifi: iwlwifi: mld: Introduce scan command version 18Ilan Peer-17/+115
2026-03-25wifi: iwlwifi: mld: Refactor scan command handlingIlan Peer-47/+114
2026-03-25wifi: iwlwifi: mld: remove unused scan expire time constantsPagadala Yesu Anjaneyulu-2/+0
2026-03-25wifi: iwlwifi: mvm: cleanup some more MLO codeNidhish A N-472/+0
2026-03-25wifi: iwlwifi: acpi: better use ARRAY_SIZE than a defineEmmanuel Grumbach-1/+2
2026-03-25wifi: iwlwifi: uefi: decouple UEFI and firmware APIsEmmanuel Grumbach-2/+21
2026-03-25wifi: iwlwifi: ensure we don't read SAR values past the limitEmmanuel Grumbach-0/+4
2026-03-25wifi: iwlwifi: mld: add support for iwl_mcc_allowed_ap_type_cmd v2Emmanuel Grumbach-27/+102
2026-03-25wifi: iwlwifi: mvm: replace use of system_wq with system_percpu_wqMarco Crivellari-3/+3
2026-03-25wifi: iwlwifi: fw: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-2/+2
2026-03-25wifi: iwlwifi: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2026-03-24net: mana: fix use-after-free in add_adev() error pathGuangshuo Li-2/+4
2026-03-24net: lan743x: fix duplex configuration in mac_link_upThangaraj Samynathan-0/+5
2026-03-24net: dsa: mxl862xx: use RST_DATA to skip writing zero wordsDaniel Golle-0/+38
2026-03-24net: dsa: mxl862xx: add CRC for MDIO communicationDaniel Golle-65/+296
2026-03-24virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...xietangxin-0/+1
2026-03-24Merge tag 'mt76-next-2026-03-23' of https://github.com/nbd168/wirelessJohannes Berg-952/+3330
2026-03-24wifi: mt76: mt7996: Destroy active sta links in mt7996_mac_sta_remove()Lorenzo Bianconi-49/+45
2026-03-24wifi: mt76: mt7996: Add mcu APIs to enable/disable vif links.Shayne Chen-19/+139
2026-03-24wifi: mt76: mt7996: Destroy vif active links in mt7996_remove_interface()Lorenzo Bianconi-36/+72
2026-03-24wifi: mt76: mt7996: Move mlink deallocation in mt7996_vif_link_remove()Shayne Chen-9/+6
2026-03-24wifi: mt76: mt7996: Account active links in valid_links fieldsShayne Chen-23/+29
2026-03-24wifi: mt76: mt7996: Rely on msta_link link_id in mt7996_vif_link_remove()Lorenzo Bianconi-4/+7
2026-03-24wifi: mt76: mt7996: fix frequency separation for station STR modePeter Chiu-0/+1
2026-03-24wifi: mt76: mt7925: host-only unwind published links on add failureSean Wang-0/+45
2026-03-24wifi: mt76: mt7925: publish msta->link after successful link addSean Wang-4/+14
2026-03-24wifi: mt76: mt7925: switch link STA allocation to RCU lifetimeSean Wang-3/+8
2026-03-24wifi: mt76: mt7925: move WCID teardown into link_sta_remove()Sean Wang-8/+8
2026-03-24wifi: mt76: mt7925: drop WCID reinit after publishSean Wang-1/+0
2026-03-24wifi: mt76: mt7925: unwind WCID setup on link STA add failureSean Wang-15/+38
2026-03-24wifi: mt76: mt7925: make WCID cleanup unconditional in sta_remove_links()Sean Wang-4/+2
2026-03-24wifi: mt76: mt7925: pass mconf and mlink to wtbl_update_hdr_trans()Sean Wang-20/+9
2026-03-24wifi: mt76: mt7925: resolve link after acquiring mt76 mutexSean Wang-2/+2
2026-03-24wifi: mt76: mt7925: pass mlink to set_link_key()Sean Wang-5/+9
2026-03-24wifi: mt76: mt7925: pass mlink to wtbl_update_hdr_trans()Sean Wang-7/+4
2026-03-24wifi: mt76: mt7925: validate mlink in sta_hdr_trans_tlv()Sean Wang-3/+3
2026-03-24wifi: mt76: mt7925: pass mlink to sta_hdr_trans_tlv()Sean Wang-13/+11
2026-03-24wifi: mt76: mt7925: pass mlink to mac_link_sta_remove()Sean Wang-7/+3
2026-03-24wifi: mt76: mt7925: resolve primary mlink via def_wcidSean Wang-1/+10
2026-03-24wifi: mt76: mt7925: pass mlink to mcu_sta_update()Sean Wang-18/+28
2026-03-24wifi: mt76: mt7925: pass mlink and mconf to sta_mld_tlv()Sean Wang-17/+36
2026-03-24wifi: mt76: mt7925: pass WCID indices to bss_basic_tlv()Sean Wang-36/+70