1. 57ec55e mt76: mt7615: move mmio related code from pci.c to mmio.c by Felix Fietkau · 5 years ago
  2. 13602c9 mt76: mt7615: add __aligned(4) to txp structs by Felix Fietkau · 5 years ago
  3. cd82b0e dt-bindings: net: wireless: mt76: document bindings for MT7622 by Felix Fietkau · 5 years ago
  4. d9c5426 mt76: enable Airtime Queue Limit support by Felix Fietkau · 5 years ago
  5. e970e66 mt76: mt7603: increase dma mcu rx ring size by Felix Fietkau · 5 years ago
  6. 8f6c4f7 mt76: dma: do not write cpu_idx on rx queue reset until after refill by Felix Fietkau · 5 years ago
  7. 93eaec7 mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_raw by Felix Fietkau · 5 years ago
  8. 5ffc6b5 mt76: set dma-done flag for flushed descriptors by Felix Fietkau · 5 years ago
  9. 94d4d07 mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flag by Lorenzo Bianconi · 5 years ago
  10. 3bcd979 mt76: mt76u: add endpoint to mt76u_bulk_msg signature by Lorenzo Bianconi · 5 years ago
  11. 9803b7b mt76: mt76u: introduce mt76u_skb_dma_info routine by Lorenzo Bianconi · 5 years ago
  12. 16d6dac mt76: mt76u: take into account different queue mapping for 7663 by Lorenzo Bianconi · 5 years ago
  13. 1e816c6 mt76: mt76u: add {read/write}_extended utility routines by Lorenzo Bianconi · 5 years ago
  14. 94e1cfa mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routine by Lorenzo Bianconi · 5 years ago
  15. 1d54bc2 mt76: mt76u: resume all rx queue in mt76u_resume_rx by Lorenzo Bianconi · 5 years ago
  16. 87999d4 mt76: mt76u: add queue parameter to mt76u_rx_urb_alloc by Lorenzo Bianconi · 5 years ago
  17. 63deaab mt76: mt76u: add mt76u_alloc_rx_queue utility routine by Lorenzo Bianconi · 5 years ago
  18. b430b7d mt76: mt76u: stop/free all possible rx queues by Lorenzo Bianconi · 5 years ago
  19. 38e09a4 mt76: mt76u: introduce mt76u_free_rx_queue utility routine by Lorenzo Bianconi · 5 years ago
  20. 9aeb0d1 mt76: mt76u: move mcu buffer allocation in mt76x02u drivers by Lorenzo Bianconi · 5 years ago
  21. 37ec6a0 mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffers by Lorenzo Bianconi · 5 years ago
  22. 2fe6a55 mt76: mt76u: use mt76_queue as mt76u_complete_rx context by Lorenzo Bianconi · 5 years ago
  23. ab221b2 mt76: mt76u: add mt76_queue to mt76u_refill_rx signature by Lorenzo Bianconi · 5 years ago
  24. 0d18621 mt76: mt76u: add mt76_queue to mt76u_get_next_rx_entry signature by Lorenzo Bianconi · 5 years ago
  25. 8407288 mt76: mt76u: add mt76u_process_rx_queue utility routine by Lorenzo Bianconi · 5 years ago
  26. f4021e1 mt76: mt76u: check tx_status_data pointer in mt76u_tx_tasklet by Lorenzo Bianconi · 5 years ago
  27. a1ea1d6 mt76: mt76x02u: avoid overwrite max_tx_fragments by Lorenzo Bianconi · 5 years ago
  28. 85b7a5d mt76: rely on mac80211 utility routines to compute airtime by Lorenzo Bianconi · 5 years ago
  29. 1b784c3 mt76: mt7615: remove leftover routine declaration by Lorenzo Bianconi · 5 years ago
  30. fecde5d mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_init by Lorenzo Bianconi · 5 years ago
  31. 26b4876 mt76: mt7615: fix endianness in mt7615_mcu_set_eeprom by Ryder Lee · 5 years ago
  32. 2ce73ef mt76: mt7615: initialize radar specs from host driver by Lorenzo Bianconi · 5 years ago
  33. d9d8be1 mt76: mt76x2: get rid of leftover target by Lorenzo Bianconi · 5 years ago
  34. 9cd8236 mt76: mt7615: add tracing support by Lorenzo Bianconi · 5 years ago
  35. 5498974 mt76: move mac_txdone tracepoint in mt76 module by Lorenzo Bianconi · 5 years ago
  36. a3f657e mt76: move dev_irq tracepoint in mt76 module by Lorenzo Bianconi · 5 years ago
  37. c388d85 mt76: mt7615: add a get_stats() callback by Ryder Lee · 5 years ago
  38. 679b23f mt76: mt7615: add per-phy mib statistics by Ryder Lee · 5 years ago
  39. 31affc9 mt76: mt7615: report TSF information by Ryder Lee · 5 years ago
  40. 0d88aea mt76: mt7615: add set_antenna callback by Ryder Lee · 5 years ago
  41. 4fe9218 mt76: mt7615: rework set_channel function by Ryder Lee · 5 years ago
  42. 2cad515 mt76: mt7615: add missing settings for simultaneous dual-band support by Ryder Lee · 5 years ago
  43. cd736c4 mt76: fix compilation warning in mt76_eeprom_override() by Lorenzo Bianconi · 5 years ago
  44. ff44d907 mt76: mt7603: simplify led reg definitions by Lorenzo Bianconi · 5 years ago
  45. d1ff4a3 mt76: mt76x02: simplify led reg definitions by Lorenzo Bianconi · 5 years ago
  46. ff91397 mt76: mt7615: introduce LED support by Lorenzo Bianconi · 5 years ago
  47. 9379df2 mt76: clear skb pointers from rx aggregation reorder buffer during cleanup by Felix Fietkau · 5 years ago
  48. d55aa5e mt76: mt7603: fix input validation issues for powersave-filtered frames by Felix Fietkau · 5 years ago
  49. c99dc3c mt76: mt7615: increase MCU command timeout by Felix Fietkau · 5 years ago
  50. e505196 mt76: mt7615: measure channel noise and report it via survey by Felix Fietkau · 5 years ago
  51. a25c888 mt76: mt7615: fix MT7615_CFEND_RATE_DEFAULT value by Ryder Lee · 5 years ago
  52. b74f98b mt76: mt76x02: minor mt76x02_mac_set_beacon optimization by Stanislaw Gruszka · 5 years ago
  53. c708bfa mt76: mt76x02u: do not set NULL beacons by Stanislaw Gruszka · 5 years ago
  54. a6bfb6d1 mt76: usb: use max packet length for m76u_copy by Stanislaw Gruszka · 5 years ago
  55. d3cc4e7 mt76: mt76x02: add channel switch support for usb interfaces by Markus Theil · 5 years ago
  56. 94462486 mt76: speed up usb bulk copy by Markus Theil · 5 years ago
  57. 5c48e60 mt76: mt76x02: remove a copy call for usb speedup by Markus Theil · 5 years ago
  58. 7d28864 mt76: mt76x02: add check for invalid vif idx by Markus Theil · 5 years ago
  59. f27469a mt76: mt76x02: split beaconing by Markus Theil · 5 years ago
  60. 0794d03 mt76: mt76x02: omit beacon slot clearing by Markus Theil · 5 years ago
  61. e7ec563 mt76: use AC specific reorder timeout by Markus Theil · 5 years ago
  62. 183d1fc mt76: mt7615: add set_coverage class support by Lorenzo Bianconi · 5 years ago
  63. 6a792b1 mt76: mt7603: set 0 as min coverage_class value by Lorenzo Bianconi · 5 years ago
  64. bae76a1 mt76: mt76x02: fix coverage_class type by Lorenzo Bianconi · 5 years ago
  65. 175b4d5 mt76: mt7615: report firmware version using ethtool by Lorenzo Bianconi · 5 years ago
  66. f53300f mt76: mt7615: Fix build with older compilers by Pablo Greco · 5 years ago
  67. 1a874af dt-bindings: net: wireless: mt76: introduce big-endian property by Lorenzo Bianconi · 5 years ago
  68. b3c6d63 mt76: eeprom: add support for big endian eeprom partition by Lorenzo Bianconi · 5 years ago
  69. 00c29ab mt76: mt7603: reset STA_CCA counter setting the channel by Lorenzo Bianconi · 5 years ago
  70. eba5716 mt76: fix possible undetected invalid MAC address by Shayne Chen · 5 years ago
  71. 37a68e0 mt76: disable bh in mt76_dma_rx_poll by Felix Fietkau · 5 years ago
  72. 2703baf mt76: fix rx dma ring descriptor state on reset by Felix Fietkau · 5 years ago
  73. 3e38482 mt7615: replace sta_state callback with sta_add/sta_remove by Felix Fietkau · 5 years ago
  74. c3c25d0 mt76: mt7615: defer mcu initialization via workqueue by Felix Fietkau · 5 years ago
  75. f0305d1 mt76: mt7615: update beacon contents on BSS_CHANGED_BEACON by Felix Fietkau · 5 years ago
  76. 0f2173f mt76: mt7615: add support for registering a second wiphy via debugfs by Felix Fietkau · 5 years ago
  77. 9ce2f7f mt76: mt7615: select the correct tx queue for frames sent to the second phy by Felix Fietkau · 5 years ago
  78. b0b5426 mt76: mt7615: move radio/mac initialization to .start/stop callbacks by Felix Fietkau · 5 years ago
  79. ac3ef85 mt76: mt7615: initialize dbdc settings on interface add by Felix Fietkau · 5 years ago
  80. 27ae721 mt76: mt7615: add multiple wiphy support to the rx path by Felix Fietkau · 5 years ago
  81. 2bed2a3 mt76: mt7615: rework chainmask handling by Felix Fietkau · 5 years ago
  82. 5dabdf7 mt76: mt7615: add multiple wiphy support to the dfs support code by Felix Fietkau · 5 years ago
  83. d23cb96 mt76: mt7615: remove useless MT_HW_RDD0/1 enum by Felix Fietkau · 5 years ago
  84. f89f58c mt76: mt7615: add missing register init for dual-wiphy support by Felix Fietkau · 5 years ago
  85. d446a20 mt76: mt7615: add multiple wiphy support for smart carrier sense by Felix Fietkau · 5 years ago
  86. fdd2e57 mt76: mt7615: add dual-phy support for mac80211 ops by Felix Fietkau · 5 years ago
  87. c9619df mt76: do not overwrite max_tx_fragments if it has been set by Shayne Chen · 5 years ago
  88. 3068448 mt76: move ampdu_ref from mt76_dev to driver struct by Felix Fietkau · 5 years ago
  89. c7d2d63 mt76: add ext_phy field to struct mt76_wcid by Felix Fietkau · 5 years ago
  90. c89d362 mt76: add function for allocating an extra wiphy by Felix Fietkau · 5 years ago
  91. a3d0103 mt76: add priv pointer to struct mt76_phy by Felix Fietkau · 5 years ago
  92. 8af63fe mt76: add multiple wiphy support to mt76_get_min_avg_rssi by Felix Fietkau · 5 years ago
  93. beaaeb6 mt76: move txpower and antenna mask to struct mt76_phy by Felix Fietkau · 5 years ago
  94. 9e5f6dd mt76: move txpower_conf back to driver specific structs by Felix Fietkau · 5 years ago
  95. db7aa18 mt76: move chainmask back to driver specific structs by Felix Fietkau · 5 years ago
  96. 011849e mt76: move state from struct mt76_dev to mt76_phy by Felix Fietkau · 5 years ago
  97. 5a95ca4 mt76: keep a set of software tx queues per phy by Felix Fietkau · 5 years ago
  98. 96747a5 mt76: move channel state to struct mt76_phy by Felix Fietkau · 5 years ago
  99. 426e8e4 mt76: add support for an extra wiphy in mt76_sta_state() by Felix Fietkau · 5 years ago
  100. e394b57 mt76: add support for an extra wiphy in the tx status path by Felix Fietkau · 5 years ago