summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-114/+137
2020-10-15Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds23-45/+23
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2020-10-08r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit1-0/+7
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean1-0/+2
2020-10-06net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean1-6/+6
2020-10-05net: mvneta: fix double free of txq->bufTom Rix1-11/+2
2020-10-04net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET1-1/+1
2020-10-04net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-10-04net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran3-9/+28
2020-10-03Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller12-119/+347
2020-10-02net/mlx5e: Fix race condition on nhe->n pointer in neigh updateVlad Buslov2-37/+50
2020-10-02net/mlx5e: Fix VLAN create flowAya Levin1-2/+4
2020-10-02net/mlx5e: Fix VLAN cleanup flowAya Levin1-2/+6
2020-10-02net/mlx5e: Fix return status when setting unsupported FEC modeAya Levin1-0/+3
2020-10-02net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin1-1/+18
2020-10-02net/mlx5e: CT, Fix coverity issueMaor Dickman1-1/+3
2020-10-02net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin2-5/+58
2020-10-02net/mlx5e: Fix error path for RQ allocAya Levin1-15/+17
2020-10-02net/mlx5: Fix request_irqs error flowMaor Gottlieb1-1/+1
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed2-9/+10
2020-10-02net/mlx5: Add retry mechanism to the command entry index allocationEran Ben Elisha1-1/+20
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha3-9/+86
2020-10-02net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha1-38/+71
2020-10-02net/mlx5: Fix a race when moving command interface to polling modeEran Ben Elisha1-0/+2
2020-10-01r8169: fix data corruption issue on RTL8402Heiner Kallweit1-0/+4
2020-10-01r8169: fix handling ether_clkHeiner Kallweit1-13/+19
2020-10-01octeontx2-pf: Fix synchnorization issue in mboxHariprasad Kelam4-9/+19
2020-10-01octeontx2-pf: Fix the device state on errorHariprasad Kelam1-1/+4
2020-10-01octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya1-0/+1
2020-10-01octeontx2-af: Fix enable/disable of default NPC entriesSubbaraya Sundeep3-11/+23
2020-09-30ice: preserve NVM capabilities in safe modeJacob Keller1-22/+27
2020-09-30ice: increase maximum wait time for flash write commandsJacob Keller1-2/+8
2020-09-30via-rhine: New device driver maintainerKevin Brace1-1/+1
2020-09-30via-rhine: Eliminate version informationKevin Brace1-15/+0
2020-09-30via-rhine: VTunknown1 device is really VT8251 South BridgeKevin Brace1-1/+1
2020-09-30via-rhine: Fix for the hardware having a reset failure after resumeKevin Brace1-0/+2
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo5-31/+60
2020-09-27r8169: fix RTL8168f/RTL8411 EPHY configHeiner Kallweit1-2/+2
2020-09-27mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel1-1/+2
2020-09-26net: atlantic: fix build when object tree is separateIgor Russkikh1-2/+2
2020-09-26dpaa2-eth: fix command version for Tx shapingIoana Ciornei1-1/+3
2020-09-26net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stopIvan Khoronzhuk1-2/+4
2020-09-26net: stmmac: Fix clock handling on remove pathWong Vee Khee1-1/+0
2020-09-25ice: fix memory leak in ice_vsi_setupJacob Keller1-1/+13
2020-09-25ice: fix memory leak if register_netdev_failsJacob Keller3-19/+6
2020-09-25ice: Fix call trace on suspendAnirudh Venkataramanan1-0/+1
2020-09-25iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-09-25sgiseeq: convert to dma_alloc_noncoherentChristoph Hellwig1-10/+18
2020-09-25lib82596: convert to dma_alloc_noncoherentChristoph Hellwig3-63/+80