aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* qede: preserve per queue stats across up/down of interfaceBhaskar Upadhaya2021-02-113-7/+48
* qede: add per queue coalesce support for qede driverBhaskar Upadhaya2021-02-111-0/+124
* qede: add netpoll support for qede driverBhaskar Upadhaya2021-02-111-1/+2
* net: hns3: fix return of random stack valueGustavo A. R. Silva2021-02-111-2/+1
* net: stmmac: dwmac-intel-plat: remove unnecessary initializationNobuhiro Iwamatsu2021-02-111-3/+0
* r8169: re-configure WOL settings on resume from hibernationHeiner Kallweit2021-02-111-11/+5
* net: phy: icplus: add MDI/MDIX support for IP101A/GMichael Walle2021-02-111-0/+97
* net: phy: icplus: add PHY counter for IP101GMichael Walle2021-02-111-0/+75
* net: phy: icplus: fix paged register accessMichael Walle2021-02-111-13/+54
* net: phy: icplus: don't set APS_EN bit on IP101GMichael Walle2021-02-111-7/+20
* net: phy: icplus: split IP101A/G driverMichael Walle2021-02-111-3/+66
* net: phy: icplus: use the .soft_reset() of the phy-coreMichael Walle2021-02-111-30/+2
* net: phy: icplus: drop address operator for functionsMichael Walle2021-02-111-5/+5
* net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/GMichael Walle2021-02-111-2/+2
* net: phy: icplus: use PHY_ID_MATCH_MODEL() macroMichael Walle2021-02-111-9/+10
* net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2021-02-112-0/+126
* net: dsa: xrs700x: use of_match_ptr() on xrs700x_mdio_dt_idsGeorge McCollister2021-02-111-1/+2
* net: dsa: xrs700x: fix unused warning for of_device_idGeorge McCollister2021-02-112-2/+2
* Revert "net-loopback: set lo dev initial state to UP"Petr Machata2021-02-111-6/+0
* net: phy: introduce phydev->portMichael Walle2021-02-119-4/+34
* ibmvnic: prefer strscpy over strlcpyLijun Pan2021-02-111-3/+3
* ibmvnic: remove unused spinlock_t stats_lock definitionLijun Pan2021-02-112-3/+0
* ibmvnic: add comments for spinlock_t definitionsLijun Pan2021-02-111-4/+6
* ibmvnic: fix miscellaneous checksLijun Pan2021-02-111-8/+9
* ibmvnic: avoid multiple line dereferenceLijun Pan2021-02-111-9/+8
* ibmvnic: fix bracesLijun Pan2021-02-111-2/+1
* ibmvnic: fix block commentsLijun Pan2021-02-111-8/+4
* ibmvnic: prefer 'unsigned long' over 'unsigned long int'Lijun Pan2021-02-111-8/+8
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-02-1112-299/+3378
|\
| * i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia2021-02-101-1/+1
| * i40e: VLAN field for flow directorPrzemyslaw Patynowski2021-02-104-292/+289
| * i40e: Add flow director support for IPv6Przemyslaw Patynowski2021-02-104-119/+551
| * i40e: Add EEE status getting & setting implementationAleksandr Loktionov2021-02-102-2/+123
| * i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski2021-02-101-7/+745
| * i40e: Add init and default config of software based DCBArkadiusz Kubalewski2021-02-103-58/+497
| * i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski2021-02-107-13/+1365
* | net: mvpp2: add an entry to skip parserStefan Chulski2021-02-102-1/+17
* | octeontx2-pf: ethtool physical link configurationChristina Jacob2021-02-101-0/+63
* | octeontx2-pf: ethtool physical link statusChristina Jacob2021-02-101-0/+158
* | octeontx2-af: advertised link modes support on cgxChristina Jacob2021-02-103-3/+146
* | octeontx2-af: Physical link configuration supportChristina Jacob2021-02-105-3/+113
* | octeontx2-pf: ethtool fec mode supportChristina Jacob2021-02-104-1/+188
* | octeontx2-af: Add new CGX_CMD to get PHY FEC statisticsFelix Manlunas2021-02-106-0/+97
* | octeontx2-af: forward error correction configurationChristina Jacob2021-02-105-2/+155
* | net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao2021-02-103-26/+24
* | net: mhi: Add mbim protoLoic Poulain2021-02-104-1/+304
* | net: mhi: Add rx_length_errors statLoic Poulain2021-02-102-0/+2
* | net: mhi: Create mhi.hLoic Poulain2021-02-102-31/+38
* | net: mhi: Add dedicated folderLoic Poulain2021-02-103-1/+4
* | net: mhi: Add protocol supportLoic Poulain2021-02-101-12/+57