summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2249-213/+368
|\
| * sfc: Include XDP packet headroom in buffer step size.Charles McLachlan2019-12-201-7/+7
| * sfc: fix channel allocation with brute forceEdward Cree2019-12-202-22/+19
| * qede: Disable hardware gro when xdp prog is installedManish Chopra2019-12-201-2/+2
| * net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski2019-12-201-14/+10
| * net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski2019-12-201-1/+1
| * net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu2019-12-201-1/+1
| * net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao2019-12-201-1/+1
| * cxgb4: fix refcount init for TC-MQPRIO offloadRahul Lakkireddy2019-12-201-4/+8
| * net: macb: fix probing of PHY not described in the dtAntoine Tenart2019-12-191-4/+23
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-1910-40/+37
| |\
| | * net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-192-3/+12
| | * net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-193-4/+12
| | * net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-195-33/+13
| * | net: stmmac: Always arm TX Timer at end of transmission startJose Abreu2019-12-181-4/+2
| * | net: stmmac: Enable 16KB buffer sizeJose Abreu2019-12-181-1/+3
| * | net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu2019-12-181-3/+2
| * | net: stmmac: RX buffer size must be 16 byte alignedJose Abreu2019-12-181-1/+1
| * | net: stmmac: xgmac: Clear previous RX buffer sizeJose Abreu2019-12-182-1/+4
| * | net: stmmac: Only the last buffer has the FCS fieldJose Abreu2019-12-181-2/+3
| * | net: stmmac: Do not accept invalid MTU valuesJose Abreu2019-12-181-0/+12
| * | net: stmmac: Determine earlier the size of RX bufferJose Abreu2019-12-181-13/+11
| * | net: stmmac: selftests: Needs to check the number of Multicast regsJose Abreu2019-12-181-0/+4
| * | nfp: flower: fix stats id allocationJohn Hurley2019-12-171-6/+6
| * | net: ag71xx: fix compile warningsOleksij Rempel2019-12-171-2/+2
| * | net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings2019-12-171-4/+4
| * | dpaa2-ptp: fix double free of the ptp_qoriq IRQIoana Ciornei2019-12-171-6/+8
| * | net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost2019-12-161-0/+2
| * | cxgb4: Fix kernel panic while accessing sge_infoVishal Kulkarni2019-12-151-0/+4
| * | bnx2x: Fix logic to get total no. of PFs per engineManish Chopra2019-12-141-1/+1
| * | bnx2x: Do not handle requests from VFs after parityManish Chopra2019-12-143-2/+23
| * | net: ethernet: ti: build cpsw-common for switchdevArnd Bergmann2019-12-141-0/+1
| * | net: ethernet: ti: select PAGE_POOL for switchdev driverArnd Bergmann2019-12-141-0/+1
| * | net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
| * | net/ibmvnic: Fix typo in retry checkThomas Falcon2019-12-131-1/+1
| * | bnxt: apply computed clamp value for coalece parameterJonathan Lemon2019-12-131-1/+1
| |/
| * qede: Fix multicast mac configurationManish Chopra2019-12-121-1/+1
| * net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal2019-12-101-3/+7
| * bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2019-12-102-14/+22
| * bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam2019-12-103-21/+56
| * bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2019-12-102-9/+3
| * bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam2019-12-101-10/+26
| * bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2019-12-102-8/+34
| * bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan2019-12-101-0/+3
| * bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan2019-12-101-2/+6
| * net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory...Grygorii Strashko2019-12-091-3/+2
| * mlxsw: spectrum_router: Remove unlikely user-triggerable warningIdo Schimmel2019-12-091-1/+6
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-0932-77/+77
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0822-133/+212
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1