summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2019-08-01net: hns3: activate reset timer when calling reset_eventHuazhong Tan
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan
2019-08-01net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao
2019-08-01net: hns3: simplify hclge_cmd_query_error()Weihang Li
2019-08-01net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin
2019-08-01net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin
2019-08-01net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen
2019-08-01net: hns3: refine for set ring parametersJian Shen
2019-08-01net: hns3: do not query unsupported commands in debugfsYufeng Mo
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan
2019-08-01net: hns3: add link change event reportJian Shen
2019-08-01net: phy: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01bcm63xx_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01net: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01net: dsa: bcm_sf2: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01net: dsa: b53: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-31Merge tag 'mlx5-updates-2019-07-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-07-31Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc...David S. Miller
2019-07-31myri10ge: remove unneeded variableDing Xiang
2019-07-31net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'Christophe JAILLET
2019-07-31mac80211_hwsim: fill boottime_ns in netlink RX pathJohannes Berg
2019-07-30net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed
2019-07-29net/mlx5e: Avoid warning print when not requiredSaeed Mahameed
2019-07-29net/mlx5e: Print a warning when LRO feature is dropped or not allowedHuy Nguyen
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan
2019-07-29bnxt_en: Support TPA counters on 57500 chips.Michael Chan
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan
2019-07-29bnxt_en: Refactor ethtool ring statistics logic.Michael Chan
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan