1. 237b47e rtw88: Make RA_MASK macros ULL by Nathan Chancellor · 6 years ago
  2. aa8eaaa rtw88: phy: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  3. b85bd9a rtw88: fix shift of more than 32 bits of a integer by Colin Ian King · 6 years ago
  4. 5a489b99 Merge tag 'mt76-for-kvalo-2019-05-01' of https://github.com/nbd168/wireless by Kalle Valo · 6 years ago
  5. 47dd82e brcmfmac: print firmware messages after a firmware crash by Rafał Miłecki · 6 years ago
  6. 2d91c8a brcmfmac: set txflow request id from 1 to pktids array size by Wright Feng · 6 years ago
  7. e025da3 brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler() by Dan Carpenter · 6 years ago
  8. 4d2a6f7 mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eeprom by Lorenzo Bianconi · 6 years ago
  9. ae66068 mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_complete by Lorenzo Bianconi · 6 years ago
  10. bd11580 mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channel by Lorenzo Bianconi · 6 years ago
  11. dc6057f mt76: move pre_tbtt_tasklet in mt76_dev by Lorenzo Bianconi · 6 years ago
  12. f1103fa mt76: add TX/RX antenna pattern capabilities by Ryder Lee · 6 years ago
  13. c8a04d9 mt76: move beacon_mask in mt76_dev by Lorenzo Bianconi · 6 years ago
  14. 3041c44 mt76: move beacon_int in mt76_dev by Lorenzo Bianconi · 6 years ago
  15. f8f527b mt76: usb: use EP max packet aligned buffer sizes for rx by Stanislaw Gruszka · 6 years ago
  16. 4d0fe26 mt76: mt7603: report firmware version using ethtool by Lorenzo Bianconi · 6 years ago
  17. e802794 mt76: fix endianness sparse warnings by Ryder Lee · 6 years ago
  18. 9c7c756 mt76: mt76x02: mt76x02_poll_tx() can be static by kbuild test robot · 6 years ago
  19. d422bb2 mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmware by Lorenzo Bianconi · 6 years ago
  20. a483481 mt76: mt7603: init mcu_restart function pointer by Lorenzo Bianconi · 6 years ago
  21. e2c2fd0 mt76: introduce mt76_mcu_restart macro by Lorenzo Bianconi · 6 years ago
  22. cc17387 mt76: mt7603: initialize mt76_mcu_ops data structure by Lorenzo Bianconi · 6 years ago
  23. 11ca82d mt76: mt7603: use standard signature for mt7603_mcu_msg_send by Lorenzo Bianconi · 6 years ago
  24. 114fe5e mt76: mt7603: remove query from mt7603_mcu_msg_send signature by Lorenzo Bianconi · 6 years ago
  25. b28e22b mt76: mt7615: use sizeof instead of sizeof_field by Felix Fietkau · 6 years ago
  26. 0f66947 mt76: mt7603: fix initialization of max rx length by Felix Fietkau · 6 years ago
  27. 6fe5333 mt76: mt76x02: remove irqsave/restore in locking for tx status fifo by Felix Fietkau · 6 years ago
  28. 2ac515a mt76: mt76x02: use napi polling for tx cleanup by Felix Fietkau · 6 years ago
  29. 091a79f mt76: mt76x02: remove bogus mutex usage by Stanislaw Gruszka · 6 years ago
  30. 39d501d mt76usb: fix tx/rx stop by Stanislaw Gruszka · 6 years ago
  31. 1fb869a mt76: mt76x02u: remove bogus stop on suspend by Stanislaw Gruszka · 6 years ago
  32. c92b526 MAINTAINERS: update entry for mt76 wireless driver by Ryder Lee · 6 years ago
  33. b183878 mt76: use macro for sn and seq_ctrl conversion by Ryder Lee · 6 years ago
  34. 6edf074 mt76: add unlikely() for dma_mapping_error() check by Ryder Lee · 6 years ago
  35. 04b8e65 mt76: add mac80211 driver for MT7615 PCIe-based chipsets by Ryder Lee · 6 years ago
  36. 598da38 mt76: dma: add skb check for dummy pointer by Lorenzo Bianconi · 6 years ago
  37. 6ca66722 mt76: dma: introduce skb field in mt76_txwi_cache by Lorenzo Bianconi · 6 years ago
  38. cfaae9e mt76: add skb pointer to mt76_tx_info by Lorenzo Bianconi · 6 years ago
  39. f3950a4 mt76: set txwi_size according to the driver value by Lorenzo Bianconi · 6 years ago
  40. ce0fd82 mt76: usb: reduce locking in mt76u_tx_tasklet by Lorenzo Bianconi · 6 years ago
  41. 37426fb mt76: move mac_work in mt76_dev by Lorenzo Bianconi · 6 years ago
  42. 41634aa mt76: only schedule txqs from the tx tasklet by Felix Fietkau · 6 years ago
  43. a33b8ab mt76: move tx tasklet to struct mt76_dev by Felix Fietkau · 6 years ago
  44. db9f11d mt76: store wcid tx rate info in one u32 reduce locking by Felix Fietkau · 6 years ago
  45. 2fe30dc mt76: reduce locking in mt76_dma_tx_cleanup by Felix Fietkau · 6 years ago
  46. 90fdc17 mt76: use mac80211 txq scheduling by Felix Fietkau · 6 years ago
  47. d908d4e mt76: use readl/writel instead of ioread32/iowrite32 by Felix Fietkau · 6 years ago
  48. cee646d mt76: fix tx power issues by Felix Fietkau · 6 years ago
  49. def34a2 mt76: introduce mt76_free_device routine by Lorenzo Bianconi · 6 years ago
  50. e5fc742 mt76usb: remove queue variable from rx_tasklet by Stanislaw Gruszka · 6 years ago
  51. 85d2955 mt76usb: allocate urb and sg as linear data by Stanislaw Gruszka · 6 years ago
  52. 7524c63 mt76usb: remove unneded sg_init_table by Stanislaw Gruszka · 6 years ago
  53. 48f5a90 mt76usb: resue mt76u_urb_alloc for tx by Stanislaw Gruszka · 6 years ago
  54. 1bb78d3 mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_alloc by Stanislaw Gruszka · 6 years ago
  55. d7d4ea9 mt76usb: remove mt76u_buf and use urb directly by Stanislaw Gruszka · 6 years ago
  56. 279ade9 mt76usb: move mt76u_buf->done to queue entry by Stanislaw Gruszka · 6 years ago
  57. 26031b3 mt76usb: remove mt76u_buf redundant fileds by Stanislaw Gruszka · 6 years ago
  58. 112f980 mt76usb: use usb_dev private data by Stanislaw Gruszka · 6 years ago
  59. 9272407 mt76usb: change mt76u_fill_rx_sg arguments by Stanislaw Gruszka · 6 years ago
  60. 069e2d3 mt76: remove rx_page_lock by Stanislaw Gruszka · 6 years ago
  61. a5ba16e mt76usb: change mt76u_submit_buf by Stanislaw Gruszka · 6 years ago
  62. 02d49a2 mt76x02: enable AP mode for USB by Stanislaw Gruszka · 6 years ago
  63. 87d5310 mt76: unify set_tim by Stanislaw Gruszka · 6 years ago
  64. 8300ee7 mt76x02u: add mt76_release_buffered_frames by Stanislaw Gruszka · 6 years ago
  65. f2276c2 mt76x02: make beacon slots bigger for USB by Stanislaw Gruszka · 6 years ago
  66. 7e07c27 mt76x02u: implement pre TBTT work for USB by Stanislaw Gruszka · 6 years ago
  67. b98558e mt76x02: disable HW encryption for group frames by Stanislaw Gruszka · 6 years ago
  68. 2baed5d mt76x02u: add sta_ps by Stanislaw Gruszka · 6 years ago
  69. 31cdd44 mt76x02: generalize some mmio beaconing functions by Stanislaw Gruszka · 6 years ago
  70. c6ad1fe mt76x02u: implement beacon_ops by Stanislaw Gruszka · 6 years ago
  71. c004b88 mt76x02: introduce beacon_ops by Stanislaw Gruszka · 6 years ago
  72. 5a3f1cc mt76x02: add hrtimer for pre TBTT for USB by Stanislaw Gruszka · 6 years ago
  73. 8d71aef mt76x02: introduce mt76x02_beacon.c by Stanislaw Gruszka · 6 years ago
  74. cadae47 mt76: usb: reduce code indentation in mt76u_alloc_tx by Lorenzo Bianconi · 6 years ago
  75. 4e04ba6 mt7603: core: do not use magic numbers in mt7603_reg_map by Lorenzo Bianconi · 6 years ago
  76. 047348f mt7603: remove mt7603_mcu_init routine by Lorenzo Bianconi · 6 years ago
  77. eb9ca7e mt76: dma: add static qualifier to mt76_dma_tx_queue_skb by Lorenzo Bianconi · 6 years ago
  78. b5903c4 mt76: introduce mt76_tx_info data structure by Lorenzo Bianconi · 6 years ago
  79. eb071ba mt76: move skb dma mapping before running tx_prepare_skb by Lorenzo Bianconi · 6 years ago
  80. 6610553 mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skb by Lorenzo Bianconi · 6 years ago
  81. 3bb45b5 mt76: move mt76x02_insert_hdr_pad in mt76-core module by Lorenzo Bianconi · 6 years ago
  82. d290c12 mt76: introduce mt76_txq_id field in mt76_queue_entry by Lorenzo Bianconi · 6 years ago
  83. af005f2 mt76: introduce mt76_sw_queue data structure by Lorenzo Bianconi · 6 years ago
  84. e226ba2 mt76: remove mt76_queue dependency from tx_complete_skb function pointer by Lorenzo Bianconi · 6 years ago
  85. 300832a mt76: remove mt76_queue dependency from tx_prepare_skb function pointer by Lorenzo Bianconi · 6 years ago
  86. 89a3784 mt76: remove mt76_queue dependency from tx_queue_skb function pointer by Lorenzo Bianconi · 6 years ago
  87. b1bfbe7 mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module by Lorenzo Bianconi · 6 years ago
  88. 9220f69 mt76: mmio: move mt76x02_set_irq_mask in mt76 module by Lorenzo Bianconi · 6 years ago
  89. e303748 rtw88: new Realtek 802.11ac driver by Yan-Hsuan Chuang · 6 years ago
  90. 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
  91. a0eaead iwlwifi: dbg_ini: check for valid region type during regions parsing by Shahar S Matityahu · 6 years ago
  92. 0aade8f iwlwifi: avoid allocating memory for region with disabled domain by Shahar S Matityahu · 6 years ago
  93. 391481a iwlwifi: dbg: replace dump info device family with HW type by Shahar S Matityahu · 6 years ago
  94. bfd8e3d iwlwifi: dbg_ini: add periodic trigger support by Shahar S Matityahu · 6 years ago
  95. 954454d iwlwifi: dbg_ini: add lmac and umac error tables dumping support by Shahar S Matityahu · 6 years ago
  96. b081e23 iwlwifi: parse command version TLV by Johannes Berg · 6 years ago
  97. 1da3823 iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page() by Luca Coelho · 6 years ago
  98. 11af74a iwlwifi: mvm: Don't sleep in RX path by Andrei Otcheretianski · 6 years ago
  99. fd986b0 iwlwifi: bump FW API to 48 for 22000 series by Luca Coelho · 6 years ago
  100. 529281b iwlwifi: mvm: limit TLC according to our HE capabilities by Liad Kaufman · 6 years ago