summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-31r8169: move some calls to rtl8169_hw_resetHeiner Kallweit1-39/+36
2020-05-31r8169: don't reset tx ring indexes in rtl8169_tx_clearHeiner Kallweit1-1/+0
2020-05-31r8169: enable WAKE_PHY as only WoL source when runtime-suspendingHeiner Kallweit1-1/+1
2020-05-31r8169: change driver data typeHeiner Kallweit1-35/+25
2020-05-31Merge tag 'wireless-drivers-next-2020-05-30' of git://git.kernel.org/pub/scm/...David S. Miller119-742/+1633
2020-05-31net: dsa: sja1105: fix port mirroring for P/Q/R/SVladimir Oltean3-16/+48
2020-05-31net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.cVladimir Oltean2-18/+18
2020-05-31Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller19-88/+154
2020-05-31net: hns3: remove some unused codes in hns3_nic_set_features()Huazhong Tan1-6/+0
2020-05-31net: hns3: fix two coding style issues in hclgevf_main.cHuazhong Tan1-2/+1
2020-05-31net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan1-1/+1
2020-05-31net: hns3: remove two unused macros in hclgevf_cmd.cHuazhong Tan1-3/+0
2020-05-31net: hns3: remove an unused macro hclge_is_csqHuazhong Tan1-2/+0
2020-05-31net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan1-1/+1
2020-05-30Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo8-4/+13
2020-05-30ath11k: clear DCM max constellation tx valueMuna Sinada1-0/+2
2020-05-30ath11k: reset trigger frame MAC padding durationMuna Sinada1-1/+1
2020-05-30ath10k: Remove ath10k_qmi_register_service_notifier() declarationDouglas Anderson1-1/+0
2020-05-30ath9k_htc: Set RX filter based to allow broadcast Action frame RXJouni Malinen3-1/+5
2020-05-30ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen3-1/+5
2020-05-30net/mlx5e: Make mlx5e_dcbnl_ops staticSaeed Mahameed1-1/+1
2020-05-30net/mlx5e: en_tc: Fix cast to restricted __be32 warningSaeed Mahameed1-4/+4
2020-05-30net/mlx5e: en_tc: Fix incorrect type in initializer warningsSaeed Mahameed1-1/+1
2020-05-30net/mlx5: Accel: fpga tls fix cast to __be64 and incorrect argument typesSaeed Mahameed5-11/+11
2020-05-30net/mlx5: cmd: Fix memset with byte count warningSaeed Mahameed2-7/+15
2020-05-30net/mlx5: DR: Fix incorrect type in return expressionSaeed Mahameed1-1/+1
2020-05-30net/mlx5: DR: Fix cast to restricted __be32Saeed Mahameed1-1/+1
2020-05-30net/mlx5: DR: Fix incorrect type in argumentSaeed Mahameed1-1/+1
2020-05-30net/mlx5e: Use generic API to build MPLS labelEli Cohen1-17/+3
2020-05-30net/mlx5: reduce stack usage in qp_read_fieldArnd Bergmann1-3/+9
2020-05-30net/mlx5e: Don't use err uninitialized in mlx5e_attach_decapNathan Chancellor1-1/+1
2020-05-30net/mlx5: Kconfig: Fix spelling typoSaeed Mahameed1-1/+1
2020-05-30mlx5: fix xdp data_meta setup in mlx5e_fill_xdp_buffJesper Dangaard Brouer1-1/+1
2020-05-30drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-30nfp: flower: fix incorrect flag assignmentLouis Peens1-3/+3
2020-05-30net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chipFugang Duan3-0/+329
2020-05-30stmmac: platform: add "snps, dwmac-5.10a" IP compatible stringFugang Duan1-1/+2
2020-05-30net: dsa: sja1105: avoid invalid state in sja1105_vlan_filteringVladimir Oltean1-0/+4
2020-05-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed7-38/+104
2020-05-29net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso1-3/+3
2020-05-29net/mlx5e: Fix MLX5_TC_CT dependenciesVlad Buslov1-1/+1
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa3-14/+37
2020-05-29net/mlx5e: Fix arch depending casting issue in FECAya Levin2-20/+24
2020-05-29net/mlx5e: Remove warning "devices are not on same switch HW"Maor Dickman1-4/+0
2020-05-29net/mlx5e: Fix stats update for matchall classifierRoi Dayan1-1/+1
2020-05-29net/mlx5: Fix crash upon suspend/resumeMark Bloch1-0/+18
2020-05-29net: phy: marvell: unlock after phy_select_page() failureDan Carpenter1-1/+1
2020-05-29net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart1-0/+4
2020-05-29net: ethernet: mtk-star-emac: remove unused variableBartosz Golaszewski1-3/+0
2020-05-29Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller17-87/+40