summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery2019-08-021-0/+1
* net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery2019-08-021-4/+33
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-08-0112-431/+527
|\
| * ice: Bump version numberTony Nguyen2019-07-311-1/+1
| * ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2019-07-312-16/+0
| * ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-314-102/+48
| * ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin2019-07-311-0/+3
| * ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley2019-07-311-11/+3
| * ice: Add stats for Rx drops at the port levelBrett Creeley2019-07-312-0/+7
| * ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin2019-07-311-5/+5
| * ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin2019-07-311-3/+3
| * ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley2019-07-311-15/+27
| * ice: Disable VFs until reset is completedAkeem G Abodunrin2019-07-311-0/+5
| * ice: Do not configure port with no mediaTony Nguyen2019-07-312-82/+158
| * ice: separate out control queue lock creationJacob Keller2019-07-313-29/+91
| * ice: Always set prefena when configuring an Rx queueBrett Creeley2019-07-312-1/+9
| * ice: Move vector base setup to PF VSITony Nguyen2019-07-311-4/+4
| * ice: track hardware stat registers past rolloverJacob Keller2019-07-315-130/+91
| * ice: add lp_advertising flow control supportPaul Greenwalt2019-07-311-32/+72
* | net: hns3: activate reset timer when calling reset_eventHuazhong Tan2019-08-011-3/+18
* | net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan2019-08-014-13/+61
* | net: hns3: fix some reset handshake issueHuazhong Tan2019-08-016-15/+64
* | net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao2019-08-012-4/+4
* | net: hns3: simplify hclge_cmd_query_error()Weihang Li2019-08-011-14/+5
* | net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin2019-08-011-12/+6
* | net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin2019-08-011-11/+9
* | net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen2019-08-011-25/+25
* | net: hns3: refine for set ring parametersJian Shen2019-08-013-28/+65
* | net: hns3: do not query unsupported commands in debugfsYufeng Mo2019-08-011-24/+46
* | net: hns3: add handler for NCSI error mailboxHuazhong Tan2019-08-014-0/+15
* | net: hns3: add link change event reportJian Shen2019-08-016-4/+79
* | bcm63xx_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-6/+3
* | net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-5/+2
* | net: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-2/+1
* | mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-7/+3
* | Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-07-3112-255/+424
|\ \ | |/ |/|
| * net/mlx5e: Protect tc flow table with mutexVlad Buslov2019-07-292-0/+9
| * net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov2019-07-292-2/+18
| * net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov2019-07-292-12/+20
| * net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov2019-07-293-6/+8
| * net/mlx5e: Protect unready flows with dedicated lockVlad Buslov2019-07-293-7/+40
| * net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov2019-07-291-7/+40
| * net/mlx5e: Change flow flags type to unsigned longVlad Buslov2019-07-294-97/+149
| * net/mlx5e: Extend tc flow struct with reference counterVlad Buslov2019-07-291-88/+105
| * net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein2019-07-291-12/+7
| * net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu2019-07-291-4/+0
| * net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed2019-07-293-22/+28
| * net/mlx5e: Avoid warning print when not requiredSaeed Mahameed2019-07-291-1/+2
| * net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen2019-07-291-2/+3
* | myri10ge: remove unneeded variableDing Xiang2019-07-311-2/+1