index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
switchdev
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
mt76: mt7615: rework rx phy index handling
Felix Fietkau
4
-50
/
+75
2020-02-14
mt76: fix rounding issues on converting per-chain and combined txpower
Felix Fietkau
4
-36
/
+15
2020-02-14
mt76: mt76x2: avoid starting the MAC too early
Felix Fietkau
1
-1
/
+1
2020-02-14
mt76: avoid extra RCU synchronization on station removal
Felix Fietkau
9
-3
/
+23
2020-02-14
mt76: mt7615: fix monitor mode on second PHY
Felix Fietkau
2
-4
/
+10
2020-02-14
mt76: mt7615: fix adding active monitor interfaces
Felix Fietkau
1
-0
/
+1
2020-02-14
mt76: mt7615: switch mt7615_mcu_set_rx_ba to v2 format
Ryder Lee
1
-28
/
+34
2020-02-14
mt76: mt7615: switch mt7615_mcu_set_tx_ba to v2 format
Ryder Lee
1
-27
/
+33
2020-02-14
mt76: mt7615: use new tag sta_rec_wtbl
Ryder Lee
2
-3
/
+27
2020-02-14
mt76: mt7615: add starec operating flow for firmware v2
Ryder Lee
2
-6
/
+19
2020-02-14
mt76: mt7615: add a helper to encapsulate sta_rec operation
Ryder Lee
1
-57
/
+65
2020-02-14
mt76: mt7615: simplify mcu_set_sta flow
Ryder Lee
3
-191
/
+153
2020-02-14
mt76: mt7615: simplify mcu_set_bmc flow
Ryder Lee
3
-61
/
+45
2020-02-14
mt76: mt7615: add support for testing hardware reset
Felix Fietkau
1
-0
/
+24
2020-02-14
mt76: mt7615: implement hardware reset support
Felix Fietkau
8
-2
/
+171
2020-02-14
mt76: mt7615: report firmware log event messages
Felix Fietkau
4
-0
/
+70
2020-02-14
mt76: mt7615: fix and rework tx power handling
Felix Fietkau
4
-75
/
+105
2020-02-14
mt76: mt7615: add Kconfig entry for MT7622
Felix Fietkau
1
-0
/
+11
2020-02-14
mt76: mt7615: disable DBDC on MT7622
Felix Fietkau
1
-0
/
+3
2020-02-14
mt76: mt7615: decrease rx ring size for MT7622
Felix Fietkau
1
-2
/
+5
2020-02-14
mt76: mt7615: implement DMA support for MT7622
Felix Fietkau
4
-60
/
+200
2020-02-14
mt76: mt7615: implement probing and firmware loading on MT7622
Felix Fietkau
8
-13
/
+213
2020-02-14
mt76: mt7615: disable 5 GHz on MT7622
Felix Fietkau
1
-0
/
+3
2020-02-14
mt76: mt7615: add calibration free support for MT7622
Felix Fietkau
1
-0
/
+22
2020-02-14
mt76: mt7615: add eeprom support for MT7622
Felix Fietkau
3
-7
/
+14
2020-02-14
mt76: mt7615: add dma and tx queue initialization for MT7622
Felix Fietkau
3
-51
/
+154
2020-02-14
mt76: mt7615: fix MT_INT_TX_DONE_ALL definition for MT7622
Felix Fietkau
1
-1
/
+1
2020-02-14
mt76: mt7615: store N9 firmware version instead of CR4
Felix Fietkau
1
-4
/
+4
2020-02-14
mt76: mt7615: split up firmware loading functions
Felix Fietkau
1
-6
/
+26
2020-02-14
mt76: mt7615: move mmio related code from pci.c to mmio.c
Felix Fietkau
4
-97
/
+108
2020-02-14
mt76: mt7615: add __aligned(4) to txp structs
Felix Fietkau
1
-2
/
+2
2020-02-14
dt-bindings: net: wireless: mt76: document bindings for MT7622
Felix Fietkau
1
-3
/
+23
2020-02-14
mt76: enable Airtime Queue Limit support
Felix Fietkau
1
-0
/
+1
2020-02-14
mt76: mt7603: increase dma mcu rx ring size
Felix Fietkau
2
-1
/
+2
2020-02-14
mt76: dma: do not write cpu_idx on rx queue reset until after refill
Felix Fietkau
1
-7
/
+8
2020-02-14
mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_raw
Felix Fietkau
1
-1
/
+8
2020-02-14
mt76: set dma-done flag for flushed descriptors
Felix Fietkau
1
-1
/
+3
2020-02-14
mt76: mt76u: introduce MT_DRV_RX_DMA_HDR flag
Lorenzo Bianconi
2
-12
/
+20
2020-02-14
mt76: mt76u: add endpoint to mt76u_bulk_msg signature
Lorenzo Bianconi
2
-6
/
+9
2020-02-14
mt76: mt76u: introduce mt76u_skb_dma_info routine
Lorenzo Bianconi
3
-23
/
+32
2020-02-14
mt76: mt76u: take into account different queue mapping for 7663
Lorenzo Bianconi
1
-1
/
+9
2020-02-14
mt76: mt76u: add {read/write}_extended utility routines
Lorenzo Bianconi
4
-29
/
+123
2020-02-14
mt76: mt76u: introduce mt76u_alloc_mcu_queue utility routine
Lorenzo Bianconi
2
-0
/
+7
2020-02-14
mt76: mt76u: resume all rx queue in mt76u_resume_rx
Lorenzo Bianconi
1
-5
/
+16
2020-02-14
mt76: mt76u: add queue parameter to mt76u_rx_urb_alloc
Lorenzo Bianconi
1
-8
/
+9
2020-02-14
mt76: mt76u: add mt76u_alloc_rx_queue utility routine
Lorenzo Bianconi
1
-4
/
+5
2020-02-14
mt76: mt76u: stop/free all possible rx queues
Lorenzo Bianconi
1
-6
/
+19
2020-02-14
mt76: mt76u: introduce mt76u_free_rx_queue utility routine
Lorenzo Bianconi
1
-2
/
+9
2020-02-14
mt76: mt76u: move mcu buffer allocation in mt76x02u drivers
Lorenzo Bianconi
3
-5
/
+12
2020-02-14
mt76: mt76u: add queue id parameter to mt76u_submit_rx_buffers
Lorenzo Bianconi
1
-5
/
+6
[next]