summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko2019-04-043-39/+0
* mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko2019-04-046-7/+16
* net: devlink: extend port attrs for switch IDJiri Pirko2019-04-043-3/+4
* ibmvnic: remove set but not used variable 'netdev'YueHaibing2019-04-041-2/+0
* ehea: remove set but not used variables 'epa' and 'cq_handle_ref'YueHaibing2019-04-041-5/+1
* net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing2019-04-041-2/+1
* ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing2019-04-041-1/+1
* net: hns3: split function hnae3_match_n_instantiate()Jian Shen2019-04-041-18/+22
* net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan2019-04-041-3/+1
* net: hns3: prevent change MTU when resettingHuazhong Tan2019-04-041-0/+3
* net: hns3: check resetting status in hns3_get_stats()Huazhong Tan2019-04-041-0/+5
* net: hns3: add protect when handling mac addr listJian Shen2019-04-041-2/+8
* net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan2019-04-041-11/+24
* net: hns3: minor optimization for datapathYunsheng Lin2019-04-041-3/+21
* net: hns3: minor optimization for ring_spaceYunsheng Lin2019-04-041-10/+5
* net: hns3: return 0 and print warning when hit duplicate MACPeng Li2019-04-041-2/+5
* net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2019-04-044-5/+43
* net: hns3: reduce resources use in kdump kernelYonglong Liu2019-04-041-1/+22
* net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li2019-04-041-0/+4
* net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2019-04-031-5/+3
* net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart2019-04-031-0/+2
* net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart2019-04-031-1/+11
* net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva2019-04-031-0/+1
* net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit2019-04-021-0/+11
* net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit2019-04-021-1/+8
* net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit2019-04-021-24/+12
* net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit2019-04-021-2/+1
* net: phy: add genphy_read_abilitiesHeiner Kallweit2019-04-021-0/+48
* tg3: allow ethtool -p to work for NICs in down stateJon Maxwell2019-04-021-3/+0
* macsec: add noinline tag to avoid a frame size warningFlorian Westphal2019-04-011-10/+12
* drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2019-04-011-3/+5
* drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2019-04-012-9/+7
* drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal2019-04-014-12/+12
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-0127-29/+30
* net: phy: aquantia: add SGMII statisticsHeiner Kallweit2019-04-011-2/+112
* net: phy: improve genphy_read_statusHeiner Kallweit2019-04-011-15/+8
* nfp: implement ethtool get module EEPROMDirk van der Merwe2019-04-011-0/+131
* nfp: nsp: implement read SFF module EEPROMDirk van der Merwe2019-04-012-0/+70
* nfp: flower: reduce action list size by coalescing mangle actionsPieter Jansen van Vuuren2019-04-011-77/+122
* net: phy: aquantia: add suspend / resume callbacks for AQR107 familyHeiner Kallweit2019-04-011-0/+16
* net: ethernet: ti: davinci_mdio: switch to readl/writel()Grygorii Strashko2019-04-011-11/+11
* cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-04-011-2/+2
* cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva2019-04-011-1/+1
* r8169: use netif_receive_skb_list batchingHeiner Kallweit2019-03-311-1/+4
* mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko2019-03-311-2/+2
* mlxsw: spectrum_acl: Remove failed_rollback dead endJiri Pirko2019-03-311-10/+10
* mlxsw: spectrum_acl: Move rehash_dis trace call and err msg to vregion_migrate()Jiri Pirko2019-03-311-6/+5
* mlxsw: spectrum_acl: Remove redundant failed_rollback from migrate_start()Jiri Pirko2019-03-311-4/+1
* team: use netif_is_team_port()Julian Wiedmann2019-03-291-4/+2
* cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni2019-03-295-65/+95