summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Merge tag 'mlx5-fixes-2019-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller4-18/+23
2019-05-30net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev1-8/+27
2019-05-30netvsc: unshare skb in VF rx handlerStephen Hemminger1-0/+6
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan12-54/+53
2019-05-30ice: Recognize higher speedsAnirudh Venkataramanan2-1/+7
2019-05-30ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2-3/+4
2019-05-30ice: Update function headerAnirudh Venkataramanan1-0/+4
2019-05-30ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan1-1/+1
2019-05-30ice: Align to updated AQ command formatsAnirudh Venkataramanan1-7/+8
2019-05-30ice: Use continue instead of an else blockAnirudh Venkataramanan1-3/+5
2019-05-30ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala1-1/+1
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman5-6/+89
2019-05-30ice: Cleanup ice_update_link_infoBruce Allan1-17/+18
2019-05-30ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin1-8/+10
2019-05-30ice: Add support for Forward Error Correction (FEC)Paul Greenwalt6-3/+349
2019-05-30ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan3-44/+115
2019-05-30ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen3-44/+79
2019-05-30ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley1-28/+13
2019-05-30net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut1-22/+2
2019-05-30net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk1-2/+5
2019-05-30net: dsa: sja1105: Fix broken fixed-link interfaces on user portsVladimir Oltean1-5/+6
2019-05-30net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei1-60/+77
2019-05-30net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei1-5/+20
2019-05-30net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei4-38/+68
2019-05-30net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei1-18/+32
2019-05-30net: phy: Add phy_standalone sysfs entryIoana Ciornei1-0/+22
2019-05-30net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-05-30net: phy: Guard against the presence of a netdevIoana Ciornei1-10/+23
2019-05-30net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean1-17/+26
2019-05-30r8169: remove 1000/Half from supported modesHeiner Kallweit1-1/+4
2019-05-30net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen7-3/+460
2019-05-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-276/+1129
2019-05-30net: phy: dp83867: Set up RGMII TX delayMax Uvarov1-3/+1
2019-05-30net: phy: dp83867: do not call config_init twiceMax Uvarov1-1/+1
2019-05-30net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov1-0/+18
2019-05-30net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov1-0/+17
2019-05-30net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King1-0/+13
2019-05-30net: phylink: ensure consistent phy interface modeRussell King1-3/+7
2019-05-30net: 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-29net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda1-0/+4
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