summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-10-3110-55/+122
|\
| * e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin2019-10-301-0/+2
| * e1000e: Add support for Tiger LakeSasha Neftin2019-10-305-1/+26
| * i40e: Add UDP segmentation offload supportJosh Hunt2019-10-302-3/+10
| * ixgbe: Add UDP segmentation offload supportJosh Hunt2019-10-301-6/+18
| * igb: Add UDP segmentation offload supportJosh Hunt2019-10-302-6/+18
| * e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck2019-10-301-6/+1
| * e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck2019-10-301-33/+35
| * e1000e: Add support for Comet LakeSasha Neftin2019-10-302-0/+12
* | wimax: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang2019-10-311-3/+3
* | vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()Guillaume Nault2019-10-311-3/+2
* | net: phy: marvell: add downshift support for 88E1145Heiner Kallweit2019-10-311-0/+3
* | bonding: balance ICMP echoes in layer3+4 modeMatteo Croce2019-10-311-7/+70
* | mlxsw: Enforce firmware version for Spectrum-2Ido Schimmel2019-10-301-0/+18
* | mlxsw: Bump firmware version to 13.2000.2308Ido Schimmel2019-10-301-1/+1
* | mlxsw: pci: Increase PCI reset timeout for SN3800 systemsIdo Schimmel2019-10-301-1/+1
* | mlxsw: reg: Increase size of MPAR registerIdo Schimmel2019-10-301-1/+1
* | broadcom: bnxt: Fix use true/false for boolSaurav Girepunje2019-10-301-1/+1
* | cavium: thunder: Fix use true/false for bool typeSaurav Girepunje2019-10-301-6/+6
* | net: phy: marvell: add PHY tunable support for more PHY versionsHeiner Kallweit2019-10-301-0/+12
* | net: phy: marvell: add downshift support for M88E1111Heiner Kallweit2019-10-301-0/+64
* | net: phy: marvell: fix downshift function namingHeiner Kallweit2019-10-301-15/+15
* | net: phy: marvell: fix typo in constant MII_M1011_PHY_SRC_DOWNSHIFT_MASKHeiner Kallweit2019-10-301-4/+4
|/
* ionic: Remove set but not used variable 'sg_desc'YueHaibing2019-10-301-2/+0
* net: phy: dp83867: support Wake on LANThomas Haemmerle2019-10-301-1/+130
* net: aquantia: fix error handling in aq_ptp_pollGustavo A. R. Silva2019-10-301-0/+2
* net: aquantia: remove unused including <linux/version.h>YueHaibing2019-10-301-1/+0
* net: dsa: LAN9303: select REGMAP when LAN9303 enableMao Wenan2019-10-301-0/+1
* net: aquantia: make two symbols be staticMao Wenan2019-10-302-2/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-10-3014-131/+289
|\
| * i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost2019-10-251-0/+1
| * i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov2019-10-254-27/+39
| * i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek2019-10-252-3/+28
| * i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski2019-10-251-0/+1
| * i40e: initialize ITRN registers with correct valuesNicholas Nunley2019-10-251-5/+5
| * i40e: Extend PHY access with page change flagPiotr Azarewicz2019-10-255-26/+87
| * i40e: Extract detection of HW flags into a functionPiotr Azarewicz2019-10-252-17/+58
| * i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin2019-10-252-19/+26
| * i40e: Fix for persistent lldp supportSylwia Wnuczko2019-10-254-34/+44
* | net: fec: remove redundant assignment to pointer bdpColin Ian King2019-10-291-1/+0
* | net: aquantia: fix unintention integer overflow on left shiftColin Ian King2019-10-291-1/+1
* | net: aquantia: fix spelling mistake: tx_queus -> tx_queuesColin Ian King2019-10-291-1/+1
* | net: mediatek: remove unneeded semicolonYueHaibing2019-10-292-4/+4
* | mlxsw: spectrum_buffers: remove unneeded semicolonYueHaibing2019-10-291-2/+2
* | net: dsa: mv88e6xxx: Add devlink param for ATU hash algorithm.Andrew Lunn2019-10-294-1/+169
* | r8169: use helper rtl_hw_aspm_clkreq_enable also in rtl_hw_start_8168g_2Heiner Kallweit2019-10-291-2/+1
* | net: dsa: bcm_sf2: Wire up MDB operationsFlorian Fainelli2019-10-281-0/+3
* | net: dsa: b53: Add support for MDBFlorian Fainelli2019-10-282-3/+67
* | mvpp2: prefetch frame headerMatteo Croce2019-10-281-0/+1
* | mvpp2: sync only the received frameMatteo Croce2019-10-281-2/+7