summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ath10k: skip the wait for completion to recovery in shutdown pathYoughandhar Chintala2021-03-091-9/+20
* ath11k: fix thermal temperature readPradeep Kumar Chitrapu2021-02-241-32/+21
* ath11k: fix potential wmi_mgmt_tx_queue race conditionMiaoqing Pan2021-02-241-1/+1
* ath11k: qmi: cosmetic changes to error messagesKalle Valo2021-02-241-44/+47
* ath11k: qmi: add more debug messagesKalle Valo2021-02-241-0/+25
* Revert "ath9k: fix ath_tx_process_buffer() potential null ptr dereference"Shuah Khan2021-02-221-16/+12
* ath11k: print hardware name and version during initialisationKalle Valo2021-02-221-1/+1
* ath11k: Enable radar detection for 160MHz secondary segmentLavanya Suresh2021-02-181-1/+3
* ath11k: Fix sounding dimension config in HE capLavanya Suresh2021-02-181-2/+0
* ath11k: add qcn9074 pci device supportAnilkumar Kolli2021-02-171-1/+17
* ath11k: add extended interrupt support for QCN9074Karthikeyan Periyasamy2021-02-175-4/+56
* ath11k: add CE interrupt support for QCN9074Karthikeyan Periyasamy2021-02-177-8/+294
* ath11k: add data path support for QCN9074Karthikeyan Periyasamy2021-02-178-237/+913
* ath11k: add hal support for QCN9074Karthikeyan Periyasamy2021-02-1711-89/+269
* ath11k: add static window support for register accessKarthikeyan Periyasamy2021-02-173-9/+68
* ath11k: Add qcn9074 mhi controller configAnilkumar Kolli2021-02-174-8/+122
* ath11k: Update memory segment count for qcn9074Anilkumar Kolli2021-02-172-1/+3
* ath11k: qmi: increase the number of fw segmentsAnilkumar Kolli2021-02-171-3/+3
* ath11k: Move qmi service_ins_id to hw_paramsAnilkumar Kolli2021-02-174-2/+6
* ath11k: Refactor ath11k_msi_configAnilkumar Kolli2021-02-172-17/+23
* ath11k: debugfs: Fix spelling mistake "Opportunies" -> "Opportunities"Colin Ian King2021-02-161-1/+1
* ath9k: fix ath_tx_process_buffer() potential null ptr dereferenceShuah Khan2021-02-161-12/+16
* net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock2021-02-122-18/+71
* net: axienet: hook up nway_reset ethtool operationRobert Hancock2021-02-121-0/+8
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-02-1210-136/+86
|\
| * ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski2021-02-122-7/+9
| * ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2021-02-122-21/+23
| * i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski2021-02-122-17/+19
| * i40e: Simplify the do-while allocation loopBjörn Töpel2021-02-121-3/+1
| * ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski2021-02-121-4/+3
| * ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski2021-02-121-9/+0
| * ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2021-02-122-18/+14
| * ice: simplify ice_run_xdpMaciej Fijalkowski2021-02-121-10/+5
| * i40e: adjust i40e_is_non_eopMaciej Fijalkowski2021-02-121-17/+6
| * i40e: drop misleading function commentsMaciej Fijalkowski2021-02-121-27/+6
| * i40e: drop redundant check when setting xdp progMaciej Fijalkowski2021-02-121-3/+0
* | net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean2021-02-123-11/+219
* | net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2021-02-123-5/+153
* | net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean2021-02-122-5/+10
* | net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean2021-02-121-0/+1
* | net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-126-102/+231
* | net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-126-68/+97
* | net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-125-5/+10
* | octeontx2: Fix condition.David S. Miller2021-02-121-1/+1
* | net: ipa: introduce gsi_channel_initialized()Alex Elder2021-02-121-8/+14
* | net: ipa: introduce ipa_table_hash_support()Alex Elder2021-02-123-9/+17
* | net: ipa: fix register write command validationAlex Elder2021-02-121-8/+24
* | net: ipa: use dev_err_probe() in ipa_clock.cAlex Elder2021-02-121-4/+5
* | net: ipa: use a separate pointer for adjusted GSI memoryAlex Elder2021-02-123-26/+28
* | octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()Gustavo A. R. Silva2021-02-121-1/+1