1. c8a04d9 mt76: move beacon_mask in mt76_dev by Lorenzo Bianconi · 6 years ago
  2. 3041c44 mt76: move beacon_int in mt76_dev by Lorenzo Bianconi · 6 years ago
  3. f8f527b mt76: usb: use EP max packet aligned buffer sizes for rx by Stanislaw Gruszka · 6 years ago
  4. 4d0fe26 mt76: mt7603: report firmware version using ethtool by Lorenzo Bianconi · 6 years ago
  5. e802794 mt76: fix endianness sparse warnings by Ryder Lee · 6 years ago
  6. 9c7c756 mt76: mt76x02: mt76x02_poll_tx() can be static by kbuild test robot · 6 years ago
  7. d422bb2 mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmware by Lorenzo Bianconi · 6 years ago
  8. a483481 mt76: mt7603: init mcu_restart function pointer by Lorenzo Bianconi · 6 years ago
  9. e2c2fd0 mt76: introduce mt76_mcu_restart macro by Lorenzo Bianconi · 6 years ago
  10. cc17387 mt76: mt7603: initialize mt76_mcu_ops data structure by Lorenzo Bianconi · 6 years ago
  11. 11ca82d mt76: mt7603: use standard signature for mt7603_mcu_msg_send by Lorenzo Bianconi · 6 years ago
  12. 114fe5e mt76: mt7603: remove query from mt7603_mcu_msg_send signature by Lorenzo Bianconi · 6 years ago
  13. b28e22b mt76: mt7615: use sizeof instead of sizeof_field by Felix Fietkau · 6 years ago
  14. 0f66947 mt76: mt7603: fix initialization of max rx length by Felix Fietkau · 6 years ago
  15. 6fe5333 mt76: mt76x02: remove irqsave/restore in locking for tx status fifo by Felix Fietkau · 6 years ago
  16. 2ac515a mt76: mt76x02: use napi polling for tx cleanup by Felix Fietkau · 6 years ago
  17. 091a79f mt76: mt76x02: remove bogus mutex usage by Stanislaw Gruszka · 6 years ago
  18. 39d501d mt76usb: fix tx/rx stop by Stanislaw Gruszka · 6 years ago
  19. 1fb869a mt76: mt76x02u: remove bogus stop on suspend by Stanislaw Gruszka · 6 years ago
  20. c92b526 MAINTAINERS: update entry for mt76 wireless driver by Ryder Lee · 6 years ago
  21. b183878 mt76: use macro for sn and seq_ctrl conversion by Ryder Lee · 6 years ago
  22. 6edf074 mt76: add unlikely() for dma_mapping_error() check by Ryder Lee · 6 years ago
  23. 04b8e65 mt76: add mac80211 driver for MT7615 PCIe-based chipsets by Ryder Lee · 6 years ago
  24. 598da38 mt76: dma: add skb check for dummy pointer by Lorenzo Bianconi · 6 years ago
  25. 6ca66722 mt76: dma: introduce skb field in mt76_txwi_cache by Lorenzo Bianconi · 6 years ago
  26. cfaae9e mt76: add skb pointer to mt76_tx_info by Lorenzo Bianconi · 6 years ago
  27. f3950a4 mt76: set txwi_size according to the driver value by Lorenzo Bianconi · 6 years ago
  28. ce0fd82 mt76: usb: reduce locking in mt76u_tx_tasklet by Lorenzo Bianconi · 6 years ago
  29. 37426fb mt76: move mac_work in mt76_dev by Lorenzo Bianconi · 6 years ago
  30. 41634aa mt76: only schedule txqs from the tx tasklet by Felix Fietkau · 6 years ago
  31. a33b8ab mt76: move tx tasklet to struct mt76_dev by Felix Fietkau · 6 years ago
  32. db9f11d mt76: store wcid tx rate info in one u32 reduce locking by Felix Fietkau · 6 years ago
  33. 2fe30dc mt76: reduce locking in mt76_dma_tx_cleanup by Felix Fietkau · 6 years ago
  34. 90fdc17 mt76: use mac80211 txq scheduling by Felix Fietkau · 6 years ago
  35. d908d4e mt76: use readl/writel instead of ioread32/iowrite32 by Felix Fietkau · 6 years ago
  36. cee646d mt76: fix tx power issues by Felix Fietkau · 6 years ago
  37. def34a2 mt76: introduce mt76_free_device routine by Lorenzo Bianconi · 6 years ago
  38. e5fc742 mt76usb: remove queue variable from rx_tasklet by Stanislaw Gruszka · 6 years ago
  39. 85d2955 mt76usb: allocate urb and sg as linear data by Stanislaw Gruszka · 6 years ago
  40. 7524c63 mt76usb: remove unneded sg_init_table by Stanislaw Gruszka · 6 years ago
  41. 48f5a90 mt76usb: resue mt76u_urb_alloc for tx by Stanislaw Gruszka · 6 years ago
  42. 1bb78d3 mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_alloc by Stanislaw Gruszka · 6 years ago
  43. d7d4ea9 mt76usb: remove mt76u_buf and use urb directly by Stanislaw Gruszka · 6 years ago
  44. 279ade9 mt76usb: move mt76u_buf->done to queue entry by Stanislaw Gruszka · 6 years ago
  45. 26031b3 mt76usb: remove mt76u_buf redundant fileds by Stanislaw Gruszka · 6 years ago
  46. 112f980 mt76usb: use usb_dev private data by Stanislaw Gruszka · 6 years ago
  47. 9272407 mt76usb: change mt76u_fill_rx_sg arguments by Stanislaw Gruszka · 6 years ago
  48. 069e2d3 mt76: remove rx_page_lock by Stanislaw Gruszka · 6 years ago
  49. a5ba16e mt76usb: change mt76u_submit_buf by Stanislaw Gruszka · 6 years ago
  50. 02d49a2 mt76x02: enable AP mode for USB by Stanislaw Gruszka · 6 years ago
  51. 87d5310 mt76: unify set_tim by Stanislaw Gruszka · 6 years ago
  52. 8300ee7 mt76x02u: add mt76_release_buffered_frames by Stanislaw Gruszka · 6 years ago
  53. f2276c2 mt76x02: make beacon slots bigger for USB by Stanislaw Gruszka · 6 years ago
  54. 7e07c27 mt76x02u: implement pre TBTT work for USB by Stanislaw Gruszka · 6 years ago
  55. b98558e mt76x02: disable HW encryption for group frames by Stanislaw Gruszka · 6 years ago
  56. 2baed5d mt76x02u: add sta_ps by Stanislaw Gruszka · 6 years ago
  57. 31cdd44 mt76x02: generalize some mmio beaconing functions by Stanislaw Gruszka · 6 years ago
  58. c6ad1fe mt76x02u: implement beacon_ops by Stanislaw Gruszka · 6 years ago
  59. c004b88 mt76x02: introduce beacon_ops by Stanislaw Gruszka · 6 years ago
  60. 5a3f1cc mt76x02: add hrtimer for pre TBTT for USB by Stanislaw Gruszka · 6 years ago
  61. 8d71aef mt76x02: introduce mt76x02_beacon.c by Stanislaw Gruszka · 6 years ago
  62. cadae47 mt76: usb: reduce code indentation in mt76u_alloc_tx by Lorenzo Bianconi · 6 years ago
  63. 4e04ba6 mt7603: core: do not use magic numbers in mt7603_reg_map by Lorenzo Bianconi · 6 years ago
  64. 047348f mt7603: remove mt7603_mcu_init routine by Lorenzo Bianconi · 6 years ago
  65. eb9ca7e mt76: dma: add static qualifier to mt76_dma_tx_queue_skb by Lorenzo Bianconi · 6 years ago
  66. b5903c4 mt76: introduce mt76_tx_info data structure by Lorenzo Bianconi · 6 years ago
  67. eb071ba mt76: move skb dma mapping before running tx_prepare_skb by Lorenzo Bianconi · 6 years ago
  68. 6610553 mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skb by Lorenzo Bianconi · 6 years ago
  69. 3bb45b5 mt76: move mt76x02_insert_hdr_pad in mt76-core module by Lorenzo Bianconi · 6 years ago
  70. d290c12 mt76: introduce mt76_txq_id field in mt76_queue_entry by Lorenzo Bianconi · 6 years ago
  71. af005f2 mt76: introduce mt76_sw_queue data structure by Lorenzo Bianconi · 6 years ago
  72. e226ba2 mt76: remove mt76_queue dependency from tx_complete_skb function pointer by Lorenzo Bianconi · 6 years ago
  73. 300832a mt76: remove mt76_queue dependency from tx_prepare_skb function pointer by Lorenzo Bianconi · 6 years ago
  74. 89a3784 mt76: remove mt76_queue dependency from tx_queue_skb function pointer by Lorenzo Bianconi · 6 years ago
  75. b1bfbe7 mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module by Lorenzo Bianconi · 6 years ago
  76. 9220f69 mt76: mmio: move mt76x02_set_irq_mask in mt76 module by Lorenzo Bianconi · 6 years ago
  77. e303748 rtw88: new Realtek 802.11ac driver by Yan-Hsuan Chuang · 6 years ago
  78. 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
  79. a0eaead iwlwifi: dbg_ini: check for valid region type during regions parsing by Shahar S Matityahu · 6 years ago
  80. 0aade8f iwlwifi: avoid allocating memory for region with disabled domain by Shahar S Matityahu · 6 years ago
  81. 391481a iwlwifi: dbg: replace dump info device family with HW type by Shahar S Matityahu · 6 years ago
  82. bfd8e3d iwlwifi: dbg_ini: add periodic trigger support by Shahar S Matityahu · 6 years ago
  83. 954454d iwlwifi: dbg_ini: add lmac and umac error tables dumping support by Shahar S Matityahu · 6 years ago
  84. b081e23 iwlwifi: parse command version TLV by Johannes Berg · 6 years ago
  85. 1da3823 iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page() by Luca Coelho · 6 years ago
  86. 11af74a iwlwifi: mvm: Don't sleep in RX path by Andrei Otcheretianski · 6 years ago
  87. fd986b0 iwlwifi: bump FW API to 48 for 22000 series by Luca Coelho · 6 years ago
  88. 529281b iwlwifi: mvm: limit TLC according to our HE capabilities by Liad Kaufman · 6 years ago
  89. aee1b63 iwlwifi: support fseq tlv and print fseq version by Shahar S Matityahu · 6 years ago
  90. cec2d4f iwlwifi: mvm: report FTM start time TSF when applicable by Avraham Stern · 6 years ago
  91. 0c546fb iwlwifi: mvm: support v2 of the WoWLAN patterns command by Luca Coelho · 6 years ago
  92. 30f24ea iwlwifi: pcie: don't crash on invalid RX interrupt by Johannes Berg · 6 years ago
  93. c5bf4fa iwlwifi: pcie: initialize debug_rfkill to -1 by Johannes Berg · 6 years ago
  94. 14cf9bc iwlwifi: Use correct channel_profile iniwl_get_nvm by YueHaibing · 6 years ago
  95. 9ef77fb brcmfmac: send mailbox interrupt twice for specific hardware device by Wright Feng · 6 years ago
  96. a0656c6 rtlwifi: rtl8192cu: remove set but not used variable 'turbo_scanoff' by YueHaibing · 6 years ago
  97. 0b2ff1f mwl8k: move spin_lock_bh to spin_lock in tasklet by Jeff Xie · 6 years ago
  98. 0b68fe1 qtnfmac: modify debugfs to support multiple cards by Sergey Matyukevich · 6 years ago
  99. 888f156 qtnfmac: allow to control DFS slave radar detection by Igor Mitsyanko · 6 years ago
  100. 4f87d48 qtnfmac: handle channel switch events for connected stations only by Sergey Matyukevich · 6 years ago