1. 0f66947 mt76: mt7603: fix initialization of max rx length by Felix Fietkau · 6 years ago
  2. 6fe5333 mt76: mt76x02: remove irqsave/restore in locking for tx status fifo by Felix Fietkau · 6 years ago
  3. 2ac515a mt76: mt76x02: use napi polling for tx cleanup by Felix Fietkau · 6 years ago
  4. 091a79f mt76: mt76x02: remove bogus mutex usage by Stanislaw Gruszka · 6 years ago
  5. 39d501d mt76usb: fix tx/rx stop by Stanislaw Gruszka · 6 years ago
  6. 1fb869a mt76: mt76x02u: remove bogus stop on suspend by Stanislaw Gruszka · 6 years ago
  7. c92b526 MAINTAINERS: update entry for mt76 wireless driver by Ryder Lee · 6 years ago
  8. b183878 mt76: use macro for sn and seq_ctrl conversion by Ryder Lee · 6 years ago
  9. 6edf074 mt76: add unlikely() for dma_mapping_error() check by Ryder Lee · 6 years ago
  10. 04b8e65 mt76: add mac80211 driver for MT7615 PCIe-based chipsets by Ryder Lee · 6 years ago
  11. 598da38 mt76: dma: add skb check for dummy pointer by Lorenzo Bianconi · 6 years ago
  12. 6ca66722 mt76: dma: introduce skb field in mt76_txwi_cache by Lorenzo Bianconi · 6 years ago
  13. cfaae9e mt76: add skb pointer to mt76_tx_info by Lorenzo Bianconi · 6 years ago
  14. f3950a4 mt76: set txwi_size according to the driver value by Lorenzo Bianconi · 6 years ago
  15. ce0fd82 mt76: usb: reduce locking in mt76u_tx_tasklet by Lorenzo Bianconi · 6 years ago
  16. 37426fb mt76: move mac_work in mt76_dev by Lorenzo Bianconi · 6 years ago
  17. 41634aa mt76: only schedule txqs from the tx tasklet by Felix Fietkau · 6 years ago
  18. a33b8ab mt76: move tx tasklet to struct mt76_dev by Felix Fietkau · 6 years ago
  19. db9f11d mt76: store wcid tx rate info in one u32 reduce locking by Felix Fietkau · 6 years ago
  20. 2fe30dc mt76: reduce locking in mt76_dma_tx_cleanup by Felix Fietkau · 6 years ago
  21. 90fdc17 mt76: use mac80211 txq scheduling by Felix Fietkau · 6 years ago
  22. d908d4e mt76: use readl/writel instead of ioread32/iowrite32 by Felix Fietkau · 6 years ago
  23. cee646d mt76: fix tx power issues by Felix Fietkau · 6 years ago
  24. def34a2 mt76: introduce mt76_free_device routine by Lorenzo Bianconi · 6 years ago
  25. e5fc742 mt76usb: remove queue variable from rx_tasklet by Stanislaw Gruszka · 6 years ago
  26. 85d2955 mt76usb: allocate urb and sg as linear data by Stanislaw Gruszka · 6 years ago
  27. 7524c63 mt76usb: remove unneded sg_init_table by Stanislaw Gruszka · 6 years ago
  28. 48f5a90 mt76usb: resue mt76u_urb_alloc for tx by Stanislaw Gruszka · 6 years ago
  29. 1bb78d3 mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_alloc by Stanislaw Gruszka · 6 years ago
  30. d7d4ea9 mt76usb: remove mt76u_buf and use urb directly by Stanislaw Gruszka · 6 years ago
  31. 279ade9 mt76usb: move mt76u_buf->done to queue entry by Stanislaw Gruszka · 6 years ago
  32. 26031b3 mt76usb: remove mt76u_buf redundant fileds by Stanislaw Gruszka · 6 years ago
  33. 112f980 mt76usb: use usb_dev private data by Stanislaw Gruszka · 6 years ago
  34. 9272407 mt76usb: change mt76u_fill_rx_sg arguments by Stanislaw Gruszka · 6 years ago
  35. 069e2d3 mt76: remove rx_page_lock by Stanislaw Gruszka · 6 years ago
  36. a5ba16e mt76usb: change mt76u_submit_buf by Stanislaw Gruszka · 6 years ago
  37. 02d49a2 mt76x02: enable AP mode for USB by Stanislaw Gruszka · 6 years ago
  38. 87d5310 mt76: unify set_tim by Stanislaw Gruszka · 6 years ago
  39. 8300ee7 mt76x02u: add mt76_release_buffered_frames by Stanislaw Gruszka · 6 years ago
  40. f2276c2 mt76x02: make beacon slots bigger for USB by Stanislaw Gruszka · 6 years ago
  41. 7e07c27 mt76x02u: implement pre TBTT work for USB by Stanislaw Gruszka · 6 years ago
  42. b98558e mt76x02: disable HW encryption for group frames by Stanislaw Gruszka · 6 years ago
  43. 2baed5d mt76x02u: add sta_ps by Stanislaw Gruszka · 6 years ago
  44. 31cdd44 mt76x02: generalize some mmio beaconing functions by Stanislaw Gruszka · 6 years ago
  45. c6ad1fe mt76x02u: implement beacon_ops by Stanislaw Gruszka · 6 years ago
  46. c004b88 mt76x02: introduce beacon_ops by Stanislaw Gruszka · 6 years ago
  47. 5a3f1cc mt76x02: add hrtimer for pre TBTT for USB by Stanislaw Gruszka · 6 years ago
  48. 8d71aef mt76x02: introduce mt76x02_beacon.c by Stanislaw Gruszka · 6 years ago
  49. cadae47 mt76: usb: reduce code indentation in mt76u_alloc_tx by Lorenzo Bianconi · 6 years ago
  50. 4e04ba6 mt7603: core: do not use magic numbers in mt7603_reg_map by Lorenzo Bianconi · 6 years ago
  51. 047348f mt7603: remove mt7603_mcu_init routine by Lorenzo Bianconi · 6 years ago
  52. eb9ca7e mt76: dma: add static qualifier to mt76_dma_tx_queue_skb by Lorenzo Bianconi · 6 years ago
  53. b5903c4 mt76: introduce mt76_tx_info data structure by Lorenzo Bianconi · 6 years ago
  54. eb071ba mt76: move skb dma mapping before running tx_prepare_skb by Lorenzo Bianconi · 6 years ago
  55. 6610553 mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skb by Lorenzo Bianconi · 6 years ago
  56. 3bb45b5 mt76: move mt76x02_insert_hdr_pad in mt76-core module by Lorenzo Bianconi · 6 years ago
  57. d290c12 mt76: introduce mt76_txq_id field in mt76_queue_entry by Lorenzo Bianconi · 6 years ago
  58. af005f2 mt76: introduce mt76_sw_queue data structure by Lorenzo Bianconi · 6 years ago
  59. e226ba2 mt76: remove mt76_queue dependency from tx_complete_skb function pointer by Lorenzo Bianconi · 6 years ago
  60. 300832a mt76: remove mt76_queue dependency from tx_prepare_skb function pointer by Lorenzo Bianconi · 6 years ago
  61. 89a3784 mt76: remove mt76_queue dependency from tx_queue_skb function pointer by Lorenzo Bianconi · 6 years ago
  62. b1bfbe7 mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module by Lorenzo Bianconi · 6 years ago
  63. 9220f69 mt76: mmio: move mt76x02_set_irq_mask in mt76 module by Lorenzo Bianconi · 6 years ago
  64. e303748 rtw88: new Realtek 802.11ac driver by Yan-Hsuan Chuang · 6 years ago
  65. c745f72 Merge tag 'iwlwifi-next-for-kalle-2019-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by Kalle Valo · 6 years ago
  66. a0eaead iwlwifi: dbg_ini: check for valid region type during regions parsing by Shahar S Matityahu · 6 years ago
  67. 0aade8f iwlwifi: avoid allocating memory for region with disabled domain by Shahar S Matityahu · 6 years ago
  68. 391481a iwlwifi: dbg: replace dump info device family with HW type by Shahar S Matityahu · 6 years ago
  69. bfd8e3d iwlwifi: dbg_ini: add periodic trigger support by Shahar S Matityahu · 6 years ago
  70. 954454d iwlwifi: dbg_ini: add lmac and umac error tables dumping support by Shahar S Matityahu · 6 years ago
  71. b081e23 iwlwifi: parse command version TLV by Johannes Berg · 6 years ago
  72. 1da3823 iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page() by Luca Coelho · 6 years ago
  73. 11af74a iwlwifi: mvm: Don't sleep in RX path by Andrei Otcheretianski · 6 years ago
  74. fd986b0 iwlwifi: bump FW API to 48 for 22000 series by Luca Coelho · 6 years ago
  75. 529281b iwlwifi: mvm: limit TLC according to our HE capabilities by Liad Kaufman · 6 years ago
  76. aee1b63 iwlwifi: support fseq tlv and print fseq version by Shahar S Matityahu · 6 years ago
  77. cec2d4f iwlwifi: mvm: report FTM start time TSF when applicable by Avraham Stern · 6 years ago
  78. 0c546fb iwlwifi: mvm: support v2 of the WoWLAN patterns command by Luca Coelho · 6 years ago
  79. 30f24ea iwlwifi: pcie: don't crash on invalid RX interrupt by Johannes Berg · 6 years ago
  80. c5bf4fa iwlwifi: pcie: initialize debug_rfkill to -1 by Johannes Berg · 6 years ago
  81. 14cf9bc iwlwifi: Use correct channel_profile iniwl_get_nvm by YueHaibing · 6 years ago
  82. 9ef77fb brcmfmac: send mailbox interrupt twice for specific hardware device by Wright Feng · 6 years ago
  83. a0656c6 rtlwifi: rtl8192cu: remove set but not used variable 'turbo_scanoff' by YueHaibing · 6 years ago
  84. 0b2ff1f mwl8k: move spin_lock_bh to spin_lock in tasklet by Jeff Xie · 6 years ago
  85. 0b68fe1 qtnfmac: modify debugfs to support multiple cards by Sergey Matyukevich · 6 years ago
  86. 888f156 qtnfmac: allow to control DFS slave radar detection by Igor Mitsyanko · 6 years ago
  87. 4f87d48 qtnfmac: handle channel switch events for connected stations only by Sergey Matyukevich · 6 years ago
  88. 147b502 wlcore: simplify/fix/optimize reg_ch_conf_pending operations by Paolo Bonzini · 6 years ago
  89. 324f1fe Revert "brcmfmac: send mailbox interrupt twice for specific hardware device" by Kalle Valo · 6 years ago
  90. 99d94ef brcmfmac: send mailbox interrupt twice for specific hardware device by Wright Feng · 6 years ago
  91. d0e61a0 rt2x00: add RT3883 support by Gabor Juhos · 6 years ago
  92. b1a0ba8 brcmfmac: Add DMI nvram filename quirk for ACEPC T8 and T11 mini PCs by Hans de Goede · 6 years ago
  93. 8149069 p54: drop device reference count if fails to enable device by Pan Bian · 6 years ago
  94. 84242b8 rtlwifi: rtl8723ae: Fix missing break in switch statement by Gustavo A. R. Silva · 6 years ago
  95. 3b989e5 mwifiex: fix spelling mistake "capabilties" -> "capabilities" by Colin Ian King · 6 years ago
  96. b9574ce iwlegacy: fix spelling mistake "acumulative" -> "accumulative" by Colin Ian King · 6 years ago
  97. 938c7c8 mwifiex: add support for SD8987 chipset by Tamás Szűcs · 6 years ago
  98. 6b58320 mwl8k: Fix rate_idx underflow by Petr Štetiar · 6 years ago
  99. 09ac269 at76c50x-usb: Don't register led_trigger if usb_register_driver failed by YueHaibing · 6 years ago
  100. d171728 mwl8k: fix error handling in mwl8k_post_cmd() by Alexey Khoroshilov · 6 years ago