aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich1-8/+8
2019-04-08net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit1-6/+4
2019-04-08mlxsw: core: Add support for devlink info commandShalom Toledo1-0/+41
2019-04-08mlxsw: reg: Add MGIR registerShalom Toledo1-0/+55
2019-04-08qmi_wwan: Add quirk for Quectel dynamic configKristian Evensen1-34/+31
2019-04-08net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit2-22/+11
2019-04-08net: hns3: fix keep_alive_timer not stop problemHuazhong Tan1-1/+11
2019-04-08net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan1-2/+1
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan2-6/+16
2019-04-08net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan1-1/+2
2019-04-08net: hns3: handle pending reset while reset failHuazhong Tan1-0/+2
2019-04-08net: hns3: do not request reset when hardware resettingHuazhong Tan1-0/+10
2019-04-08net: hns3: ignore lower-level new coming resetHuazhong Tan1-0/+4
2019-04-08net: hns3: deactive the reset timer when reset successfullyHuazhong Tan1-0/+1
2019-04-08net: hns3: adjust the timing of hns3_client_stop when unloadingHuazhong Tan1-2/+2
2019-04-08net: hns3: not reset vport who not alive when PF resetHuazhong Tan1-1/+1
2019-04-08net: hns3: set up the vport alive state while reinitializingHuazhong Tan1-0/+8
2019-04-08net: hns3: set vport alive state to default while resettingHuazhong Tan1-1/+1
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2-0/+17
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-6/+4
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+2
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-0/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern5-5/+10
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-2/+2
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit1-4/+8
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller22-365/+683
2019-04-08cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2-7/+5
2019-04-08net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean1-0/+17
2019-04-08net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean1-0/+23
2019-04-06net: hns: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2019-04-06r8152: Refresh MAC address during USBDEVFS_RESETMario Limonciello1-15/+35
2019-04-06r8152: remove extra action copying ethernet addressMario Limonciello1-1/+0
2019-04-06net: phy: meson-gxl: clean-up gxl variant driverJerome Brunet1-4/+2
2019-04-06net: phy: meson-gxl: add g12a supportJerome Brunet1-0/+11
2019-04-06net: phy: add amlogic g12a mdio mux supportJerome Brunet3-0/+392
2019-04-06virtio-net: Fix some minor formatting errorsYuval Shaia1-4/+6
2019-04-06virtio-net: Remove inclusion of pci.hYuval Shaia1-1/+0
2019-04-06r8169: disable tx interrupt coalescing on RTL8168Heiner Kallweit1-18/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller245-5510/+1796
2019-04-05net/mlx5e: Unify logic of MTU boundariesTariq Toukan4-15/+20
2019-04-05net/mlx5e: Obsolete param field holding a constant valueTariq Toukan2-3/+1
2019-04-05net/mlx5: A write memory barrier is sufficient in EQ ci updateTariq Toukan1-1/+1
2019-04-05net/mlx5e: Do not rewrite fields with the same matchEli Britstein1-32/+104
2019-04-05net/mlx5e: Offload TC e-switch rules with ingress VLAN deviceEli Britstein2-5/+44
2019-04-05net/mlx5e: Offload TC e-switch rules with egress VLAN deviceEli Britstein1-0/+34
2019-04-05net/mlx5e: Allow VLAN rewrite of prio field with the same matchEli Britstein1-2/+6
2019-04-05net/mlx5e: Deny VLAN rewrite if there is no VLAN header matchEli Britstein1-0/+11
2019-04-05net/mlx5e: Use helpers to get headers criteria and value pointersEli Britstein1-9/+25
2019-04-05net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported actionTonghao Zhang1-7/+20
2019-04-05net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attrTonghao Zhang1-1/+0