index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-02-18
mt76: fix corrupted software generated tx CCMP PN
Felix Fietkau
1
-1
/
+1
2019-02-18
mt76: fix tx status timeout processing
Felix Fietkau
1
-4
/
+1
2019-02-18
mt76: Use the correct hweight8() function
Ben Hutchings
1
-2
/
+2
2019-02-18
mt76x02u: remove bogus check and comment padding
Stanislaw Gruszka
1
-5
/
+9
2019-02-18
mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rx
Lorenzo Bianconi
1
-1
/
+2
2019-02-18
mt76: usb: introduce disable_usb_sg parameter
Lorenzo Bianconi
1
-1
/
+5
2019-02-18
mt76: usb: use a linear buffer for tx/rx datapath if sg is not supported
Lorenzo Bianconi
1
-33
/
+54
2019-02-18
mt76: usb: do not use sg buffers for mcu messages
Lorenzo Bianconi
4
-13
/
+36
2019-02-18
mt76: usb: move mt76u_check_sg in usb.c
Lorenzo Bianconi
4
-13
/
+16
2019-02-18
mt76: usb: do not run mt76u_queues_deinit twice
Lorenzo Bianconi
1
-9
/
+2
2019-02-18
mt76: usb: fix possible memory leak in mt76u_buf_free
Lorenzo Bianconi
1
-4
/
+10
2019-02-18
mt76: usb: fix possible NULL pointer dereference in mt76u_mcu_deinit
Lorenzo Bianconi
1
-3
/
+5
2019-02-18
mt76x02u: use usb_bulk_msg to upload firmware
Stanislaw Gruszka
3
-37
/
+29
2019-02-18
mt76x0: init: introduce mt76x0_init_txpower routine
Lorenzo Bianconi
4
-11
/
+39
2019-02-18
mt76x0: phy: report target_power in debugfs
Lorenzo Bianconi
1
-0
/
+1
2019-02-18
mt76: change the return type of mt76_dma_attach()
Ryder Lee
2
-3
/
+2
2019-02-18
mt76x2: remove mt76x2_alloc_device routine
Lorenzo Bianconi
3
-33
/
+20
2019-02-18
mt76x0: remove mt76x0u_alloc_device routine
Lorenzo Bianconi
4
-38
/
+24
2019-02-18
mt76x2u: remove mt76x2u_alloc_device routine
Lorenzo Bianconi
3
-30
/
+18
2019-02-18
mt76: move alloc_device common code in mt76_alloc_device
Lorenzo Bianconi
5
-13
/
+14
2019-02-18
mt76: increase ED/CCA tx block threshold
Felix Fietkau
1
-1
/
+1
2019-02-18
mt76: measure the time between mt76x02_edcca_check runs
Felix Fietkau
2
-2
/
+10
2019-02-18
mt76: clear CCA timer stats in mt76x02_edcca_init
Felix Fietkau
1
-0
/
+3
2019-02-18
mt76: run MAC work every 100ms
Felix Fietkau
6
-6
/
+7
2019-02-18
mt76: explicitly disable energy detect cca during scan
Felix Fietkau
5
-8
/
+12
2019-02-18
mt76: mt76x2: avoid running DPD calibration if tx is blocked
Felix Fietkau
1
-1
/
+1
2019-02-18
mt76: fix software encryption issues
Felix Fietkau
2
-8
/
+8
2019-02-18
mt76: remove add_buf pointer in mt76_queue_ops
Lorenzo Bianconi
2
-2
/
+0
[next]