summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil
2021-04-09net: enetc: fix TX ring interrupt stormVladimir Oltean
2021-04-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2021-04-09net: enetc: fix array underflow in error handling codeDan Carpenter
2021-04-09cxgb4: remove unneeded if-null-free checkQiheng Lin
2021-04-09r8169: use mac-managed PHY PMHeiner Kallweit
2021-04-09net: fec: use mac-managed PHY PMHeiner Kallweit
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta
2021-04-09lan743x: fix ethernet frame cutoff issueSven Van Asbroeck
2021-04-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-04-08net: hns3: add suspend and resume pm_opsJiaran Zhang
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang
2021-04-08ionic: extend ts_config set lockingShannon Nelson
2021-04-08ionic: add ts_config replayShannon Nelson
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson
2021-04-08ionic: re-start ptp after queues upShannon Nelson
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson
2021-04-08ionic: remove unnecessary compat ifdefShannon Nelson
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu
2021-04-08i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski
2021-04-08i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski
2021-04-08i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski
2021-04-08i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik
2021-04-07ice: Remove unnecessary blank lineTony Nguyen
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan
2021-04-07ice: Limit forced overrides based on FW versionJeb Cramer
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan
2021-04-07ice: Modify recursive way of adding nodesVictor Raj
2021-04-07ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun
2021-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King