summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-01-10et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-3/+2
2022-01-10be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET1-9/+5
2022-01-10bna: Simplify DMA settingChristophe JAILLET1-24/+10
2022-01-10net: alteon: Simplify DMA settingChristophe JAILLET2-8/+2
2022-01-10myri10ge: Simplify DMA settingChristophe JAILLET1-12/+1
2022-01-10qlcnic: Simplify DMA settingChristophe JAILLET6-38/+19
2022-01-10net: allwinner: Fix print formatJakub Kicinski1-2/+2
2022-01-10net/mlx5e: Fix build error in fec_set_block_stats()Jakub Kicinski1-1/+1
2022-01-10bnxt_en: improve firmware timeout messagingEdwin Peer4-24/+25
2022-01-10bnxt_en: use firmware provided max timeout for messagesEdwin Peer6-12/+15
2022-01-10bnxt_en: improve VF error messages when PF is unavailableEdwin Peer3-9/+40
2022-01-10bnxt_en: add dynamic debug support for HWRM messagesEdwin Peer2-21/+50
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar117-533/+1188
2022-01-08net: ena: Extract recurring driver reset code into a functionArthur Kiyanovski2-31/+23
2022-01-08net: ena: Change the name of bad_csum variableArthur Kiyanovski3-4/+4
2022-01-08net: ena: Add debug prints for invalid req_id resetsArthur Kiyanovski1-4/+4
2022-01-08net: ena: Remove ena_calc_queue_size_ctx structArthur Kiyanovski2-42/+19
2022-01-08net: ena: Move reset completion print to the reset functionArthur Kiyanovski1-2/+2
2022-01-08net: ena: Remove redundant return code checkArthur Kiyanovski1-1/+1
2022-01-08net: ena: Change ENI stats support check to use capabilities fieldArthur Kiyanovski3-13/+10
2022-01-08net: ena: Add capabilities field with support for ENI stats capabilityArthur Kiyanovski3-1/+30
2022-01-08net: ena: Change return value of ena_calc_io_queue_size() to voidArthur Kiyanovski1-5/+3
2022-01-08octeontx2-af: Fix interrupt name stringsSunil Goutham2-4/+3
2022-01-08net: dsa: felix: add port fast age supportVladimir Oltean1-0/+37
2022-01-08net: mscc: ocelot: fix incorrect balancing with down LAG portsVladimir Oltean1-15/+11
2022-01-07iavf: remove an unneeded variableJason Wang1-3/+1
2022-01-07i40e: remove variables set but not usedYang Li1-5/+0
2022-01-07i40e: Remove non-inclusive languageMateusz Palczewski2-3/+3
2022-01-07i40e: Update FW API versionMateusz Palczewski1-2/+2
2022-01-07i40e: Minimize amount of busy-waiting during AQ sendJedrzej Jagielski3-14/+35
2022-01-07i40e: Add ensurance of MacVlan resources for every trusted VFKaren Sornek1-5/+29
2022-01-07octeontx2-nicvf: Free VF PTP resources.Rakesh Babu Saladi1-1/+4
2022-01-07octeontx2-af: Increment ptp refcount before useSubbaraya Sundeep1-0/+2
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller16-228/+672
2022-01-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-180/+263
2022-01-07mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen4-1/+98
2022-01-07mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculationAmit Cohen2-16/+252
2022-01-07mlxsw: Add operations structure for bloom filter calculationAmit Cohen4-2/+18
2022-01-07mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for futu...Amit Cohen1-25/+25
2022-01-07mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...Amit Cohen1-11/+25
2022-01-07mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aes...Amit Cohen1-8/+8
2022-01-07mlxsw: Introduce flex key elements for Spectrum-4Amit Cohen2-0/+43
2022-01-07mlxsw: Rename virtual router flex key elementAmit Cohen4-12/+12
2022-01-07dpaa2-switch: check if the port priv is validIoana Ciornei1-3/+6
2022-01-07dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei1-1/+14
2022-01-07dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa1-1/+4
2022-01-07Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh1-20/+1
2022-01-07net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh1-9/+6
2022-01-07net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman1-0/+3
2022-01-07net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory1-4/+1