summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu2019-05-301-6/+10
* 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
* Merge branch 'Enable-SFP-on-ACPI-based-systems'David S. Miller2019-05-303-9/+35
|\
| * 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-302-1/+8
|/
* 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
* Merge branch 'Decoupling-PHYLINK-from-struct-net_device'David S. Miller2019-05-3013-257/+499
|\
| * net: dsa: sja1105: Fix broken fixed-link interfaces on user portsVladimir Oltean2019-05-301-5/+6
| * net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei2019-05-301-6/+63
| * net: dsa: Move the phylink driver calls into port.cIoana Ciornei2019-05-303-95/+118
| * net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei2019-05-301-60/+77
| * net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei2019-05-302-5/+21
| * net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-308-72/+128
| * net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei2019-05-301-18/+32
| * net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-302-0/+30
| * 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
|/
* net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant2019-05-307-0/+478
* 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
* | rhashtable: Add rht_ptr_rcu and improve rht_ptrHerbert Xu2019-05-291-18/+18
* | 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
* | Merge branch 'qed-Fix-inifinite-spinning-of-PTP-poll-thread'David S. Miller2019-05-295-8/+38
|\ \ | |/ |/|
| * 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