Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau
2022-10-11wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau
2022-10-06wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-15wifi: mt76: mt7921s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu
2022-09-15wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu
2022-09-15wifi: mt76: mt7921e: fix random fw download failDeren Wu
2022-09-15wifi: mt76: mt7921: introduce Country Location Control supportMing Yen Hsieh
2022-09-15wifi: mt76: mt7921e: fix rmmod crash in driver reload testDeren Wu
2022-09-15wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw valueSean Wang
2022-09-15wifi: mt76: mt7915: do not check state before configuring implicit beamformHoward Hsu
2022-09-15wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rxLorenzo Bianconi
2022-09-15wifi: mt76: mt7915: fix mcs value in ht modeHoward Hsu
2022-09-15wifi: mt76: mt7921: get rid of the false positive resetSean Wang
2022-09-15wifi: mt76: connac: fix in commentRuffalo Lavoisier
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee
2022-09-15wifi: mt76: mt7921: fix the firmware version reportSean Wang
2022-09-15wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offloadSean Wang
2022-09-15wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_apSean Wang
2022-09-15wifi: mt76: mt76_usb.mt76u_mcu.burst is always false remove related codeGergo Koteles
2022-09-15wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi
2022-09-15wifi: mt76: connac: fix possible unaligned access in mt76_connac_mcu_add_nest...Lorenzo Bianconi
2022-09-15wifi: mt76: mt7915: fix possible unaligned access in mt7915_mac_add_twt_setupLorenzo Bianconi
2022-09-15wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...Lorenzo Bianconi
2022-09-15wifi: mt76: sdio: fix transmitting packet hangsYN Chen
2022-09-15wifi: mt76: sdio: add rx_check callback for sdio devicesLorenzo Bianconi
2022-09-15wifi: mt76: mt7921: delete stray if statementDan Carpenter
2022-09-15wifi: mt76: mt7921: fix use after free in mt7921_acpi_read()Dan Carpenter
2022-09-15wifi: mt76: mt7915: fix an uninitialized variable bugDan Carpenter
2022-09-15wifi: mt76: sdio: poll sta stat when device transmits dataSean Wang
2022-09-15wifi: mt76: sdio: fix the deadlock caused by sdio->stat_workSean Wang
2022-09-15wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi
2022-09-15wifi: mt76: mt7921u: remove unnecessary MT76_STATE_SUSPENDSean Wang
2022-09-15wifi: mt76: mt7921u: fix race issue between reset and suspend/resumeSean Wang
2022-09-15wifi: mt76: mt7921s: fix race issue between reset and suspend/resumeSean Wang
2022-09-15wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi
2022-09-15wifi: mt76: testmode: use random payload for tx packetsShayne Chen
2022-09-15wifi: mt76: connac: introduce mt76_connac_reg_map structureLorenzo Bianconi
2022-09-12wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau
2022-09-12wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-08-26wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg
2022-07-11mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng