aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2-15/+23
2019-05-30qed: Fix static checker warningMichal Kalderon1-12/+12
2019-05-30r8169: decouple rtl_phy_write_fw from actual driver codeHeiner Kallweit1-20/+28
2019-05-30r8169: improve rtl_fw_format_okHeiner Kallweit1-14/+9
2019-05-30r8169: enable WoL speed down on more chip versionsHeiner Kallweit1-24/+2
2019-05-30net: dsa: sja1105: Make static_config_check_memory_size staticYueHaibing1-1/+1
2019-05-30mlxsw: core: Reduce buffer size in transactions for SFP modules temperature readoutVadim Pasternak3-74/+33
2019-05-30mlxsw: core: Extend the index size for temperature sensors readoutVadim Pasternak1-3/+4
2019-05-30mlxsw: core: Extend hwmon interface with inter-connect temperature attributesVadim Pasternak1-5/+96
2019-05-30mlxsw: reg: Add Management General Peripheral Information RegisterVadim Pasternak1-0/+52
2019-05-30mlxsw: reg: Extend sensor index field size of Management Temperature RegisterVadim Pasternak1-2/+3
2019-05-30mlxsw: core: Re-order initialization sequenceIdo Schimmel1-10/+11
2019-05-30mlxsw: i2c: Allow flexible setting of I2C transactions sizeVadim Pasternak1-18/+46
2019-05-30mlxsw: i2c: Extend initialization with querying firmware infoVadim Pasternak2-0/+30
2019-05-30net: stmmac: selftests: Use kfree_skb() instead of kfree()Jose Abreu1-1/+1
2019-05-30net: stmmac: selftests: Fix sparse warningJose Abreu1-1/+1
2019-05-30net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_insYueHaibing1-2/+1
2019-05-30net: stmmac: Switch to devm_alloc_etherdev_mqsJisheng Zhang1-8/+3
2019-05-30tua6100: Avoid build warnings.David S. Miller1-11/+11
2019-05-30net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev1-8/+27
2019-05-30i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev1-1/+2
2019-05-29net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut1-22/+2
2019-05-29net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk1-2/+5
2019-05-29net: dsa: sja1105: Fix broken fixed-link interfaces on user portsVladimir Oltean1-5/+6
2019-05-29net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei1-60/+77
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei1-5/+20
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei4-38/+68
2019-05-29net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei1-18/+32
2019-05-29net: phy: Add phy_standalone sysfs entryIoana Ciornei1-0/+22
2019-05-29net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-05-29net: phy: Guard against the presence of a netdevIoana Ciornei1-10/+23
2019-05-29net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean1-17/+26
2019-05-29r8169: remove 1000/Half from supported modesHeiner Kallweit1-1/+4
2019-05-29net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen7-3/+460
2019-05-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-276/+1129
2019-05-29net: stmmac: Fix build error without CONFIG_INETYueHaibing1-0/+1
2019-05-29net: stmmac: use dev_info() before netdev is registeredJisheng Zhang1-2/+2
2019-05-29qed: fix spelling mistake "inculde" -> "include"Colin Ian King1-1/+1
2019-05-29ice: Add a helper to trigger software interruptBrett Creeley3-15/+25
2019-05-29ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash1-0/+7
2019-05-29ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2-0/+49
2019-05-29ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan1-4/+3
2019-05-29ice: Remove redundant and premature event configDave Ertman1-6/+0
2019-05-29ice: Change message levelMitch Williams1-1/+1
2019-05-29ice: Check all VFs for MDD activity, don't disableMitch Williams1-12/+11
2019-05-29ice: Refactor interrupt trackingBrett Creeley6-218/+263
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan11-13/+752
2019-05-29ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley1-1/+2
2019-05-29ice: Set minimum default Rx descriptor count to 512Brett Creeley1-6/+13
2019-05-29ice: Resolve static analysis warningBruce Allan1-4/+4