summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-10-31mlxsw: spectrum: Replace port_to_module array with array of structsJiri Pirko2-39/+84
2019-10-31mlxsw: spectrum: Distinguish between unsplittable and split portJiri Pirko1-4/+11
2019-10-31mlxsw: spectrum: Move max_width check up before count checkJiri Pirko1-6/+6
2019-10-31mlxsw: spectrum: Use PMTM register to get max module widthJiri Pirko4-19/+67
2019-10-31mlxsw: reg: Add Port Module Type Mapping RegisterJiri Pirko1-0/+50
2019-10-31mlxsw: reg: Extend PMLP tx/rx lane value size to 4 bitsJiri Pirko1-2/+3
2019-10-31cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'Christophe JAILLET1-6/+2
2019-10-31Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller10-55/+122
2019-10-30mlxsw: Enforce firmware version for Spectrum-2Ido Schimmel1-0/+18
2019-10-30mlxsw: Bump firmware version to 13.2000.2308Ido Schimmel1-1/+1
2019-10-30mlxsw: pci: Increase PCI reset timeout for SN3800 systemsIdo Schimmel1-1/+1
2019-10-30mlxsw: reg: Increase size of MPAR registerIdo Schimmel1-1/+1
2019-10-30e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin1-0/+2
2019-10-30e1000e: Add support for Tiger LakeSasha Neftin5-1/+26
2019-10-30i40e: Add UDP segmentation offload supportJosh Hunt2-3/+10
2019-10-30ixgbe: Add UDP segmentation offload supportJosh Hunt1-6/+18
2019-10-30igb: Add UDP segmentation offload supportJosh Hunt2-6/+18
2019-10-30e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck1-6/+1
2019-10-30e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck1-33/+35
2019-10-30e1000e: Add support for Comet LakeSasha Neftin2-0/+12
2019-10-30broadcom: bnxt: Fix use true/false for boolSaurav Girepunje1-1/+1
2019-10-30cavium: thunder: Fix use true/false for bool typeSaurav Girepunje1-6/+6
2019-10-30ionic: Remove set but not used variable 'sg_desc'YueHaibing1-2/+0
2019-10-30net: aquantia: fix error handling in aq_ptp_pollGustavo A. R. Silva1-0/+2
2019-10-30net: aquantia: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-10-30net: aquantia: make two symbols be staticMao Wenan2-2/+2
2019-10-30Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller14-131/+289
2019-10-29net: fec: remove redundant assignment to pointer bdpColin Ian King1-1/+0
2019-10-29net: aquantia: fix unintention integer overflow on left shiftColin Ian King1-1/+1
2019-10-29net: aquantia: fix spelling mistake: tx_queus -> tx_queuesColin Ian King1-1/+1
2019-10-29net: mediatek: remove unneeded semicolonYueHaibing2-4/+4
2019-10-29mlxsw: spectrum_buffers: remove unneeded semicolonYueHaibing1-2/+2
2019-10-29r8169: use helper rtl_hw_aspm_clkreq_enable also in rtl_hw_start_8168g_2Heiner Kallweit1-2/+1
2019-10-28mvpp2: prefetch frame headerMatteo Croce1-0/+1
2019-10-28mvpp2: sync only the received frameMatteo Croce1-2/+7
2019-10-28mvpp2: refactor frame drop routineMatteo Croce1-8/+9
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven4-5/+5
2019-10-26net: aquantia: disable ptp object build if no configIgor Russkikh2-1/+86
2019-10-26net: aquantia: fix warnings on endiannessIgor Russkikh2-6/+5
2019-10-26net: aquantia: fix var initialization warningIgor Russkikh1-1/+1
2019-10-26ionic: update driver versionShannon Nelson1-1/+1
2019-10-26ionic: implement support for rx sglShannon Nelson3-84/+224
2019-10-26ionic: add a watchdog timer to monitor heartbeatShannon Nelson3-2/+20
2019-10-26ionic: add heartbeat checkShannon Nelson3-1/+70
2019-10-26ionic: reverse an interrupt coalesce calculationShannon Nelson1-1/+1
2019-10-26ionic: fix up struct name commentsShannon Nelson1-98/+98
2019-10-26r8169: improve rtl8169_rx_fillHeiner Kallweit1-6/+3
2019-10-26r8169: align fix_features callback with vendor driverHeiner Kallweit1-1/+1
2019-10-25i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost1-0/+1
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov4-27/+39