aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin1-0/+5
2019-07-31ice: Do not configure port with no mediaTony Nguyen2-82/+158
2019-07-31ice: separate out control queue lock creationJacob Keller3-29/+91
2019-07-31ice: Always set prefena when configuring an Rx queueBrett Creeley2-1/+9
2019-07-31ice: Move vector base setup to PF VSITony Nguyen1-4/+4
2019-07-31ice: track hardware stat registers past rolloverJacob Keller5-130/+91
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt1-32/+72
2019-07-31myri10ge: remove unneeded variableDing Xiang1-2/+1
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET1-1/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd15-60/+14
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon17-30/+30
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov2-0/+9
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2-2/+18
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2-12/+20
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov3-6/+8
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov3-7/+40
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov4-97/+149
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed3-22/+28
2019-07-29net/mlx5e: Avoid warning print when not requiredSaeed Mahameed1-1/+2
2019-07-29net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen1-2/+3
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2-53/+67
2019-07-29bnxt_en: Support TPA counters on 57500 chips.Michael Chan1-10/+31
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2-2/+9
2019-07-29bnxt_en: Refactor ethtool ring statistics logic.Michael Chan1-50/+70
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan1-1/+32
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2-2/+53
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan1-25/+75
2019-07-29bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan1-3/+5
2019-07-29bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan1-41/+28
2019-07-29bnxt_en: Handle standalone RX_AGG completions.Michael Chan1-2/+18
2019-07-29bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan2-6/+41
2019-07-29bnxt_en: Refactor TPA logic.Michael Chan1-48/+69
2019-07-29bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan1-0/+67
2019-07-29bnxt_en: Update firmware interface spec. to 1.10.0.89.Michael Chan2-16/+108
2019-07-29r8169: make use of xmit_moreHeiner Kallweit1-5/+12
2019-07-29net: ag71xx: use resource_size for the ioremap sizeDing Xiang1-1/+1
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan2-2/+5
2019-07-29net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin2-8/+17
2019-07-29net: hns3: add interrupt affinity support for misc interruptYunsheng Lin2-4/+53
2019-07-29net: hns3: make hclge_service use delayed workqueueYunsheng Lin2-34/+21
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu3-0/+48
2019-07-29net: hns3: modify firmware version display formatYufeng Mo4-4/+40
2019-07-29net: hns3: change GFP flag during lock periodYufeng Mo1-1/+1
2019-07-29net: hns3: remove upgrade reset level when reset failHuazhong Tan1-20/+8