Age | Commit message (Expand) | Author |
2022-05-13 | mt76: mt7915: add Wireless Ethernet Dispatch support | Felix Fietkau |
2022-05-13 | mt76: make number of tokens configurable dynamically | Felix Fietkau |
2022-05-13 | mt76: add support for overriding the device used for DMA mapping | Felix Fietkau |
2022-05-13 | mt76: dma: add wrapper macro for accessing queue registers | Felix Fietkau |
2022-05-13 | mt76: mt7915: move MT_INT_MASK_CSR to init.c | Ryder Lee |
2022-05-13 | mt76: mt7915: introduce mt7915_mac_severe_check() | Ryder Lee |
2022-05-13 | mt76: mt7915: rework SER debugfs knob | Ryder Lee |
2022-05-13 | mt76: mt7915: limit minimum twt duration | Peter Chiu |
2022-05-13 | mt76: mt7915: reject duplicated twt flows | Peter Chiu |
2022-05-13 | mt76: mt7915: fix twt table_mask to u16 in mt7915_dev | Peter Chiu |
2022-05-13 | mt76: mt7915: update mt7986 patch in mt7986_wmac_adie_patch_7976() | Peter Chiu |
2022-05-13 | mt76: connac: use skb_put_data instead of open coding | Sean Wang |
2022-05-13 | mt76: mt7915: configure soc clocks in mt7986_wmac_init | Lorenzo Bianconi |
2022-05-13 | mt76: fix tx status related use-after-free race on station removal | Felix Fietkau |
2022-05-13 | mt76: fix encap offload ethernet type check | Felix Fietkau |
2022-05-13 | mt76: do not attempt to reorder received 802.3 packets without agg session | Felix Fietkau |
2022-05-13 | mt76: mt7915: disable RX_HDR_TRANS_SHORT | Bo Jiao |
2022-05-13 | mt76: mt7603: move spin_lock_bh() to spin_lock() | Yunbo Yu |
2022-05-13 | mt76: mt7915: add debugfs knob for RF registers read/write | Shayne Chen |
2022-05-13 | mt76: mt7921: fix kernel crash at mt7921_pci_remove | Sean Wang |
2022-05-13 | mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static const | Colin Ian King |
2022-05-13 | mt76: mt7915: make read-only array ppet16_ppet8_ru3_ru0 static const | Colin Ian King |
2022-05-13 | mt76: mt7915: remove SCS feature | Ryder Lee |
2022-05-13 | mt76: fix antenna config missing in 6G cap | Deren Wu |
2022-05-13 | mt76: fix rx reordering with non explicit / psmp ack policy | Felix Fietkau |
2022-05-13 | mt76: mt7921: Add AP mode support | Sean Wang |
2022-05-13 | mt76: mt7915: use 0xff to initialize bitrate_mask in mt7915_init_bitrate_mask | Lorenzo Bianconi |
2022-05-13 | mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rate | Lorenzo Bianconi |
2022-05-13 | mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_set | Lorenzo Bianconi |
2022-05-13 | mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector | Lorenzo Bianconi |
2022-05-13 | mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_g... | Lorenzo Bianconi |
2022-05-13 | mt76: mt7921: Fix the error handling path of mt7921_pci_probe() | Christophe JAILLET |
2022-05-13 | mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbss | Lorenzo Bianconi |
2022-05-13 | mt76: mt7915: always call mt7915_wfsys_reset() during init | Ryder Lee |
2022-05-13 | mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iter | Lorenzo Bianconi |
2022-05-13 | mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filter | Lorenzo Bianconi |
2022-05-13 | mt76: mt7921u: add suspend/resume support | Lorenzo Bianconi |
2022-05-13 | mt76: fix MBSS index condition in DBDC mode | Evelyn Tsai |
2022-05-13 | mt76: fix use-after-free by removing a non-RCU wcid pointer | Felix Fietkau |
2022-05-13 | mt76: mt7921: accept rx frames with non-standard VHT MCS10-11 | Felix Fietkau |
2022-05-13 | mt76: mt7915: accept rx frames with non-standard VHT MCS10-11 | Felix Fietkau |
2022-05-13 | mt76: dma: use kzalloc instead of devm_kzalloc for txwi | Felix Fietkau |
2022-05-13 | mt76: reduce tx queue lock hold time | Felix Fietkau |
2022-05-13 | mt76: mt7915: rework hardware/phy initialization | Felix Fietkau |
2022-05-13 | mt76: mt7915: fix DBDC default band selection on MT7915D | Felix Fietkau |
2022-05-06 | mt76: switch to netif_napi_add_tx() | Jakub Kicinski |
2022-05-03 | Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski |
2022-04-11 | mac80211: prepare sta handling for MLO support | Sriram R |
2022-04-10 | mt76: Fix undefined behavior due to shift overflowing the constant | Borislav Petkov |
2022-03-16 | mt76: fix monitor rx FCS error in DFS channel | Deren Wu |