summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-09-07ssb: Fix division by zero issue in ssb_calc_clock_rateRand Deeb
2023-09-07wifi: rtw89: 8922a: set memory heap address for secure firmwarePing-Ke Shih
2023-09-07wifi: rtw89: fw: refine download flow to support variant firmware suitsPing-Ke Shih
2023-09-07wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading ...Ping-Ke Shih
2023-09-07wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmwarePing-Ke Shih
2023-09-07wifi: rtw89: fw: add checking type for variant type of firmwarePing-Ke Shih
2023-09-07wifi: rtw89: fw: implement supported functions of download firmware for WiFi ...Ping-Ke Shih
2023-09-07wifi: rtw89: fw: generalize download firmware flow by mac_gen pointersPing-Ke Shih
2023-09-07wifi: rtw89: fw: move polling function of firmware path ready to an individua...Ping-Ke Shih
2023-09-07wifi: rtw89: mcc: trigger FW to start/stop MCCZong-Zhe Yang
2023-09-07wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap()Zong-Zhe Yang
2023-09-07wifi: rtw89: mcc: decide pattern and calculate parametersZong-Zhe Yang
2023-09-07wifi: rtw89: mcc: consider and determine BT durationZong-Zhe Yang
2023-09-07wifi: rtw89: mcc: fill fundamental configurationsZong-Zhe Yang
2023-09-07wifi: rtw89: mcc: initialize start flowZong-Zhe Yang
2023-09-04wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracyKuan-Chung Chen
2023-09-04wifi: rtw89: 8852c: Update bandedge parameters for better performanceKuan-Chung Chen
2023-09-04wifi: plfxlc: fix clang-specific fortify warningDmitry Antipov
2023-09-04wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as testedZenm Chen
2023-09-04wifi: rtw88: fix typo rtw8822cu_probePo-Hao Huang
2023-08-25Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-08-25net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)
2023-08-25net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)
2023-08-25net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)
2023-08-25net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)
2023-08-25net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)
2023-08-25net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)
2023-08-25net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)
2023-08-25net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)
2023-08-25net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)
2023-08-25net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)
2023-08-25veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen
2023-08-25Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-08-25Merge tag 'for-net-next-2023-08-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2023-08-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2023-08-25wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet()Jinjie Ruan
2023-08-25wifi: rtw88: usb: kill and free rx urbs on probe failureSascha Hauer
2023-08-25wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()Nathan Chancellor
2023-08-25wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIGCheng-Chieh Hsieh
2023-08-25wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chipsPing-Ke Shih
2023-08-25wifi: rtw89: mac: define register address of rx_filter to generalize codePing-Ke Shih
2023-08-25wifi: rtw89: mac: define internal memory address for WiFi 7 chipPing-Ke Shih
2023-08-25wifi: rtw89: mac: generalize code to indirectly access WiFi internal memoryPing-Ke Shih
2023-08-25wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...Ping-Ke Shih
2023-08-25wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the codeLi Zetao
2023-08-25wifi: rtw89: initialize multi-channel handlingZong-Zhe Yang
2023-08-25wifi: rtw89: provide functions to configure NoA for beacon updateZong-Zhe Yang
2023-08-25wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vifZong-Zhe Yang
2023-08-25wifi: rtw89: sar: let caller decide the center frequency to queryZong-Zhe Yang
2023-08-25wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band()Zong-Zhe Yang