aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-20net: phy: at803x: fix probe error if copper page is selectedMichael Walle1-6/+17
2021-04-20net: mana: remove redundant initialization of variable errColin Ian King1-1/+1
2021-04-20sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree1-2/+1
2021-04-20sfc: farch: fix TX queue lookup in TX event handlingEdward Cree1-4/+4
2021-04-20sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree1-4/+4
2021-04-20virtio-net: fix use-after-free in page_to_skb()Eric Dumazet1-1/+4
2021-04-20phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)1-1/+1
2021-04-20net: enetc: automatically select IERB moduleMichael Walle1-1/+1
2021-04-20virtio-net: restrict build_skb() use to some archesEric Dumazet1-1/+1
2021-04-20net: wwan: Fix bit ops double shiftLoic Poulain2-4/+6
2021-04-20net: dsa: mv88e6xxx: Allow dynamic reconfiguration of tag protocolTobias Waldekranz1-0/+39
2021-04-20net: dsa: mv88e6xxx: Mark chips with undocumented EDSA tag supportTobias Waldekranz2-35/+46
2021-04-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller9-45/+40
2021-04-20mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata1-7/+6
2021-04-20mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata1-32/+83
2021-04-20mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata1-16/+73
2021-04-20mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata1-46/+118
2021-04-20mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata1-30/+18
2021-04-20mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata1-6/+6
2021-04-20mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata1-4/+1
2021-04-20mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata1-15/+7
2021-04-20mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata1-7/+1
2021-04-20korina: Fix build.David S. Miller1-1/+1
2021-04-20net: phy: marvell: add support for Amethyst internal PHYMarek Behún1-3/+114
2021-04-20net: dsa: mv88e6xxx: simulate Amethyst PHY model numberMarek Behún1-0/+1
2021-04-20net: phy: marvell: use assignment by bitwise AND operatorMarek Behún1-1/+1
2021-04-20net: phy: marvell: fix HWMON enable register for 6390Marek Behún1-10/+9
2021-04-20net: phy: marvell: refactor HWMON OOP styleMarek Behún1-244/+125
2021-04-20korina: Fix conflict with global symbol desc_empty on x86.David S. Miller1-8/+8
2021-04-20Merge tag 'mlx5-updates-2021-04-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-164/+1298
2021-04-20net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang1-2/+6
2021-04-20net: ag71xx: make use of generic NET_SELFTESTS libraryOleksij Rempel2-4/+17
2021-04-20net: fec: make use of generic NET_SELFTESTS libraryOleksij Rempel2-0/+8
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel2-3/+28
2021-04-20net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel1-2/+5
2021-04-20dm raid: fix fall-through warning in rs_check_takeover() for ClangGustavo A. R. Silva1-0/+1
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-04-20libata: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-20RDMA/mlx5: Expose private query portMark Bloch1-0/+173
2021-04-20video: hyperv_fb: Add ratelimit on error messageMichael Kelley1-1/+1
2021-04-20Drivers: hv: vmbus: Increase wait time for VMbus unloadMichael Kelley1-5/+25
2021-04-20Drivers: hv: vmbus: Initialize unload_event staticallyAndrea Parri (Microsoft)2-1/+8
2021-04-20RDMA/mlx4: Remove an unused variableChristophe JAILLET1-3/+0
2021-04-20Merge series "spi: altera: Add DFL bus support for Altera SPI" from matthew.g...Mark Brown5-163/+401
2021-04-20platform/chrome: cros_ec_typec: Handle hard resetPrashant Malani1-0/+13
2021-04-20platform/chrome: cros_ec_typec: Track port rolePrashant Malani1-1/+4
2021-04-20thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Zhen Lei1-17/+17
2021-04-20spidev: Add Micron SPI NOR Authenta device compatibleShivamurthy Shastri1-0/+1
2021-04-20spi: altera: Add DFL bus driver for Altera API ControllerMatthew Gerlach3-0/+214
2021-04-20spi: altera: separate core code from platform codeMatthew Gerlach4-163/+187