summaryrefslogtreecommitdiffstats
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-08Merge branch 'mlxsw-Add-support-for-devlink-info-command'David S. Miller3-0/+101
2019-04-08Documentation: networking: devlink-info-versions: Add fw.psidShalom Toledo1-0/+5
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-08Merge branch 'hns3-next'David S. Miller5-14/+59
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-08Merge branch 'ipv4-Enable-support-for-IPv6-gateway-with-IPv4-routes'David S. Miller32-257/+696
2019-04-08selftests: fib_tests: Add tests for ipv6 gateway with ipv4 routeDavid Ahern1-1/+69
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern3-8/+123
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern4-0/+20
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern1-2/+8
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern1-1/+9
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern1-4/+6
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern1-3/+14
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern4-23/+59
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern4-6/+7
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern1-0/+27
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern1-109/+125
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2-7/+27
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern5-8/+38
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern3-19/+34
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern13-45/+57
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern10-38/+35
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2-4/+42
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern3-0/+17
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit2-4/+10
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller27-397/+747
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-08datagram: remove rendundant 'peeked' argumentPaolo Abeni6-38/+28
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov1-20/+44
2019-04-07Merge branch 'rhashtable-bitlocks'David S. Miller12-173/+271
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown2-23/+43
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown12-178/+236