summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_insYueHaibing2019-05-301-2/+1
* net: stmmac: Switch to devm_alloc_etherdev_mqsJisheng Zhang2019-05-301-8/+3
* tua6100: Avoid build warnings.David S. Miller2019-05-301-11/+11
* net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev2019-05-301-8/+27
* i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-05-301-1/+2
* net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut2019-05-301-22/+2
* net: ethernet: ti: cpsw: correct .ndo_open error pathIvan Khoronzhuk2019-05-301-2/+5
* net: dsa: sja1105: Fix broken fixed-link interfaces on user portsVladimir Oltean2019-05-301-5/+6
* net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei2019-05-301-60/+77
* net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei2019-05-301-5/+20
* net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-304-38/+68
* net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei2019-05-301-18/+32
* net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-301-0/+22
* net: phy: Check against net_device being NULLIoana Ciornei2019-05-301-0/+6
* net: phy: Guard against the presence of a netdevIoana Ciornei2019-05-301-10/+23
* net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean2019-05-301-17/+26
* r8169: remove 1000/Half from supported modesHeiner Kallweit2019-05-301-1/+4
* net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen2019-05-307-3/+460
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-2916-276/+1129
|\
| * ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25
| * ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
| * ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-292-0/+49
| * ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan2019-05-291-4/+3
| * ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0
| * ice: Change message levelMitch Williams2019-05-291-1/+1
| * ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11
| * ice: Refactor interrupt trackingBrett Creeley2019-05-296-218/+263
| * ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-2911-13/+752
| * ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley2019-05-291-1/+2
| * ice: Set minimum default Rx descriptor count to 512Brett Creeley2019-05-291-6/+13
| * ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
| * ice: Implement toggling ethtool rx-vlan-filterTony Nguyen2019-05-291-0/+7
| * ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan2019-05-291-3/+0
| * ice: Fix LINE_SPACING style issueBruce Allan2019-05-291-1/+0
* | net: stmmac: Fix build error without CONFIG_INETYueHaibing2019-05-291-0/+1
* | net: stmmac: use dev_info() before netdev is registeredJisheng Zhang2019-05-291-2/+2
* | qed: fix spelling mistake "inculde" -> "include"Colin Ian King2019-05-291-1/+1
* | qede: Handle infinite driver spinning for Tx timestamp.Sudarsana Reddy Kalluru2019-05-294-7/+36
* | qed: Reduce the severity of ptp debug message.Sudarsana Reddy Kalluru2019-05-291-1/+2
|/
* macvlan: Replace strncpy() by strscpy()Gustavo A. R. Silva2019-05-291-1/+1
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-05-298-94/+47
|\
| * igc: Cleanup the redundant codeSasha Neftin2019-05-291-20/+3
| * igc: Add flow control supportSasha Neftin2019-05-292-0/+24
| * e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-05-291-2/+4
| * Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-05-291-6/+9
| * igc: Remove the obsolete workaroundSasha Neftin2019-05-292-58/+3
| * igc: Clean up unused pointersSasha Neftin2019-05-291-3/+0
| * igc: Fix double definitionsSasha Neftin2019-05-291-3/+0
| * igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
| * igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1