summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Merge tag 'for-net-next-2021-04-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller9-282/+833
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-08net: phy: marvell10g: change module descriptionMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: differentiate 88E2110 vs 88E2111Marek Behún1-0/+62
2021-04-08net: phy: marvell10g: fix driver name for mv88e2110Marek Behún1-1/+1
2021-04-08net: phy: marvell10g: add separate structure for 88X3340Marek Behún1-2/+56
2021-04-08net: phy: marvell10g: support other MACTYPEsMarek Behún1-36/+54
2021-04-08net: phy: marvell10g: store temperature read method in chip strucutreMarek Behún1-9/+14
2021-04-08net: phy: marvell10g: check for correct supported interface modeMarek Behún1-7/+30
2021-04-08net: phy: marvell10g: support all rate matching modesMarek Behún1-11/+92
2021-04-08net: phy: marvell10g: add MACTYPE definitions for 88E21xxMarek Behún1-0/+9
2021-04-08net: phy: marvell10g: add all MACTYPE definitions for 88X33x0Marek Behún1-5/+13
2021-04-08net: phy: marvell10g: indicate 88X33x0 only port control registersMarek Behún1-7/+7
2021-04-08net: phy: marvell10g: allow 5gbase-r and usxgmiiMarek Behún1-1/+7
2021-04-08net: phy: marvell10g: fix typoMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: rename registerMarek Behún1-4/+4
2021-04-08Bluetooth: Add support for virtio transport driverMarcel Holtmann3-0/+413
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-08net: wan: z85230: drop unused async stateJohan Hovold1-39/+0