summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: add ethtool flow control configuration supportStefan Chulski2021-02-112-0/+111
* net: mvpp2: add RXQ flow control configurationsStefan Chulski2021-02-112-1/+150
* net: mvpp2: enable global flow controlStefan Chulski2021-02-112-4/+37
* net: mvpp2: add FCA RXQ non occupied descriptor thresholdStefan Chulski2021-02-112-7/+40
* net: mvpp2: add FCA periodic timer configurationsStefan Chulski2021-02-112-0/+58
* net: mvpp2: increase BM pool and RXQ sizeStefan Chulski2021-02-111-4/+4
* net: mvpp2: add PPv23 version definitionStefan Chulski2021-02-112-15/+24
* net: mvpp2: always compare hw-version vs MVPP21Stefan Chulski2021-02-111-19/+19
* net: mvpp2: add CM3 SRAM memory mapStefan Chulski2021-02-112-0/+27
* dts: marvell: add CM3 SRAM memory to cp11x ethernet device treeKonstantin Porotchkin2021-02-111-1/+1
* doc: marvell: add CM3 address space and PPv2.3 descriptionStefan Chulski2021-02-111-2/+4
* xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-117-33/+41
* xen/netback: fix spurious event detection for common event caseJuergen Gross2021-02-111-3/+5
* net: fib_notifier: don't return positive values on fib registrationVlad Buslov2021-02-111-2/+3
* Merge tag 'mlx5-for-upstream-2021-02-10' of git://git.kernel.org/pub/scm/linu...David S. Miller2021-02-1110-13/+18
|\
| * net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe()Wei Yongjun2021-02-111-0/+1
| * net/mlx5e: Fix error return code in mlx5e_tc_esw_init()Wei Yongjun2021-02-111-2/+4
| * net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter2021-02-111-1/+1
| * net/mlx5: docs: correct section reference in table of contentsLukas Bulwahn2021-02-111-2/+2
| * net/mlx5e: Fix tc_tun.h to verify MLX5_ESWITCH configVlad Buslov2021-02-111-0/+4
| * net/mlx5: Assign boolean values to a bool variableJiapeng Zhong2021-02-111-1/+1
| * net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"Colin Ian King2021-02-111-1/+1
| * net/mlx5e: Fix spelling mistake "channles" -> "channels"Colin Ian King2021-02-111-1/+1
| * net/mlx5: Delete device list leftoverLeon Romanovsky2021-02-111-1/+0
| * net/mlx5_core: remove unused including <generated/utsrelease.h>Zou Wei2021-02-111-1/+0
| * net/mlx5: fix spelling mistake in Kconfig "accelaration" -> "acceleration"Colin Ian King2021-02-111-3/+3
* | net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean2021-02-111-1/+2
* | r8169: disable detection of bogus xid's 308/388Heiner Kallweit2021-02-111-3/+6
* | Merge branch 'bond-3ad-200g-400g'David S. Miller2021-02-111-4/+22
|\ \
| * | bonding: 3ad: Print an error for unknown speedsIdo Schimmel2021-02-111-4/+4
| * | bonding: 3ad: add support for 400G speedNikolay Aleksandrov2021-02-111-0/+9
| * | bonding: 3ad: add support for 200G speedNikolay Aleksandrov2021-02-111-0/+9
|/ /
* | Merge branch 'qede-netpoll-coalesce'David S. Miller2021-02-114-5/+171
|\ \
| * | 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
* | net: initialize net->net_cookie at netns setupEric Dumazet2021-02-113-24/+7
* | r8169: re-configure WOL settings on resume from hibernationHeiner Kallweit2021-02-111-11/+5
* | Merge branch 'phy-icplus-next'David S. Miller2021-02-111-61/+323
|\ \
| * | 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
|/ /