summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-12xen/events: link interdomain events to associated xenbus deviceJuergen Gross6-30/+37
2021-02-12xen/netback: fix spurious event detection for common event caseJuergen Gross1-3/+5
2021-02-12Merge tag 'mlx5-for-upstream-2021-02-10' of git://git.kernel.org/pub/scm/linu...David S. Miller8-10/+16
2021-02-12r8169: disable detection of bogus xid's 308/388Heiner Kallweit1-3/+6
2021-02-12bonding: 3ad: Print an error for unknown speedsIdo Schimmel1-4/+4
2021-02-12bonding: 3ad: add support for 400G speedNikolay Aleksandrov1-0/+9
2021-02-12bonding: 3ad: add support for 200G speedNikolay Aleksandrov1-0/+9
2021-02-12qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya3-7/+48
2021-02-12qede: add per queue coalesce support for qede driverBhaskar Upadhaya1-0/+124
2021-02-12qede: add netpoll support for qede driverBhaskar Upadhaya1-1/+2
2021-02-12net: hns3: fix return of random stack valueGustavo A. R. Silva1-2/+1
2021-02-12net: stmmac: dwmac-intel-plat: remove unnecessary initializationNobuhiro Iwamatsu1-3/+0
2021-02-12r8169: re-configure WOL settings on resume from hibernationHeiner Kallweit1-11/+5
2021-02-12net: phy: icplus: add MDI/MDIX support for IP101A/GMichael Walle1-0/+97
2021-02-12net: phy: icplus: add PHY counter for IP101GMichael Walle1-0/+75
2021-02-12net: phy: icplus: fix paged register accessMichael Walle1-13/+54
2021-02-12net: phy: icplus: don't set APS_EN bit on IP101GMichael Walle1-7/+20
2021-02-12net: phy: icplus: split IP101A/G driverMichael Walle1-3/+66
2021-02-12net: phy: icplus: use the .soft_reset() of the phy-coreMichael Walle1-30/+2
2021-02-12net: phy: icplus: drop address operator for functionsMichael Walle1-5/+5
2021-02-12net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/GMichael Walle1-2/+2
2021-02-12net: phy: icplus: use PHY_ID_MATCH_MODEL() macroMichael Walle1-9/+10
2021-02-12net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2-0/+126
2021-02-12net: dsa: xrs700x: use of_match_ptr() on xrs700x_mdio_dt_idsGeorge McCollister1-1/+2
2021-02-12net: dsa: xrs700x: fix unused warning for of_device_idGeorge McCollister2-2/+2
2021-02-12Revert "net-loopback: set lo dev initial state to UP"Petr Machata1-6/+0
2021-02-12net: phy: introduce phydev->portMichael Walle9-4/+34
2021-02-12ibmvnic: prefer strscpy over strlcpyLijun Pan1-3/+3
2021-02-12ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan2-3/+0
2021-02-12ibmvnic: add comments for spinlock_t definitionsLijun Pan1-4/+6
2021-02-12ibmvnic: fix miscellaneous checksLijun Pan1-8/+9
2021-02-12ibmvnic: avoid multiple line dereferenceLijun Pan1-9/+8
2021-02-12ibmvnic: fix bracesLijun Pan1-2/+1
2021-02-12ibmvnic: fix block commentsLijun Pan1-8/+4
2021-02-12ibmvnic: prefer 'unsigned long' over 'unsigned long int'Lijun Pan1-8/+8
2021-02-11Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller12-299/+3378
2021-02-11net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe()Wei Yongjun1-0/+1
2021-02-11net/mlx5e: Fix error return code in mlx5e_tc_esw_init()Wei Yongjun1-2/+4
2021-02-11net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-02-11net/mlx5e: Fix tc_tun.h to verify MLX5_ESWITCH configVlad Buslov1-0/+4
2021-02-11net/mlx5: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-02-11net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"Colin Ian King1-1/+1
2021-02-11net/mlx5e: Fix spelling mistake "channles" -> "channels"Colin Ian King1-1/+1
2021-02-11net/mlx5_core: remove unused including <generated/utsrelease.h>Zou Wei1-1/+0
2021-02-11net/mlx5: fix spelling mistake in Kconfig "accelaration" -> "acceleration"Colin Ian King1-3/+3
2021-02-11net: mvpp2: add an entry to skip parserStefan Chulski2-1/+17
2021-02-11octeontx2-pf: ethtool physical link configurationChristina Jacob1-0/+63
2021-02-11octeontx2-pf: ethtool physical link statusChristina Jacob1-0/+158
2021-02-11octeontx2-af: advertised link modes support on cgxChristina Jacob3-3/+146
2021-02-11octeontx2-af: Physical link configuration supportChristina Jacob5-3/+113