summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller57-317/+447
2019-04-05ibmvnic: Fix completion structure initializationThomas Falcon1-2/+3
2019-04-05net: phy: realtek: remove setting callback get_features and use phylib fallbackHeiner Kallweit1-10/+0
2019-04-05net: phy: allow a PHY driver to define neither features nor get_featuresHeiner Kallweit1-7/+12
2019-04-05Revert "r8169: use netif_receive_skb_list batching"Heiner Kallweit1-4/+1
2019-04-05mlxsw: switch_ib: Pass valid HW id down to mlxsw_core_port_init()Jiri Pirko1-1/+21
2019-04-05nfp: remove ndo_get_port_parent_id implementationJiri Pirko3-18/+0
2019-04-05nfp: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+4
2019-04-05bnxt: remove ndo_get_port_parent_id implementation for physical portsJiri Pirko1-1/+0
2019-04-05bnxt: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+2
2019-04-05bnxt: move bp->switch_id initialization to PF probeJiri Pirko2-25/+25
2019-04-05mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko3-39/+0
2019-04-05mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko6-7/+16
2019-04-05net: devlink: extend port attrs for switch IDJiri Pirko3-3/+4
2019-04-05libcxgb: fix incorrect ppmax calculationVarun Prakash1-1/+8
2019-04-05ibmvnic: remove set but not used variable 'netdev'YueHaibing1-2/+0
2019-04-05ehea: remove set but not used variables 'epa' and 'cq_handle_ref'YueHaibing1-5/+1
2019-04-05net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing1-2/+1
2019-04-05ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi1-8/+12
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu11-43/+33
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-04-04net: hns3: split function hnae3_match_n_instantiate()Jian Shen1-18/+22
2019-04-04net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan1-3/+1
2019-04-04net: hns3: prevent change MTU when resettingHuazhong Tan1-0/+3
2019-04-04net: hns3: check resetting status in hns3_get_stats()Huazhong Tan1-0/+5
2019-04-04net: hns3: add protect when handling mac addr listJian Shen1-2/+8
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan1-11/+24
2019-04-04net: hns3: minor optimization for datapathYunsheng Lin1-3/+21
2019-04-04net: hns3: minor optimization for ring_spaceYunsheng Lin1-10/+5
2019-04-04net: hns3: return 0 and print warning when hit duplicate MACPeng Li1-2/+5
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu4-5/+43
2019-04-04net: hns3: reduce resources use in kdump kernelYonglong Liu1-1/+22
2019-04-04net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li1-0/+4
2019-04-04net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit1-5/+3
2019-04-04net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart1-0/+2
2019-04-04net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart1-1/+11
2019-04-04net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller3-14/+33
2019-04-02net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit1-0/+11
2019-04-02net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit1-1/+8
2019-04-02net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit1-24/+12
2019-04-02net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit1-2/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit1-0/+48
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-02macsec: add noinline tag to avoid a frame size warningFlorian Westphal1-10/+12