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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
mt76: move mt76_mcu_send_firmware in common module
Lorenzo Bianconi
5
-72
/
+37
2020-12-04
mt76: mt7603: add additional EEPROM chip ID
David Bauer
1
-0
/
+1
2020-12-04
mt76: fix memory leak if device probing fails
Lorenzo Bianconi
5
-6
/
+11
2020-12-04
mt76: mt7915: fix sparse warning cast from restricted __le16
Ryder Lee
1
-1
/
+1
2020-12-04
Merge tag 'icc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next
Greg Kroah-Hartman
6
-10
/
+221
2020-12-04
net/mlx5: Register mlx5 devices to auxiliary virtual bus
Leon Romanovsky
4
-8
/
+302
2020-12-04
vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
Leon Romanovsky
3
-170
/
+2
2020-12-04
net/mlx5_core: Clean driver version and name
Leon Romanovsky
6
-13
/
+9
2020-12-04
net/mlx5: Properly convey driver version to firmware
Leon Romanovsky
1
-1
/
+5
2020-12-04
mt76: dma: fix possible deadlock running mt76_dma_cleanup
Lorenzo Bianconi
1
-0
/
+2
2020-12-04
mt76: set fops_tx_stats.owner to THIS_MODULE
Taehee Yoo
1
-0
/
+1
2020-12-04
mt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915_mcu_get_tx_rate
Ryder Lee
3
-7
/
+7
2020-12-04
mt76: mt7915: update ppe threshold
Ryder Lee
1
-24
/
+13
2020-12-04
mt76: mt7915: set fops_sta_stats.owner to THIS_MODULE
Taehee Yoo
1
-0
/
+1
2020-12-04
wireless: mt76: convert tasklets to use new tasklet_setup() API
Allen Pais
7
-20
/
+18
2020-12-04
mt76: sdio: get rid of sched.lock
Lorenzo Bianconi
4
-18
/
+7
2020-12-04
mt76: mt7663s: fix a possible ple quota underflow
Lorenzo Bianconi
1
-1
/
+1
2020-12-04
mt76: mt7663s: get rid of mt7663s_sta_add
Lorenzo Bianconi
1
-25
/
+1
2020-12-04
mt76: mt7615: introduce quota debugfs node for mt7663s
Lorenzo Bianconi
1
-0
/
+17
2020-12-04
mt76: mt7615: enable beacon filtering by default for offload fw
Lorenzo Bianconi
5
-72
/
+72
2020-12-04
mt76: add back the SUPPORTS_REORDERING_BUFFER flag
Felix Fietkau
1
-0
/
+1
2020-12-04
mt76: mt7915: query station rx rate from firmware
Felix Fietkau
5
-3
/
+127
2020-12-04
mt76: mt7915: move eeprom parsing out of mt7915_mcu_parse_response
Felix Fietkau
1
-24
/
+16
2020-12-04
mt76: implement functions to get the response skb for MCU calls
Felix Fietkau
2
-12
/
+32
2020-12-04
mt76: mt7603: switch to .mcu_skb_send_msg
Felix Fietkau
1
-37
/
+6
2020-12-04
mt76: make mcu_ops->mcu_send_msg optional
Felix Fietkau
7
-33
/
+18
2020-12-04
mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msg
Felix Fietkau
7
-168
/
+116
2020-12-04
mt76: move mcu timeout handling to .mcu_parse_response
Felix Fietkau
4
-34
/
+38
2020-12-04
mt76: implement .mcu_parse_response in struct mt76_mcu_ops
Felix Fietkau
12
-36
/
+55
2020-12-04
mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msg
Felix Fietkau
4
-67
/
+68
2020-12-04
mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msg
Felix Fietkau
6
-187
/
+187
2020-12-04
mt76: mt7915: disable OFDMA/MU-MIMO UL
Felix Fietkau
1
-2
/
+0
2020-12-04
mt76: mt7915: fix DRR sta bss group index
Felix Fietkau
1
-1
/
+1
2020-12-04
mt76: mt7915: use napi_consume_skb to bulk-free tx skbs
Felix Fietkau
1
-31
/
+21
2020-12-04
mt76: mt7915: fix processing txfree events
Felix Fietkau
1
-0
/
+1
2020-12-04
mt76: mt7915: support 32 station interfaces
Felix Fietkau
5
-42
/
+105
2020-12-04
mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915
Felix Fietkau
3
-1
/
+2
2020-12-04
mt76: mt7615: add debugfs knob for setting extended local mac addresses
Felix Fietkau
3
-0
/
+101
2020-12-04
mt76: use ieee80211_rx_list to pass frames to the network stack as a batch
Felix Fietkau
1
-2
/
+13
2020-12-04
mt76: mt7915: add encap offload for 4-address mode stations
Felix Fietkau
7
-5
/
+78
2020-12-04
mt76: mt7915: add 802.11 encap offload support
Felix Fietkau
6
-83
/
+176
2020-12-04
mt76: sdio: convert {status/net}_work to mt76_worker
Lorenzo Bianconi
4
-78
/
+87
2020-12-04
mt76: mt7663s: disable interrupt during txrx_worker processing
Lorenzo Bianconi
1
-18
/
+9
2020-12-04
mt76: mt7663s: convert txrx_work to mt76_worker
Lorenzo Bianconi
5
-28
/
+41
2020-12-04
mt76: mt7663s: move tx/rx processing in the same txrx workqueue
Lorenzo Bianconi
5
-73
/
+66
2020-12-04
mt76: mt7615: retry if mt7615_mcu_init returns -EAGAIN
Chuanhong Guo
1
-1
/
+8
2020-12-04
mt76: mt7915: fix VHT LDPC capability
Ryder Lee
1
-3
/
+3
2020-12-04
mt76: mt7915: measure channel noise and report it via survey
Ryder Lee
4
-6
/
+55
2020-12-04
Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into mlx5-next
Leon Romanovsky
3
-0
/
+278
2020-12-04
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into driver-core-next
Greg Kroah-Hartman
3
-0
/
+278
[prev]
[next]