index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7615
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-09-25
Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...
David S. Miller
20
-346
/
+466
2020-09-24
mt76: mt7663s: remove max_tx_fragments limitation
Lorenzo Bianconi
1
-6
/
+7
2020-09-24
mt76: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-14
/
+3
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+4
2020-09-24
mt76: mt7615: unlock dfs bands
Lorenzo Bianconi
1
-2
/
+23
2020-09-24
mt76: mt7663: check isr read return value in mt7663s_rx_work
Lorenzo Bianconi
1
-2
/
+5
2020-09-24
mt76: mt7663s: introduce sdio tx aggregation
Lorenzo Bianconi
2
-15
/
+46
2020-09-24
mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quota
Lorenzo Bianconi
1
-13
/
+30
2020-09-24
mt76: move pad estimation out of mt76_skb_adjust_pad
Lorenzo Bianconi
3
-4
/
+10
2020-09-24
mt76: mt7663s: introduce __mt7663s_xmit_queue routine
Lorenzo Bianconi
1
-13
/
+22
2020-09-24
mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quota
Lorenzo Bianconi
1
-25
/
+31
2020-09-24
mt76: mt7663s: do not use altx for ctl/mgmt traffic
Lorenzo Bianconi
2
-10
/
+4
2020-09-24
mt76: mt7622: fix fw hang on mt7622
Lorenzo Bianconi
1
-14
/
+32
2020-09-24
mt76: mt7615: fix VHT LDPC capability
Ryder Lee
1
-2
/
+2
2020-09-24
mt76: mt7615: Remove set but unused variable 'index'
Wang Hai
1
-3
/
+0
2020-09-24
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
1
-3
/
+0
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
5
-9
/
+7
2020-09-24
mt76: mt7615: fix antenna selection for testmode tx_frames
Felix Fietkau
2
-9
/
+1
2020-09-24
mt76: mt7615: fix MT_ANT_SWITCH_CON register definition
Felix Fietkau
1
-1
/
+1
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
5
-25
/
+18
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
3
-3
/
+10
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
1
-2
/
+0
2020-09-24
mt76: remove qid argument to drv->tx_complete_skb
Felix Fietkau
3
-6
/
+2
2020-09-24
mt76: sdio: fix use of q->head and q->tail
Felix Fietkau
1
-3
/
+3
2020-09-24
mt76: mt7615: significantly reduce interrupt load
Felix Fietkau
4
-25
/
+20
2020-09-24
mt76: mt7663u: fix dma header initialization
Lorenzo Bianconi
2
-3
/
+8
2020-09-24
mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_work
Lorenzo Bianconi
1
-1
/
+2
2020-09-24
mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_power
Lorenzo Bianconi
1
-2
/
+4
2020-09-24
mt76: mt7663s: fix unable to handle kernel paging request
Sean Wang
2
-9
/
+17
2020-09-24
mt76: mt7663s: fix resume failure
Sean Wang
1
-0
/
+2
2020-09-24
mt76: mt7663s: use NULL instead of 0 in sdio code
Lorenzo Bianconi
2
-4
/
+4
2020-09-24
mt76: mt7615: release mutex in mt7615_reset_test_set
Lorenzo Bianconi
1
-3
/
+2
2020-09-24
mt76: mt7615: remove mtxq->agg_ssn assignment
Felix Fietkau
1
-1
/
+0
2020-09-24
mt76: mt7615: do not do any work in napi poll after calling napi_complete_done()
Felix Fietkau
1
-5
/
+3
2020-09-24
mt76: mt7615: only clear unmasked interrupts in irq tasklet
Felix Fietkau
1
-11
/
+8
2020-09-24
mt76: set interrupt mask register to 0 before requesting irq
Felix Fietkau
1
-0
/
+2
2020-09-24
mt76: fix double DMA unmap of the first buffer on 7615/7915
Felix Fietkau
1
-0
/
+1
2020-09-24
mt76: mt76s: move tx/rx processing in 2 separate works
Lorenzo Bianconi
2
-11
/
+13
2020-09-24
mt76: mt76s: move status processing in txrx wq
Lorenzo Bianconi
1
-3
/
+3
2020-09-24
mt76: mt7663s: move rx processing in txrx wq
Lorenzo Bianconi
3
-29
/
+55
2020-09-24
mt76: mt76s: move tx processing in a dedicated wq
Lorenzo Bianconi
3
-44
/
+23
2020-09-24
mt76: mt7615: reschedule runtime-pm receiving a tx interrupt
Lorenzo Bianconi
3
-0
/
+7
2020-09-24
mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_update
Lorenzo Bianconi
1
-0
/
+3
2020-09-24
mt76: mt7663s: move drv_own/fw_own in mt7615_mcu_ops
Lorenzo Bianconi
3
-7
/
+15
2020-09-24
mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops
Lorenzo Bianconi
4
-83
/
+89
2020-09-24
mt76: mt7615: register ext_phy if DBDC is detected
Shayne Chen
3
-0
/
+7
2020-09-24
mt76: mt7615: reduce maximum VHT MPDU length to 7991
Felix Fietkau
1
-1
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-08-27
mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing sta...
Felix Fietkau
1
-1
/
+2
[next]