index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
mt76x02: avoid status_list.lock and sta->rate_ctrl_lock dependency
Stanislaw Gruszka
1
-6
/
+8
2019-04-12
mt76: mt7603: send BAR after powersave wakeup
Felix Fietkau
1
-1
/
+1
2019-04-12
mt76: mt7603: fix sequence number assignment
Felix Fietkau
3
-43
/
+18
2019-04-12
mt76: mt7603: add missing initialization for dev->ps_lock
Felix Fietkau
1
-0
/
+2
2019-03-19
mt76x02: do not enable RTS/CTS by default
Stanislaw Gruszka
3
-3
/
+2
2019-03-19
mt76: fix schedule while atomic in mt76x02_reset_state
Lorenzo Bianconi
3
-16
/
+23
2019-03-19
mt76: mt7603: use the correct hweight8() function
Felix Fietkau
3
-4
/
+3
2019-03-19
mt76x02u: check chip version on probe
Stanislaw Gruszka
3
-3
/
+18
2019-03-19
mt7601u: check chip version on probe
Stanislaw Gruszka
1
-0
/
+4
2019-03-07
mt76x2u: remove duplicated entry in mt76x2u_device_table
Lorenzo Bianconi
1
-2
/
+1
2019-03-07
mt76: fix return value check in mt76_wmac_probe()
Wei Yongjun
1
-2
/
+2
2019-03-07
mt76: mt7603: set moredata flag when queueing ps-filtered packets
Felix Fietkau
1
-0
/
+11
2019-03-07
mt76: mt76x02: disable ED/CCA by default
Felix Fietkau
3
-1
/
+30
2019-03-07
mt76: when releasing PS frames, end the service period if no frame was found
Felix Fietkau
1
-0
/
+3
2019-03-07
mt76: mt7603: clear the service period on releasing PS filtered packets
Felix Fietkau
1
-0
/
+3
2019-03-07
mt76: mt7603: notify mac80211 about buffered frames in ps queue
Felix Fietkau
1
-2
/
+11
2019-03-07
mt76: mt7603: fix up hardware queue index for PS filtered packets
Felix Fietkau
1
-0
/
+4
2019-03-07
mt76: mt7603: clear ps filtering mode before releasing buffered frames
Felix Fietkau
1
-0
/
+2
2019-03-07
mt76: mt76x2: fix 2.4 GHz channel gain settings
Felix Fietkau
1
-5
/
+14
2019-03-07
mt76: mt76x2: fix external LNA gain settings
Felix Fietkau
1
-3
/
+8
2019-03-07
mt76: mt7603: fix tx status HT rate validation
Felix Fietkau
1
-1
/
+1
2019-03-07
mt76: mt76x02: reduce false positives in ED/CCA tx blocking
Felix Fietkau
3
-4
/
+26
2019-03-07
mt76: mt76x02: only update the base mac address if necessary
Felix Fietkau
1
-4
/
+6
2019-03-07
mt76x02: fix hdr pointer in write txwi for USB
Stanislaw Gruszka
1
-1
/
+2
2019-03-07
mt76: mt76x2: implement full device restart on watchdog reset
Felix Fietkau
9
-9
/
+132
2019-03-07
mt76: mt76x02: when setting a key, use PN from mac80211
Felix Fietkau
1
-1
/
+15
2019-03-07
mt76: rewrite dma descriptor base and ring size on queue reset
Felix Fietkau
1
-0
/
+2
2019-03-07
mt76: introduce q->stopped parameter
Lorenzo Bianconi
4
-3
/
+14
2019-02-28
mt76: fix a leaked reference by adding a missing of_node_put
Wen Yang
1
-8
/
+16
2019-02-26
mt76: add driver for MT7603E and MT7628/7688
Felix Fietkau
20
-0
/
+5864
2019-02-26
mt76: add driver callback for when a sta is associated
Felix Fietkau
2
-0
/
+8
2019-02-26
mt76: remove no longer used routine declarations
Lorenzo Bianconi
2
-13
/
+5
2019-02-26
mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entry
Lorenzo Bianconi
1
-1
/
+1
2019-02-26
mt76: usb: simplify mt76u_tx_build_sg routine
Lorenzo Bianconi
1
-14
/
+3
2019-02-26
mt76: usb: simplify rx buffer allocation
Lorenzo Bianconi
2
-51
/
+27
2019-02-26
mt76: usb: introduce mt76u_fill_bulk_urb routine
Lorenzo Bianconi
1
-19
/
+26
2019-02-26
mt76: usb: fix warning in mt76u_buf_free
Lorenzo Bianconi
1
-7
/
+2
2019-02-26
mt76usb: remove usb_mcu.c
Stanislaw Gruszka
6
-47
/
+6
2019-02-26
mt76usb: use synchronous msg for mcu command responses
Stanislaw Gruszka
6
-74
/
+15
2019-02-26
mt76usb: allow mt76u_bulk_msg be used for reads
Stanislaw Gruszka
2
-6
/
+10
2019-02-26
mt76: mt76x02: set MT_TXOP_HLDR_TX40M_BLK_EN for mt76x2
Felix Fietkau
1
-3
/
+3
2019-02-26
mt76: mt76x2: unify mt76x2[u]_mac_resume
Felix Fietkau
6
-18
/
+9
2019-02-26
mt76: mt76x02: fix ED/CCA enabling/disabling
Felix Fietkau
8
-16
/
+14
2019-02-26
mt76: mt76x02: issue watchdog reset on MCU request timeout
Felix Fietkau
3
-9
/
+21
2019-02-26
mt76: mt76x02: only reset beacon drift counter when enabling beacons
Felix Fietkau
2
-1
/
+3
2019-02-26
mt76: mt76x02: fix beacon timer issue
Felix Fietkau
1
-3
/
+3
2019-02-26
mt76: mt76x02: fix beacon timer drift adjustment
Felix Fietkau
1
-7
/
+7
2019-02-26
mt76: mt76x02: fix TSF sync mode
Felix Fietkau
1
-1
/
+1
2019-02-18
mt76: mt76x2: simplify per-chain signal strength handling
Felix Fietkau
1
-7
/
+8
2019-02-18
mt76: fix resetting software IV flag on key delete
Felix Fietkau
1
-1
/
+1
[next]