summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-04-12ibmvnic: print adapter state as a stringLijun Pan1-18/+49
2021-04-12ibmvnic: print reset reason as a stringLijun Pan1-7/+28
2021-04-12ibmvnic: clean up the remaining debugfs data structuresLijun Pan1-94/+0
2021-04-12bnxt_en: Free and allocate VF-Reps during error recovery.Sriharsha Basavapatna3-2/+74
2021-04-12bnxt_en: Refactor __bnxt_vf_reps_destroy().Michael Chan1-5/+16
2021-04-12bnxt_en: Refactor bnxt_vf_reps_create().Sriharsha Basavapatna1-18/+22
2021-04-12bnxt_en: Invalidate health register mapping at the end of probe.Vasundhara Volam1-0/+1
2021-04-12bnxt_en: Treat health register value 0 as valid in bnxt_try_reover_fw().Michael Chan1-2/+2
2021-04-12net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King1-4/+4
2021-04-12net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-04-12cxgb4: Fix unintentional sign extension issuesColin Ian King1-11/+11
2021-04-11ehea: add missing MODULE_DEVICE_TABLEQiheng Lin1-0/+1
2021-04-11net/mlx5: Add support for DSFP module EEPROM dumpsVladyslav Tarasiuk1-0/+2
2021-04-11net/mlx5: Implement get_module_eeprom_by_page()Vladyslav Tarasiuk2-0/+85
2021-04-11net/mlx5: Refactor module EEPROM queryVladyslav Tarasiuk1-34/+45
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski59-241/+558
2021-04-09enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-09net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski11-38/+189
2021-04-09net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-04-09cxgb4: remove unneeded if-null-free checkQiheng Lin3-10/+4
2021-04-09r8169: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-09net: fec: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta2-3/+3
2021-04-09lan743x: fix ethernet frame cutoff issueSven Van Asbroeck1-4/+4
2021-04-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller12-250/+391
2021-04-08net: hns3: add suspend and resume pm_opsJiaran Zhang2-0/+31
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang4-30/+37
2021-04-08ionic: extend ts_config set lockingShannon Nelson1-6/+10
2021-04-08ionic: add ts_config replayShannon Nelson3-32/+60
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson1-1/+1
2021-04-08ionic: re-start ptp after queues upShannon Nelson1-3/+3
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson1-0/+1
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson1-1/+1
2021-04-08ionic: remove unnecessary compat ifdefShannon Nelson1-2/+0
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-08i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-04-08i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-08i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski1-0/+3
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski1-7/+5
2021-04-08i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik1-1/+1
2021-04-07ice: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan4-6/+1
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-07ice: Limit forced overrides based on FW versionJeb Cramer1-12/+2
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan6-42/+103
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3