summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-18mt76: mt7921: always wake device if necessary in debugfsLorenzo Bianconi1-0/+8
2021-11-18mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrateSean Wang1-2/+9
2021-11-18mt76: mt7921: fix firmware usage of RA info using legacy ratesSean Wang2-1/+12
2021-11-18mt76: mt7921: report HE MU radiotapSean Wang2-8/+65
2021-11-18mt76: overwrite default reg_ops if necessaryLorenzo Bianconi4-7/+68
2021-11-18mt76: connac: fix GTK rekey offload failure on WPA mixed modeLeon Yen1-6/+9
2021-11-18mt76: mt7921: fix dma hang in rmmodDeren Wu1-0/+9
2021-11-18mt76: mt7915: fix bit fields for HT rate idxShayne Chen1-1/+2
2021-11-18mt76: mt7915: fix potential overflow of eeprom page indexShayne Chen1-5/+5
2021-11-18mt76: mt7921: Fix out of order process by invalid event pktDeren Wu1-0/+4
2021-11-18mt76: mt76x02: fix endianness warnings in mt76x02_mac.cLorenzo Bianconi1-6/+7
2021-11-18mt76: mt7921: fix survey-dump reportingLorenzo Bianconi2-2/+10
2021-11-18mt76: fix build error implicit enumeration conversionSean Wang2-2/+2
2021-11-18mt76: connac: fix mt76_connac_gtk_rekey_tlv usageLeon Yen1-3/+3
2021-11-18mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()Dan Carpenter1-1/+1
2021-11-18mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-11-18mt76: mt7921: fix endianness warning in mt7921_update_txsLorenzo Bianconi1-1/+2
2021-11-18mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skbLorenzo Bianconi1-1/+1
2021-11-18mt76: mt7921: fix endianness in mt7921_mcu_tx_done_eventLorenzo Bianconi2-6/+7
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet2-2/+2
2021-11-18net: tulip: winbond-840: fix build for UMLRandy Dunlap1-1/+1
2021-11-18net: intel: igc_ptp: fix build for UMLRandy Dunlap1-1/+1
2021-11-18net: fealnx: fix build for UMLRandy Dunlap1-1/+1
2021-11-18ath10k: fix max antenna gain unitSven Eckelmann2-3/+6
2021-11-18gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-11-18gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-11-18b43: fix a lower bounds testDan Carpenter1-1/+1
2021-11-18b43legacy: fix a lower bounds testDan Carpenter1-1/+1
2021-11-18ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-11-18ath10k: Don't always treat modem stop events as crashesStephen Boyd3-1/+84
2021-11-18ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam1-1/+4
2021-11-18ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-11-18gve: DQO: avoid unused variable warningsArnd Bergmann3-66/+54
2021-11-18ath11k: Fix memory leak in ath11k_qmi_driver_event_workBaochen Qiang1-1/+3
2021-11-18ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu2-6/+13
2021-11-18ath11k: Avoid race during regd updatesSriram R4-17/+14
2021-11-18ath11k: fix some sleeping in atomic bugsDan Carpenter1-9/+7
2021-11-18net: dsa: rtl8366: Fix a bug in deleting VLANsLinus Walleij1-1/+1
2021-11-18net: dsa: rtl8366rb: Fix off-by-one bugLinus Walleij1-1/+1
2021-11-18net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky3-10/+6
2021-11-18qed: Don't ignore devlink allocation failuresLeon Romanovsky1-7/+5
2021-11-18bnxt_en: Check devlink allocation and registration statusLeon Romanovsky3-21/+10
2021-11-18wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh1-2/+1
2021-11-18wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
2021-11-18net: phylink: don't call netif_carrier_off() with NULL netdevRussell King (Oracle)1-1/+4
2021-11-18net/mlx5: Publish and unpublish all devlink parameters at onceLeon Romanovsky1-8/+2
2021-11-18Revert "wcn36xx: Enable firmware link monitoring"Bryan O'Donoghue1-1/+0
2021-11-18wcn36xx: Fix packet drop on resumeLoic Poulain1-0/+11
2021-11-18wcn36xx: Correct band/freq reporting on RXLoic Poulain2-1/+25
2021-11-18vrf: run conntrack only in context of lower/physdev for locally generated pac...Florian Westphal1-4/+24