platform/kernel/linux-rpi.git
2020-12-04 Lorenzo Bianconimt76: move tx hw data queues in mt76_phy
2020-12-04 Lorenzo Bianconimt76: move mcu queues to mt76_dev q_mcu array
2020-12-04 Lorenzo Bianconimt76: rely on mt76_queue in tx_queue_skb_raw signature
2020-12-04 Lorenzo Bianconimt76: introduce mt76_init_mcu_queue utility routine
2020-12-04 Lorenzo Bianconimt76: rely on mt76_queue in tx_queue_skb signature
2020-12-04 Lorenzo Bianconimt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup...
2020-12-04 Lorenzo Bianconimt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_que...
2020-12-04 Lorenzo Bianconimt76: sdio: rely on mt76_queue in mt76s_process_tx_queu...
2020-12-04 Lorenzo Bianconimt76: sdio: introduce mt76s_alloc_tx_queue
2020-12-04 Lorenzo Bianconimt76: move mt76_init_tx_queue in common code
2020-12-04 Lorenzo Bianconimt76: mt7915: rely on eeprom definitions
2020-12-04 Lorenzo Bianconimt76: mt7615: refactor usb/sdio rate code
2020-12-04 Ryder Leemt76: mt7615: support 16 interfaces
2020-12-04 Ryder Leemt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()
2020-12-04 Ryder Leemt76: mt7915: use BIT_ULL for omac_idx
2020-12-04 Lorenzo Bianconimt76: mt7915: make mt7915_eeprom_read static
2020-12-04 Shayne Chenmt76: mt7915: add support to set tx frequency offset...
2020-12-04 Shayne Chenmt76: mt7915: add support to set txpower in testmode
2020-12-04 Shayne Chenmt76: mt7915: implement testmode rx support
2020-12-04 Shayne Chenmt76: mt7915: implement testmode tx support
2020-12-04 Shayne Chenmt76: testmode: add support for HE rate modes
2020-12-04 Shayne Chenmt76: mt7915: fix tx rate related fields in tx descriptor
2020-12-04 Shayne Chenmt76: testmode: add support for LTF and GI combinations...
2020-12-04 Shayne Chenmt76: testmode: add tx_rate_stbc parameter
2020-12-04 Shayne Chenmt76: testmode: add snr attribute in rx statistics
2020-12-04 Shayne Chenmt76: testmode: switch ib and wb rssi to array type...
2020-12-04 Lorenzo Bianconimt76: mt76u: use dedicated thread for status work
2020-12-04 Lorenzo Bianconimt76: mt76u: rely on woker APIs for rx work
2020-12-04 Lorenzo Bianconimt76: mt7615: run key configuration in mt7615_set_key...
2020-12-04 Lorenzo Bianconimt76: fix tkip configuration for mt7615/7663 devices
2020-12-04 Lorenzo Bianconimt76: switch to wep sw crypto for mt7615/mt7915
2020-12-04 Sean Wangmt76: mt7663s: introduce WoW support via GPIO
2020-12-04 Lorenzo Bianconimt76: move mt76_mcu_send_firmware in common module
2020-12-04 David Bauermt76: mt7603: add additional EEPROM chip ID
2020-12-04 Lorenzo Bianconimt76: fix memory leak if device probing fails
2020-12-04 Ryder Leemt76: mt7915: fix sparse warning cast from restricted...
2020-12-04 Lorenzo Bianconimt76: dma: fix possible deadlock running mt76_dma_cleanup
2020-12-04 Taehee Yoomt76: set fops_tx_stats.owner to THIS_MODULE
2020-12-04 Ryder Leemt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915...
2020-12-04 Ryder Leemt76: mt7915: update ppe threshold
2020-12-04 Taehee Yoomt76: mt7915: set fops_sta_stats.owner to THIS_MODULE
2020-12-04 Allen Paiswireless: mt76: convert tasklets to use new tasklet_set...
2020-12-04 Lorenzo Bianconimt76: sdio: get rid of sched.lock
2020-12-04 Lorenzo Bianconimt76: mt7663s: fix a possible ple quota underflow
2020-12-04 Lorenzo Bianconimt76: mt7663s: get rid of mt7663s_sta_add
2020-12-04 Lorenzo Bianconimt76: mt7615: introduce quota debugfs node for mt7663s
2020-12-04 Lorenzo Bianconimt76: mt7615: enable beacon filtering by default for...
2020-12-04 Felix Fietkaumt76: add back the SUPPORTS_REORDERING_BUFFER flag
2020-12-04 Felix Fietkaumt76: mt7915: query station rx rate from firmware
2020-12-04 Felix Fietkaumt76: mt7915: move eeprom parsing out of mt7915_mcu_par...
2020-12-04 Felix Fietkaumt76: implement functions to get the response skb for...
2020-12-04 Felix Fietkaumt76: mt7603: switch to .mcu_skb_send_msg
2020-12-04 Felix Fietkaumt76: make mcu_ops->mcu_send_msg optional
2020-12-04 Felix Fietkaumt76: move waiting and locking out of mcu_ops->mcu_skb_...
2020-12-04 Felix Fietkaumt76: move mcu timeout handling to .mcu_parse_response
2020-12-04 Felix Fietkaumt76: implement .mcu_parse_response in struct mt76_mcu_ops
2020-12-04 Felix Fietkaumt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_se...
2020-12-04 Felix Fietkaumt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msg
2020-12-04 Felix Fietkaumt76: mt7915: disable OFDMA/MU-MIMO UL
2020-12-04 Felix Fietkaumt76: mt7915: fix DRR sta bss group index
2020-12-04 Felix Fietkaumt76: mt7915: use napi_consume_skb to bulk-free tx...
2020-12-04 Felix Fietkaumt76: mt7915: fix processing txfree events
2020-12-04 Felix Fietkaumt76: mt7915: support 32 station interfaces
2020-12-04 Felix Fietkaumt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and...
2020-12-04 Felix Fietkaumt76: mt7615: add debugfs knob for setting extended...
2020-12-04 Felix Fietkaumt76: use ieee80211_rx_list to pass frames to the netwo...
2020-12-04 Felix Fietkaumt76: mt7915: add encap offload for 4-address mode...
2020-12-04 Felix Fietkaumt76: mt7915: add 802.11 encap offload support
2020-12-04 Lorenzo Bianconimt76: sdio: convert {status/net}_work to mt76_worker
2020-12-04 Lorenzo Bianconimt76: mt7663s: disable interrupt during txrx_worker...
2020-12-04 Lorenzo Bianconimt76: mt7663s: convert txrx_work to mt76_worker
2020-12-04 Lorenzo Bianconimt76: mt7663s: move tx/rx processing in the same txrx...
2020-12-04 Chuanhong Guomt76: mt7615: retry if mt7615_mcu_init returns -EAGAIN
2020-12-04 Ryder Leemt76: mt7915: fix VHT LDPC capability
2020-12-04 Ryder Leemt76: mt7915: measure channel noise and report it via...
2020-12-02 Kalle ValoMerge ath-next from git://git./linux/kernel/git/kvalo...
2020-12-02 Tom Rixwl1251: remove trailing semicolon in macro definition
2020-12-02 Tom Rixairo: remove trailing semicolon in macro definition
2020-12-02 Ajay Singhwilc1000: added queue support for WMM
2020-12-02 Ajay Singhwilc1000: call complete() for failure in wilc_wlan_txq_...
2020-12-02 Ajay Singhwilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt...
2020-12-02 Ajay Singhwilc1000: free resource in wilc_wlan_txq_add_net_pkt...
2020-12-02 Ajay Singhwilc1000: added 'ndo_set_mac_address' callback support
2020-12-02 Matthias Bruggerbrcmfmac: expose firmware config files through modinfo
2020-12-02 Tian Taowlcore: Switch to using the new API kobj_to_dev()
2020-12-02 Ching-Te Kurtw88: coex: add feature to enhance HID coexistence...
2020-12-02 Ching-Te Kurtw88: coex: upgrade coexistence A2DP mechanism
2020-12-02 Ching-Te Kurtw88: coex: add action for coexistence in hardware...
2020-12-02 Ching-Te Kurtw88: coex: add function to avoid cck lock
2020-12-02 Ching-Te Kurtw88: coex: change the coexistence mechanism for WLAN...
2020-12-02 Ching-Te Kurtw88: coex: change the coexistence mechanism for HID
2020-12-02 Ching-Te Kurtw88: coex: update AFH information while in free-run...
2020-12-02 Ching-Te Kurtw88: coex: update the mechanism for A2DP + PAN
2020-12-02 Ching-Te Kurtw88: coex: add debug message
2020-12-02 Ching-Te Kurtw88: coex: run coexistence when WLAN entering/leaving LPS
2020-12-02 Tokunori IkegamiRevert "rtl8xxxu: Add Buffalo WI-U3-866D to list of...
2020-12-02 Kalle Valoath11k: dp_rx: fix monitor status dma unmap direction
2020-12-02 Bryan O'Donoghuewcn36xx: Send NULL data packet when exiting BMPS
2020-12-02 Rikard Falkebornath10k: Constify static qmi structs
2020-12-02 Christophe... ath10k: Release some resources in an error handling...
next