aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski4-54/+39
2021-02-22net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan1-0/+1
2021-02-22net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang1-4/+26
2021-02-22net: phy: icplus: call phy_restore_page() when phy_select_page() failsDan Carpenter1-4/+5
2021-02-22net: mvpp2: skip RSS configurations on loopback portStefan Chulski1-11/+14
2021-02-22dpaa_eth: fix the access method for the dpaa_napi_portalCamelia Groza1-1/+1
2021-02-22net: ag71xx: remove unnecessary MTU reservationDENG Qingfang1-3/+1
2021-02-21octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()Dan Carpenter1-1/+1
2021-02-20Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-4/+5
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek3-8/+8
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-17octeontx2-pf: Fix otx2_get_fecparam()Dan Carpenter1-1/+1
2021-02-17cteontx2-pf: cn10k: Prevent harmless double shift bugsDan Carpenter1-3/+3
2021-02-17net: stmmac: Add PCI bus info to ethtool driver query outputWong Vee Khee2-0/+5
2021-02-17net: stmmac: dwmac-sun8i: Add a shutdown callbackSamuel Holland1-0/+10
2021-02-17net: stmmac: dwmac-sun8i: Minor probe function cleanupSamuel Holland1-1/+3
2021-02-17net: stmmac: dwmac-sun8i: Use reset_control_resetSamuel Holland1-4/+4
2021-02-17net: stmmac: dwmac-sun8i: Remove unnecessary PHY power checkSamuel Holland1-4/+2
2021-02-17net: stmmac: dwmac-sun8i: Return void from PHY unpowerSamuel Holland1-3/+2
2021-02-17r8169: use macro pm_ptrHeiner Kallweit1-3/+1
2021-02-17net: mdio: Remove of_phy_attach()Florian Fainelli1-30/+0
2021-02-17net: mscc: ocelot: select PACKING in the KconfigVladimir Oltean1-0/+1
2021-02-16net: re-solve some conflicts after net -> net-next mergeJakub Kicinski4-36/+9
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller35-225/+482
2021-02-16net: phy: broadcom: Do not modify LED configuration for SFP module PHYsRobert Hancock1-9/+15
2021-02-16net: phy: Add is_on_sfp_module flag and phy_on_sfp helperRobert Hancock1-0/+2
2021-02-16net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616SRobert Hancock1-12/+72
2021-02-16lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck1-9/+26
2021-02-16lan743x: boost performance on cpu archs w/o dma cache snoopingSven Van Asbroeck2-181/+148
2021-02-16net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-16net: mvneta: Implement mqprio supportMaxime Chevallier1-0/+61
2021-02-16net: mvneta: Remove per-cpu queue mapping for Armada 3700Maxime Chevallier1-1/+8
2021-02-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller8-117/+399
2021-02-16drivers: net: xilinx_emaclite: remove arch limitationGary Guo2-3/+2
2021-02-16net: dsa: felix: Add support for MRPHoratiu Vultur1-0/+38
2021-02-16net: mscc: ocelot: Add support for MRPHoratiu Vultur4-1/+245
2021-02-16net: phy: marvell: Ensure SGMII auto-negotiation is enabled for 88E1111Robert Hancock1-5/+8
2021-02-16sfp: add support for 5gbase-t SFPsMarek BehĂșn1-0/+3
2021-02-16net: phylink: Add 5gbase-r supportMarek BehĂșn1-0/+4
2021-02-16tg3: Remove unused PHY_BRCM flagsFlorian Fainelli1-6/+0
2021-02-16net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K1-0/+3
2021-02-16net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2-1/+9
2021-02-16net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2-1/+1
2021-02-16net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2-1/+41