aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg72-682/+794
2020-09-25sfc: fix kdoc warningJesse Brandeburg2-1/+2
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg3-15/+15
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2-2/+2
2020-09-25drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg1-0/+10
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2-0/+2
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg15-84/+37
2020-09-25intel: handle unused assignmentsJesse Brandeburg3-149/+131
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg38-129/+185
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller139-3422/+4175
2020-09-25ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'Kalle Valo2-10/+20
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-24net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
2020-09-24net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24Merge tag 'mlx5-updates-2020-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller21-1658/+2339
2020-09-24dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei3-1/+91
2020-09-24net: pcs-lynx: add support for 10GBASERIoana Ciornei1-0/+6
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean3-24/+33
2020-09-24Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo32-1758/+2247
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi1-6/+7
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao3-56/+13
2020-09-24mt76: mt7915: add offchannel condition in switch channel commandShayne Chen1-2/+4
2020-09-24mt76: mt7915: convert to use le16_add_cpu()Liu Shixin1-2/+2
2020-09-24mt76: Fix unsigned expressions compared with zeroYe Bin1-3/+3
2020-09-24mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beaconLorenzo Bianconi1-8/+10
2020-09-24mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones3-145/+160
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva11-17/+16
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi1-2/+23
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi1-2/+5
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi4-19/+50
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi1-13/+30
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi7-14/+18
2020-09-24mt76: mt7663s: introduce __mt7663s_xmit_queue routineLorenzo Bianconi1-13/+22
2020-09-24mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quotaLorenzo Bianconi1-25/+31
2020-09-24mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi2-10/+4
2020-09-24mt76: mt7622: fix fw hang on mt7622Lorenzo Bianconi1-14/+32
2020-09-24mt76: mt7615: fix VHT LDPC capabilityRyder Lee1-2/+2
2020-09-24mt76: mt7615: Remove set but unused variable 'index'Wang Hai1-3/+0
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau7-80/+6
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau4-73/+72
2020-09-24mt76: mt7915: fix queue/tid mapping for airtime reportingFelix Fietkau1-8/+3
2020-09-24mt76: mt7915: simplify mt7915_lmac_mappingFelix Fietkau1-11/+2
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau2-23/+22
2020-09-24mt76: mt7915: fix HE BSS infoFelix Fietkau1-2/+2
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau20-52/+53
2020-09-24mt76: add utility functions for deferring work to a kernel threadFelix Fietkau2-0/+104
2020-09-24mt76: testmode: add a limit for queued tx_frames packetsFelix Fietkau1-1/+2