aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-30cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy6-19/+30
2019-12-29mlxsw: spectrum: Use dedicated policer for VRRP packetsIdo Schimmel2-2/+8
2019-12-29mlxsw: spectrum_router: Skip loopback RIFs during MAC validationAmit Cohen1-0/+3
2019-12-27net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCsMartin Blumenstingl1-3/+11
2019-12-26bnx2x: Fix accounting of vlan resources among the PFsManish Chopra1-1/+4
2019-12-26bnx2x: Use appropriate define for vlan creditManish Chopra1-1/+1
2019-12-26dpaa_eth: fix DMA mapping leakMadalin Bucur1-19/+20
2019-12-26net/mlxfw: Fix out-of-memory error in mfa2 flash burningVladyslav Tarasiuk1-3/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds49-213/+368
2019-12-20sfc: Include XDP packet headroom in buffer step size.Charles McLachlan1-7/+7
2019-12-20sfc: fix channel allocation with brute forceEdward Cree2-22/+19
2019-12-20qede: Disable hardware gro when xdp prog is installedManish Chopra1-2/+2
2019-12-20net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski1-14/+10
2019-12-20net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski1-1/+1
2019-12-20net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu1-1/+1
2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2019-12-20cxgb4: fix refcount init for TC-MQPRIO offloadRahul Lakkireddy1-4/+8
2019-12-19net: macb: fix probing of PHY not described in the dtAntoine Tenart1-4/+23
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller10-40/+37
2019-12-19net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2-3/+12
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy3-4/+12
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy5-33/+13
2019-12-18net: stmmac: Always arm TX Timer at end of transmission startJose Abreu1-4/+2
2019-12-18net: stmmac: Enable 16KB buffer sizeJose Abreu1-1/+3
2019-12-18net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu1-3/+2
2019-12-18net: stmmac: RX buffer size must be 16 byte alignedJose Abreu1-1/+1
2019-12-18net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu2-1/+4
2019-12-18net: stmmac: Only the last buffer has the FCS fieldJose Abreu1-2/+3
2019-12-18net: stmmac: Do not accept invalid MTU valuesJose Abreu1-0/+12
2019-12-18net: stmmac: Determine earlier the size of RX bufferJose Abreu1-13/+11
2019-12-18net: stmmac: selftests: Needs to check the number of Multicast regsJose Abreu1-0/+4
2019-12-17nfp: flower: fix stats id allocationJohn Hurley1-6/+6
2019-12-17net: ag71xx: fix compile warningsOleksij Rempel1-2/+2
2019-12-17net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings1-4/+4
2019-12-17dpaa2-ptp: fix double free of the ptp_qoriq IRQIoana Ciornei1-6/+8
2019-12-16net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost1-0/+2
2019-12-15cxgb4: Fix kernel panic while accessing sge_infoVishal Kulkarni1-0/+4
2019-12-14bnx2x: Fix logic to get total no. of PFs per engineManish Chopra1-1/+1
2019-12-14bnx2x: Do not handle requests from VFs after parityManish Chopra3-2/+23
2019-12-14net: ethernet: ti: build cpsw-common for switchdevArnd Bergmann1-0/+1
2019-12-14net: ethernet: ti: select PAGE_POOL for switchdev driverArnd Bergmann1-0/+1
2019-12-14net: marvell: mvpp2: phylink requires the link interruptRussell King1-1/+1
2019-12-13net/ibmvnic: Fix typo in retry checkThomas Falcon1-1/+1
2019-12-13bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1
2019-12-12qede: Fix multicast mac configurationManish Chopra1-1/+1
2019-12-10net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2019-12-10bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2-14/+22
2019-12-10bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam3-21/+56
2019-12-10bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2-9/+3
2019-12-10bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam1-10/+26