summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-04-10enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-10net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski11-38/+189
2021-04-10net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-04-10cxgb4: remove unneeded if-null-free checkQiheng Lin3-10/+4
2021-04-10r8169: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-10net: fec: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-09Merge 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: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-08ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-08ice: Remove rx_gro_dropped statAnirudh Venkataramanan4-6/+1
2021-04-08ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-08ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-08ice: Limit forced overrides based on FW versionJeb Cramer1-12/+2
2021-04-08ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan6-42/+103
2021-04-08ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3
2021-04-08ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-08ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-08ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-08ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan4-38/+59
2021-04-08ice: Align macro names to the specificationAnirudh Venkataramanan4-23/+24
2021-04-08ice: Modify recursive way of adding nodesVictor Raj1-53/+77
2021-04-08ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao3-2/+84
2021-04-08net: fealnx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2021-04-08net: sundance: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2021-04-08tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08enic: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-08net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun1-11/+1
2021-04-08liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-04-08xircom: remove redundant error check on variable errColin Ian King1-2/+0
2021-04-08Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-278/+1097
2021-04-08mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-04-08stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng2-0/+11
2021-04-07net/mlx5e: TC, Add support to offload sample actionChris Mi5-2/+328
2021-04-07net/mlx5e: TC, Handle sampled packetsChris Mi4-3/+35
2021-04-07net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-07net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-07net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131