summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-23wifi: iwlwifi: mvm: remove IWL_MVM_HW_CSUM_DISABLEMiri Korenblit2-3/+1
2024-10-23wifi: iwlwifi: mvm: remove unneeded checkMiri Korenblit1-5/+2
2024-10-23wifi: iwlwifi: mvm: Remove redundant rcu_read_lock() in reorder bufferDaniel Gabay1-2/+0
2024-10-23wifi: iwlwifi: mvm: Remove unused last_amsdu from reorder bufferDaniel Gabay2-7/+1
2024-10-23wifi: iwlwifi: bump FW API to 94 for BZ/SC devicesMiri Korenblit2-2/+2
2024-10-23wifi: iwlwifi: fw: api: update link context API versionJohannes Berg2-6/+29
2024-10-23wifi: iwlwifi: mvm: log information about HW restart completionBenjamin Berg1-0/+2
2024-10-23wifi: iwlwifi: mvm: prepare the tx_power handling to be per-linkEmmanuel Grumbach3-8/+9
2024-10-23wifi: iwlwifi: mvm: exit EMLSR earlier if bss_param_ch_cnt is updatedEmmanuel Grumbach2-4/+12
2024-10-23wifi: iwlwifi: mvm: Add support for prep_add_interface() callbackIlan Peer4-0/+61
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg13-26/+39
2024-10-23wifi: mac80211: rename IEEE80211_CHANCTX_CHANGE_MIN_WIDTHMiri Korenblit1-2/+2
2024-10-23wifi: cfg80211: disallow SMPS in AP modeJohannes Berg1-1/+1
2024-10-17Merge tag 'rtw-next-2024-10-10' of https://github.com/pkshih/rtwKalle Valo50-2406/+4443
2024-10-17wifi: cw1200: Remove unused cw1200_queue_requeue_all()Dr. David Alan Gilbert2-28/+0
2024-10-17wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_sc...Alper Nebi Yasak1-1/+1
2024-10-17wifi: brcmfmac: of: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski1-2/+1
2024-10-17wifi: brcmsmac: Remove unused brcms_debugfs_get_devdir()Dr. David Alan Gilbert2-6/+0
2024-10-17wifi: brcmfmac: Remove unused brcmf_cfg80211_get_iftype()Dr. David Alan Gilbert2-8/+0
2024-10-17wifi: wilc1000: Set MAC after operation modeMarek Vasut1-3/+3
2024-10-17wifi: mwifiex: cleanup struct mwifiex_privateDmitry Antipov4-18/+3
2024-10-17wifi: mwifiex: cleanup struct mwifiex_auto_tdls_peerDmitry Antipov2-3/+0
2024-10-17wifi: wilc1000: Add WILC3000 supportAjay Singh6-63/+299
2024-10-17wifi: wilc1000: Register wiphy after reading out chipidMarek Vasut4-8/+17
2024-10-17wifi: wilc1000: Fold wilc_create_wiphy() into cfg80211.cMarek Vasut2-48/+47
2024-10-17wifi: wilc1000: Fill in missing error handlingMarek Vasut3-51/+118
2024-10-17wifi: wilc1000: Fold chip_allow_sleep()/chip_wakeup() into wlan.cMarek Vasut2-26/+23
2024-10-17wifi: wilc1000: Clean up usage of wilc_get_chipid()Marek Vasut5-49/+53
2024-10-17wifi: wilc1000: Keep slot powered on during suspend/resumeMarek Vasut1-8/+1
2024-10-17wifi: rt2x00: convert comma to semicolonYan Zhen1-1/+1
2024-10-17wifi: mwifiex: add missing locking for cfg80211 callsSascha Hauer2-0/+4
2024-10-17wifi: ipw: select CRYPTO_LIB_ARC4Johannes Berg1-0/+1
2024-10-10wifi: rtw89: wow: do not configure CPU IO to receive packets for old firmwareChin-Yen Lee3-0/+9
2024-10-10wifi: rtw89: coex: Add function to reorder Wi-Fi firmware report indexChing-Te Ku2-13/+76
2024-10-10wifi: rtw89: coex: Solved BT PAN profile idle decrease Wi-Fi throughputChing-Te Ku1-1/+10
2024-10-10wifi: rtw89: coex: Reorder Bluetooth info related logicChing-Te Ku2-33/+43
2024-10-10wifi: rtw89: coex: Update priority setting for Wi-Fi is scanningChing-Te Ku2-26/+33
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg422-4552/+7931
2024-10-09net: phy: microchip_t1: SQI support for LAN887xTarun Alle1-0/+171
2024-10-09net: phy: marvell-88q2xxx: Enable auto negotiation for mv88q2110Niklas Söderlund1-10/+36
2024-10-09net: phy: marvell-88q2xxx: Make register writer function genericNiklas Söderlund1-20/+20
2024-10-09net: phy: marvell-88q2xxx: Align soft reset for mv88q2110 and mv88q2220Niklas Söderlund1-34/+26
2024-10-09fsl/fman: Fix a typoAndrew Kreimer1-1/+1
2024-10-09net: phy: aquantia: allow forcing order of MDI pairsDaniel Golle1-0/+33
2024-10-09net: phy: smsc: use devm_clk_get_optional_enabled_with_rate()Bartosz Golaszewski1-2/+3
2024-10-09chelsio/chtls: Remove unused chtls_set_tcb_tflagDr. David Alan Gilbert2-10/+0
2024-10-09net: dsa: mv88e6xxx: Add FID map cacheAryan Srivastava4-38/+14
2024-10-08wifi: remove iw_public_data from struct net_deviceJohannes Berg7-12/+4
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg2-2/+9
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg6-9/+252