summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski84-364/+969
2021-04-10enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-10net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski11-38/+189
2021-04-10net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-04-10cxgb4: remove unneeded if-null-free checkQiheng Lin3-10/+4
2021-04-10r8169: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-10net: fec: use mac-managed PHY PMHeiner Kallweit1-0/+3
2021-04-10net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit1-0/+6
2021-04-09net: hns3: Trivial spell fix in hns3 driverSalil Mehta2-3/+3
2021-04-09lan743x: fix ethernet frame cutoff issueSven Van Asbroeck1-4/+4
2021-04-09net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl1-3/+16
2021-04-09net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl1-26/+159
2021-04-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller5-12/+17
2021-04-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller12-250/+391
2021-04-08net: hns3: add suspend and resume pm_opsJiaran Zhang2-0/+31
2021-04-08net: hns3: change flr_prepare/flr_done function namesJiaran Zhang4-30/+37
2021-04-08ionic: extend ts_config set lockingShannon Nelson1-6/+10
2021-04-08ionic: add ts_config replayShannon Nelson3-32/+60
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson1-1/+1
2021-04-08ionic: re-start ptp after queues upShannon Nelson1-3/+3
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson1-0/+1
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson1-1/+1
2021-04-08ionic: remove unnecessary compat ifdefShannon Nelson1-2/+0
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-08net: phy: marvell10g: change module descriptionMarek Behún1-1/+1
2021-04-08net: phy: marvell10g: differentiate 88E2110 vs 88E2111Marek Behún1-0/+62
2021-04-08net: phy: marvell10g: fix driver name for mv88e2110Marek Behún1-1/+1
2021-04-08net: phy: marvell10g: add separate structure for 88X3340Marek Behún1-2/+56
2021-04-08net: phy: marvell10g: support other MACTYPEsMarek Behún1-36/+54
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-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-08virt_wifi: Return micros for BSS TSF valuesA. Cody Schuffelen1-2/+3
2021-04-08ice: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-08ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-08ice: Remove rx_gro_dropped statAnirudh Venkataramanan4-6/+1
2021-04-08ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12