aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-07wifi: mt76: mt7996: add wed rx supportBo Jiao11-87/+772
2023-12-07wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signatureLorenzo Bianconi2-2/+2
2023-12-07wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routineLorenzo Bianconi1-3/+12
2023-12-07wifi: mt76: mt7996: add wed tx supportSujuan Chen10-66/+383
2023-12-07wifi: mt76: increase MT_QFLAG_WED_TYPE sizeLorenzo Bianconi1-2/+2
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi13-50/+65
2023-12-07wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routineLorenzo Bianconi3-4/+10
2023-12-07wifi: mt76: move mt76_net_setup_tc in common codeLorenzo Bianconi3-15/+23
2023-12-07wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common codeLorenzo Bianconi3-27/+26
2023-12-07wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common codeLorenzo Bianconi3-76/+82
2023-12-07wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan7-8/+8
2023-12-07wifi: mt76: permit to load precal from NVMEM cell for mt7915Christian Marangi1-1/+6
2023-12-07wifi: mt76: permit to use alternative cell name to eeprom NVMEM loadChristian Marangi2-3/+7
2023-12-07wifi: mt76: make mt76_get_of_eeprom static againChristian Marangi2-5/+3
2023-12-07wifi: mt76: limit support of precal loading for mt7915 to MTD onlyChristian Marangi3-3/+5
2023-12-07wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem functionChristian Marangi1-2/+2
2023-12-07wifi: mt76: fix broken precal loading from MTD for mt7915Christian Marangi1-1/+1
2023-12-07wifi: mt76: mt7996: fix uninitialized variable in parsing txfreeYi-Chia Hsieh1-1/+1
2023-12-07wifi: mt76: mt7921: support 5.9/6GHz channel config in acpiRong Yan4-1/+64
2023-12-07wifi: mt76: add ability to explicitly forbid LED registration with DTRyder Lee1-14/+25
2023-12-07wifi: rtw89: mac: refine SER setting during WiFi CPU power onPing-Ke Shih1-2/+4
2023-12-07wifi: rtw89: 8922a: dump MAC registers when SER occursChia-Yuan Li6-81/+1061
2023-12-07wifi: rtw89: 8922a: add SER IMR tablesPing-Ke Shih7-0/+1213
2023-12-07wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chipZong-Zhe Yang2-1/+11
2023-12-07wifi: rtw89: 8922a: configure CRASH_TRIGGER FW featureZong-Zhe Yang3-3/+10
2023-12-07net: dsa: microchip: move ksz_chip_id enum to platform includeDaniel Danzberger1-19/+1
2023-12-07net: dsa: microchip: properly support platform_data probingVladimir Oltean1-8/+13
2023-12-07net: dsa: microchip: add property to select internal RMII reference clockAnte Knezic2-6/+26
2023-12-07nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou1-32/+95
2023-12-07wifi: ath5k: remove unused ath5k_eeprom_info::ee_antennaJiri Slaby (SUSE)1-3/+0
2023-12-07wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood3-2/+30
2023-12-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-24/+14
2023-12-06net: dsa: mv88e6xxx: Restore USXGMII support for 6393XTobias Waldekranz1-2/+29
2023-12-06octeontx2-af: Update Tx link register rangeRahul Bhansali1-2/+2
2023-12-06octeontx2-af: Add missing mcs flr handler callGeetha sowjanya1-0/+3
2023-12-06octeontx2-af: Fix mcs stats register addressGeetha sowjanya2-6/+29
2023-12-06octeontx2-af: Fix mcs sa cam entries sizeGeetha sowjanya1-1/+1
2023-12-06octeontx2-af: Adjust Tx credits when MCS external bypass is disabledNithin Dabilpuram5-1/+25
2023-12-06octeontx2-af: cn10k: Increase outstanding LMTST transactionsPavan Nikhilesh4-0/+15
2023-12-06net: hns: fix fake link up on xge portYonglong Liu1-0/+29
2023-12-06net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2-23/+33
2023-12-06net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov3-13/+19
2023-12-06r8152: add vendor/device ID pair for ASUS USB-C2500Kelly Kane1-0/+1
2023-12-05ionic: Re-arrange ionic_intr_info struct for cache perfBrett Creeley1-2/+2
2023-12-05ionic: Make the check for Tx HW timestamping more obviousBrett Creeley2-5/+10
2023-12-05ionic: Don't check null when calling vfree()Brett Creeley1-8/+4
2023-12-05ionic: set ionic ptr before setting up ethtool opsShannon Nelson1-1/+1
2023-12-05ionic: Use cached VF attributesBrett Creeley5-149/+11
2023-12-05ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-12-05ionic: fix snprintf format length warningShannon Nelson1-1/+1