summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-126/+168
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-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-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 Mahameed9-76/+118
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
2020-05-29vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi1-8/+23
2020-05-29e1000: Fix typo in the commentHari1-1/+1
2020-05-29igc: Fix wrong register nameSasha Neftin2-2/+2
2020-05-29igc: Remove Sequence Error CounterSasha Neftin3-3/+0
2020-05-29igc: Add Receive Error CounterSasha Neftin3-0/+3
2020-05-29igc: Remove symbol error counterSasha Neftin3-3/+0
2020-05-29i40e: Make i40e_shutdown_adminq() return voidJason Yan2-6/+2
2020-05-29e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-05-29igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes1-1/+4
2020-05-29igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-29igc: Remove unused flagsSasha Neftin1-4/+0
2020-05-29igb: make igb_set_fc_watermarks() return voidJason Yan1-6/+3
2020-05-29ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing1-29/+0
2020-05-29ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan1-1/+1
2020-05-29ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan1-2/+1
2020-05-29ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-05-29i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-29i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12
2020-05-29net: hns3: print out speed info when parsing speed failsHuazhong Tan1-1/+2
2020-05-29net: hns3: remove some unused fields in struct hclge_devHuazhong Tan1-6/+0
2020-05-29net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2-6/+4