summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-08RDMA/addr: Be strict with gid sizeLeon Romanovsky1-1/+3
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-08drm/vc4: crtc: Reduce PV fifo threshold on hvs4Dom Cobley1-0/+17
2021-04-08drm/vc4: plane: Remove redundant assignmentMaxime Ripard1-1/+0
2021-04-08Bluetooth: Add support for virtio transport driverMarcel Holtmann3-0/+413
2021-04-08virt_wifi: Return micros for BSS TSF valuesA. Cody Schuffelen1-2/+3
2021-04-08Merge tag 'amd-drm-fixes-5.12-2021-04-08' of https://gitlab.freedesktop.org/a...Dave Airlie4-4/+6
2021-04-08drm/amdgpu/smu7: fix CAC setting on TOPAZAlex Deucher1-1/+2
2021-04-08drm/radeon: Fix size overflowxinhui pan1-2/+2
2021-04-08drm/amdgpu: Fix size overflowxinhui pan1-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
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan4-38/+59
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan4-23/+24
2021-04-07ice: Modify recursive way of adding nodesVictor Raj1-53/+77
2021-04-07ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao3-2/+84
2021-04-07RDMA/qedr: Fix kernel panic when trying to access recv_cqKamal Heib1-1/+2
2021-04-07drm/i915: Fix invalid access to ACPI _DSM objectsTakashi Iwai1-2/+20
2021-04-07net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun1-11/+1
2021-04-07Merge tag 'wireless-drivers-2021-04-07' of git://git.kernel.org/pub/scm/linux...David S. Miller13-55/+97