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
2022-05-13
mt76: mt7915: fix twt table_mask to u16 in mt7915_dev
Peter Chiu
1
-1
/
+1
2022-05-13
mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976()
Peter Chiu
2
-2
/
+18
2022-05-13
mt76: connac: use skb_put_data instead of open coding
Sean Wang
1
-5
/
+2
2022-05-13
mt76: mt7915: configure soc clocks in mt7986_wmac_init
Lorenzo Bianconi
1
-0
/
+14
2022-05-13
mt76: fix tx status related use-after-free race on station removal
Felix Fietkau
2
-1
/
+3
2022-05-13
mt76: fix encap offload ethernet type check
Felix Fietkau
2
-2
/
+6
2022-05-13
mt76: do not attempt to reorder received 802.3 packets without agg session
Felix Fietkau
1
-2
/
+3
2022-05-13
mt76: mt7915: disable RX_HDR_TRANS_SHORT
Bo Jiao
3
-4
/
+6
2022-05-13
mt76: mt7603: move spin_lock_bh() to spin_lock()
Yunbo Yu
1
-4
/
+4
2022-05-13
mt76: mt7915: add debugfs knob for RF registers read/write
Shayne Chen
3
-0
/
+62
2022-05-13
mt76: mt7921: fix kernel crash at mt7921_pci_remove
Sean Wang
1
-1
/
+1
2022-05-13
mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static const
Colin Ian King
1
-1
/
+1
2022-05-13
mt76: mt7915: make read-only array ppet16_ppet8_ru3_ru0 static const
Colin Ian King
1
-1
/
+1
2022-05-13
mt76: mt7915: remove SCS feature
Ryder Lee
5
-36
/
+0
2022-05-13
mt76: fix antenna config missing in 6G cap
Deren Wu
1
-2
/
+2
2022-05-13
mt76: fix rx reordering with non explicit / psmp ack policy
Felix Fietkau
1
-2
/
+1
2022-05-13
mt76: mt7921: Add AP mode support
Sean Wang
5
-2
/
+146
2022-05-13
mt76: mt7915: use 0xff to initialize bitrate_mask in mt7915_init_bitrate_mask
Lorenzo Bianconi
1
-5
/
+5
2022-05-13
mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rate
Lorenzo Bianconi
1
-11
/
+11
2022-05-13
mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_set
Lorenzo Bianconi
1
-1
/
+1
2022-05-13
mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector
Lorenzo Bianconi
1
-2
/
+5
2022-05-13
mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_gpio_setup
Lorenzo Bianconi
1
-0
/
+2
2022-05-13
mt76: mt7921: Fix the error handling path of mt7921_pci_probe()
Christophe JAILLET
1
-3
/
+5
2022-05-13
mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbss
Lorenzo Bianconi
1
-7
/
+13
2022-05-13
mt76: mt7915: always call mt7915_wfsys_reset() during init
Ryder Lee
4
-17
/
+9
2022-05-13
mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iter
Lorenzo Bianconi
1
-2
/
+2
2022-05-13
mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filter
Lorenzo Bianconi
2
-16
/
+14
2022-05-13
mt76: mt7921u: add suspend/resume support
Lorenzo Bianconi
4
-4
/
+72
2022-05-13
mt76: fix MBSS index condition in DBDC mode
Evelyn Tsai
6
-17
/
+17
2022-05-13
mt76: fix use-after-free by removing a non-RCU wcid pointer
Felix Fietkau
8
-12
/
+13
2022-05-13
mt76: mt7921: accept rx frames with non-standard VHT MCS10-11
Felix Fietkau
1
-1
/
+1
2022-05-13
mt76: mt7915: accept rx frames with non-standard VHT MCS10-11
Felix Fietkau
1
-1
/
+1
2022-05-13
mt76: dma: use kzalloc instead of devm_kzalloc for txwi
Felix Fietkau
1
-2
/
+4
2022-05-13
mt76: reduce tx queue lock hold time
Felix Fietkau
1
-6
/
+8
2022-05-13
mt76: mt7915: rework hardware/phy initialization
Felix Fietkau
3
-43
/
+78
2022-05-13
mt76: mt7915: fix DBDC default band selection on MT7915D
Felix Fietkau
1
-0
/
+2
2022-05-06
mt76: switch to netif_napi_add_tx()
Jakub Kicinski
5
-10
/
+10
2022-05-03
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
9
-127
/
+130
2022-05-03
Merge 5.18-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2022-04-23
net: remove third argument of usb_maxpacket()
Vincent Mailhol
1
-1
/
+1
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
9
-127
/
+130
2022-04-10
mt76: Fix undefined behavior due to shift overflowing the constant
Borislav Petkov
1
-1
/
+1
2022-03-16
mt76: fix monitor rx FCS error in DFS channel
Deren Wu
3
-3
/
+6
2022-03-16
mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR is set
Sean Wang
1
-3
/
+10
2022-03-16
mt76: fix wrong HE data rate in sniffer tool
Deren Wu
2
-4
/
+8
2022-03-16
mt76: mt7915: introduce 802.11ax multi-bss support
Lorenzo Bianconi
3
-5
/
+70
2022-03-16
mt76: mt7921: move mt7921_init_hw in a dedicated work
Lorenzo Bianconi
5
-19
/
+48
2022-03-16
mt76: mt7921: add mt7921u driver
Lorenzo Bianconi
9
-3
/
+635
2022-03-16
mt76: mt7921: move mt7921_usb_sdio_tx_status_data in mac common code.
Lorenzo Bianconi
4
-13
/
+14
2022-03-16
mt76: mt7921: move mt7921_usb_sdio_tx_complete_skb in common mac code.
Lorenzo Bianconi
4
-21
/
+24
[prev]
[next]