aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)Author
2020-07-11mt76: avoid rx reorder buffer overflowRyder Lee
2020-07-07mt76: mt7615: fix MT7615_WATCHDOG_TIME definitionLorenzo Bianconi
2020-07-07mt76: mt76u: fix typo in mt76u_fill_rx_sgLorenzo Bianconi
2020-07-07mt76: mt7615: fix sparse warnings: warning: restricted __le16 degrades to int...Lorenzo Bianconi
2020-06-24mt76: mt7615: fix sparse warnings: warning: cast from restricted __le16Lorenzo Bianconi
2020-06-24mt76: mt7615: fix sparse warnings: incorrect type in assignment (different ba...Lorenzo Bianconi
2020-06-24mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka
2020-06-09mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapterMatthew Garrett
2020-05-04mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau
2020-04-12mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi
2020-04-12mt76: mt76u: fix endpoint definition orderLorenzo Bianconi
2019-12-29mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi
2019-10-05mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi
2019-10-05mt76: mt7615: always release sem in mt7615_load_patchLorenzo Bianconi
2019-10-05mt76: round up length on mt76_wr_copyFelix Fietkau
2019-09-19mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter
2019-09-19mt76: Fix a signedness bug in mt7615_add_interface()Dan Carpenter
2019-09-19mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka
2019-09-06mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka
2019-09-06mt76: usb: fix rx A-MSDU supportLorenzo Bianconi
2019-07-26mt76: mt7615: do not process rx packets if the device is not initializedLorenzo Bianconi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-05-01mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi
2019-05-01mt76: add TX/RX antenna pattern capabilitiesRyder Lee
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi
2019-05-01mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka
2019-05-01mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi
2019-05-01mt76: fix endianness sparse warningsRyder Lee
2019-05-01mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot
2019-05-01mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi
2019-05-01mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi
2019-05-01mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi
2019-05-01mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi
2019-05-01mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau
2019-05-01mt76: mt7603: fix initialization of max rx lengthFelix Fietkau
2019-05-01mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau
2019-05-01mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka
2019-05-01mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee