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