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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-27
mt76: move mt76_insert_ccmp_hdr in mt76-module
Lorenzo Bianconi
4
-49
/
+26
2019-06-27
mt76: mt76x02: fix tx reordering on rate control probing without a-mpdu
Felix Fietkau
2
-2
/
+4
2019-06-27
mt76: mt76x02: fix tx status reporting issues
Felix Fietkau
4
-19
/
+108
2019-06-27
mt76: fix setting chan->max_power
Felix Fietkau
3
-7
/
+9
2019-06-27
mt76: mt7603: fix reading target tx power from eeprom
Felix Fietkau
2
-0
/
+6
2019-06-26
Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
2
-22
/
+36
2019-06-25
mt76: mt7615: do not process rx packets if the device is not initialized
Lorenzo Bianconi
1
-0
/
+3
2019-06-25
mt76: mt76x02: fix edcca file permission
Lorenzo Bianconi
1
-1
/
+1
2019-06-25
mt76: mt7603: add debugfs knob to enable/disable edcca
Lorenzo Bianconi
4
-4
/
+39
2019-06-25
mt76: mt76x02: run mt76x02_edcca_init atomically in mt76_edcca_set
Lorenzo Bianconi
3
-0
/
+15
2019-06-25
mt76: mt76x2: move mutex_lock inside mt76x2_set_channel
Lorenzo Bianconi
2
-17
/
+21
2019-06-25
mt76: mt76x2u: remove mt76x02_edcca_init in mt76x2u_set_channel
Lorenzo Bianconi
1
-1
/
+0
2019-06-25
mt76: mt76x02: remove enable from mt76x02_edcca_init signature
Lorenzo Bianconi
8
-9
/
+9
2019-06-25
mt76: mt7615: add static qualifier to mt7615_rx_poll_complete
Lorenzo Bianconi
2
-2
/
+2
2019-06-25
mt76: mt7615: rearrange cleanup operations in mt7615_unregister_device
Lorenzo Bianconi
1
-4
/
+5
2019-06-25
mt76: mt7603: stop mac80211 queues before setting the channel
Lorenzo Bianconi
1
-1
/
+4
2019-06-25
mt7615: mcu: run __mt76_mcu_send_msg in mt7615_mcu_send_firmware
Lorenzo Bianconi
1
-10
/
+5
2019-06-25
mt7615: mcu: init mcu_restart function pointer
Lorenzo Bianconi
1
-4
/
+5
2019-06-25
mt7615: initialize mt76_mcu_ops data structure
Lorenzo Bianconi
1
-34
/
+40
2019-06-25
mt7615: mcu: use standard signature for mt7615_mcu_msg_send
Lorenzo Bianconi
2
-293
/
+334
2019-06-25
mt7615: mcu: remove unused structure in mcu.h
Lorenzo Bianconi
1
-30
/
+0
2019-06-25
mt7615: mcu: do not use function pointers whenever possible
Lorenzo Bianconi
1
-113
/
+103
2019-06-25
mt7615: mcu: unify __mt7615_mcu_set_dev_info and mt7615_mcu_set_dev_info
Lorenzo Bianconi
2
-57
/
+38
2019-06-25
mt7615: mcu: remove skb_ret from mt7615_mcu_msg_send
Lorenzo Bianconi
1
-53
/
+24
2019-06-25
mt7615: remove dest from mt7615_mcu_msg_send signature
Lorenzo Bianconi
1
-34
/
+22
2019-06-25
mt7615: remove query from mt7615_mcu_msg_send signature
Lorenzo Bianconi
1
-27
/
+26
2019-06-25
mt7615: mcu: remove unused parameter in mt7615_mcu_del_wtbl
Lorenzo Bianconi
3
-4
/
+3
2019-06-25
mt7615: mcu: unify mt7615_mcu_add_wtbl_bmc and mt7615_mcu_del_wtbl_bmc
Lorenzo Bianconi
3
-17
/
+14
2019-06-25
mt7615: mcu: use proper msg size in mt7615_mcu_add_wtbl
Lorenzo Bianconi
1
-30
/
+24
2019-06-25
mt7615: mcu: use proper msg size in mt7615_mcu_add_wtbl_bmc
Lorenzo Bianconi
1
-30
/
+24
2019-06-25
mt7615: mcu: remove bss_info_convert_vif_type routine
Lorenzo Bianconi
1
-46
/
+27
2019-06-25
mt7615: mcu: simplify __mt7615_mcu_set_sta_rec
Lorenzo Bianconi
1
-30
/
+21
2019-06-25
mt7615: mcu: simplify __mt7615_mcu_set_wtbl
Lorenzo Bianconi
1
-36
/
+26
2019-06-25
mt76: mt7615: Make mt7615_irq_handler static
YueHaibing
1
-1
/
+1
2019-06-25
mt76: mt7615: Use after free in mt7615_mcu_set_bcn()
Dan Carpenter
1
-1
/
+1
2019-06-25
mt76: Fix a signedness bug in mt7615_add_interface()
Dan Carpenter
1
-2
/
+3
2019-06-25
mt76: move netif_napi_del in mt76_dma_cleanup
Lorenzo Bianconi
4
-3
/
+1
2019-06-25
mt76: mt7615: use napi polling for tx cleanup
Lorenzo Bianconi
2
-3
/
+23
2019-06-25
mt76: mt7603: use napi polling for tx cleanup
Lorenzo Bianconi
3
-5
/
+31
2019-06-25
mt76: move tx_napi in mt76_dev
Lorenzo Bianconi
3
-10
/
+11
2019-06-25
mt76: mt76x02: remove useless return in mt76x02_resync_beacon_timer
Lorenzo Bianconi
1
-3
/
+1
2019-06-25
mt7601u: fix possible memory leak when the device is disconnected
Lorenzo Bianconi
2
-7
/
+18
2019-06-25
mt7601u: do not schedule rx_tasklet when the device has been disconnected
Lorenzo Bianconi
1
-15
/
+18
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
35
-315
/
+35
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
13
-0
/
+13
2019-05-10
net: wireless: mt76: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-05
net: wireless: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-05-01
mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eeprom
Lorenzo Bianconi
1
-10
/
+20
2019-05-01
mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_complete
Lorenzo Bianconi
3
-5
/
+6
2019-05-01
mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channel
Lorenzo Bianconi
2
-2
/
+9
[prev]
[next]