aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-19virtio-net: per-queue RPS configWillem de Bruijn1-0/+1
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin4-28/+40
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan4-15/+22
2019-01-18net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan1-4/+3
2019-01-18net: hns3: adjust the use of alloc_tqps and num_tqpsHuazhong Tan1-3/+7
2019-01-18net: hns3: fix user configuration loss for ethtool -LHuazhong Tan4-49/+47
2019-01-18net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan2-17/+2
2019-01-18net: hns3: modify parameter checks in the hns3_set_channelsHuazhong Tan1-4/+3
2019-01-18net: hns3: add interface hclge_tm_bp_setupHuazhong Tan1-8/+15
2019-01-18net: hns3: reuse reinitialization interface in the hns3_set_channelsHuazhong Tan1-63/+12
2019-01-18net: hns3: remove unnecessary hns3_adjust_tqps_numHuazhong Tan1-6/+0
2019-01-18net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan2-2/+0
2019-01-18net: hns3: modify enet reinitialization interfaceHuazhong Tan1-2/+16
2019-01-18net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha3-44/+43
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha6-125/+367
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit2-19/+2
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2-2/+1
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit1-0/+3
2019-01-18net: jme: fix indentation issuesColin Ian King1-3/+2
2019-01-18net: vxge: fix indentation issueColin Ian King1-1/+1
2019-01-18net: phy: improve get_phy_idHeiner Kallweit1-9/+2
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit1-2/+0
2019-01-17net/mlx4: remove unneeded semicolonYueHaibing2-2/+2
2019-01-17net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolonYueHaibing1-2/+2
2019-01-17sb1000: fix a couple of indentation issues and remove assignment in if statementsColin Ian King1-4/+7
2019-01-17dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu1-34/+34
2019-01-17wan: dscc4: fix various indentation issuesColin Ian King1-25/+25
2019-01-17mlxsw: spectrum: Add extack messages to VXLAN FDB rejectionPetr Machata2-10/+19
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata5-12/+14
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata2-29/+42
2019-01-17mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replayPetr Machata3-3/+5
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata8-8/+16
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata1-9/+8
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata1-21/+14
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata1-1/+5
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata1-18/+46
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata1-2/+4
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata1-61/+97
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata1-30/+29
2019-01-17net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit1-32/+11
2019-01-17davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre1-0/+1
2019-01-17net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold1-3/+0
2019-01-17net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold1-7/+9
2019-01-17net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold1-1/+4
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward3-10/+63
2019-01-17net: phy: check return code when requesting PHY driver moduleHeiner Kallweit1-5/+30
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-17net: phy: Add helpers to determine if PHY driver is genericFlorian Fainelli1-2/+32
2019-01-17net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing6-4/+73
2019-01-16cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-1/+1