summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-096-11/+29
|\
| * bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-091-0/+6
| * bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-091-3/+7
| * net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas2019-04-091-1/+3
| * qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-1/+1
| * broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-092-6/+6
| * r8169: disable ASPM againHeiner Kallweit2019-04-091-0/+6
* | ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich2019-04-091-8/+8
* | mlxsw: core: Add support for devlink info commandShalom Toledo2019-04-091-0/+41
* | mlxsw: reg: Add MGIR registerShalom Toledo2019-04-091-0/+55
* | net: hns3: fix keep_alive_timer not stop problemHuazhong Tan2019-04-091-1/+11
* | net: hns3: remove resetting check in hclgevf_reset_task_scheduleHuazhong Tan2019-04-091-2/+1
* | net: hns3: add error handler for initializing command queueHuazhong Tan2019-04-092-6/+16
* | net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan2019-04-091-1/+2
* | net: hns3: handle pending reset while reset failHuazhong Tan2019-04-091-0/+2
* | net: hns3: do not request reset when hardware resettingHuazhong Tan2019-04-091-0/+10
* | net: hns3: ignore lower-level new coming resetHuazhong Tan2019-04-091-0/+4
* | net: hns3: deactive the reset timer when reset successfullyHuazhong Tan2019-04-091-0/+1
* | net: hns3: adjust the timing of hns3_client_stop when unloadingHuazhong Tan2019-04-091-2/+2
* | net: hns3: not reset vport who not alive when PF resetHuazhong Tan2019-04-091-1/+1
* | net: hns3: set up the vport alive state while reinitializingHuazhong Tan2019-04-091-0/+8
* | net: hns3: set vport alive state to default while resettingHuazhong Tan2019-04-091-1/+1
* | ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-092-0/+17
* | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-091-0/+3
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-092-2/+3
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-091-2/+2
* | Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-0818-356/+675
|\ \
| * | net/mlx5e: Unify logic of MTU boundariesTariq Toukan2019-04-054-15/+20
| * | net/mlx5e: Obsolete param field holding a constant valueTariq Toukan2019-04-052-3/+1
| * | net/mlx5: A write memory barrier is sufficient in EQ ci updateTariq Toukan2019-04-051-1/+1
| * | net/mlx5e: Do not rewrite fields with the same matchEli Britstein2019-04-051-32/+104
| * | net/mlx5e: Offload TC e-switch rules with ingress VLAN deviceEli Britstein2019-04-052-5/+44
| * | net/mlx5e: Offload TC e-switch rules with egress VLAN deviceEli Britstein2019-04-051-0/+34
| * | net/mlx5e: Allow VLAN rewrite of prio field with the same matchEli Britstein2019-04-051-2/+6
| * | net/mlx5e: Deny VLAN rewrite if there is no VLAN header matchEli Britstein2019-04-051-0/+11
| * | net/mlx5e: Use helpers to get headers criteria and value pointersEli Britstein2019-04-051-9/+25
| * | net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported actionTonghao Zhang2019-04-051-7/+20
| * | net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attrTonghao Zhang2019-04-051-1/+0
| * | net/mlx5e: Remove 'parse_attr' argument in parse_tc_fdb_actions()Tonghao Zhang2019-04-051-2/+2
| * | net/mlx5e: Make the log friendly when decapsulation offload not supportedTonghao Zhang2019-04-051-3/+5
| * | net/mlx5: E-Switch, Fix double mutex initializationMax Gurtovoy2019-04-051-2/+0
| * | net/mlx5: Handle event of power detection in the PCIE slotAya Levin2019-04-051-0/+75
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-0510-274/+327
| |\ \
| | * | net/mlx5: Fix false compilation warningTariq Toukan2019-04-021-1/+1
| | * | net/mlx5: Add rate limit print macrosAya Levin2019-04-021-0/+10
| | * | net/mlx5: Add explicit bar address fieldHuy Nguyen2019-04-022-2/+3
| | * | net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen2019-04-024-103/+106
| | * | net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen2019-04-023-4/+4
| | * | net/mlx5: Make mlx5_core messages independent from mdev->pdevHuy Nguyen2019-04-021-10/+9
| | * | net/mlx5: Break load_one into three stagesSaeed Mahameed2019-04-021-71/+77