summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-30net: phy: abort loading yt8511 driver in unsupported modesPeter Geis1-7/+8
2021-05-30net: phy: fix yt8511 clang uninitialized variable warningPeter Geis1-1/+1
2021-05-30net: dsa: qca8k: add missing check return value in qca8k_phylink_mac_config()Yang Yingliang1-2/+7
2021-05-30net: dsa: qca8k: check return value of read functions correctlyYang Yingliang1-70/+60
2021-05-30octeontx2-pf: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-30net: axienet: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-29octeontx2-af: Update the default KPU profile and fixesGeorge Cherian2-848/+2908
2021-05-29octeontx2-af: support for coalescing KPU profilesHarman Kalra2-15/+79
2021-05-29octeontx2-af: adding new lt def registers supportHarman Kalra5-4/+112
2021-05-29octeontx2-af: load NPC profile via firmware databaseHarman Kalra2-17/+101
2021-05-29octeontx2-af: add support for custom KPU entriesStanislaw Kardach5-40/+286
2021-05-28ehea: fix error return code in ehea_restart_qps()Zhen Lei1-4/+5
2021-05-28r8169: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-28net: stmmac: the XPCS obscures a potential "PHY not found" errorVladimir Oltean1-6/+15
2021-05-28net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-28net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-28net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-28net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-28net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-28net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-28net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-28net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-28net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-28net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-27Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-186/+306
2021-05-27ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva1-9/+7
2021-05-27atl1c: add 4 RX/TX queue support for Mikrotik 10/25G NICGatis Peisenieks3-158/+291
2021-05-27atl1c: prepare for multiple rx queuesGatis Peisenieks2-61/+57
2021-05-27atl1c: move tx napi into tpd_ringGatis Peisenieks2-9/+13
2021-05-27atl1c: detect NIC type earlyGatis Peisenieks1-29/+27
2021-05-27mlxsw: core: use PSID string define in devlink infoJiri Pirko1-1/+3
2021-05-27mlxsw: core: Expose FW version over defined keywordJiri Pirko1-1/+3
2021-05-27net/mlx5: Expose FW version over defined keywordJiri Pirko1-2/+8
2021-05-27Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski12-144/+179
2021-05-27net/mlx5: Fix lag port remapping logicEli Cohen1-6/+13
2021-05-27net/mlx5: Use boolean arithmetic to evaluate roce_lagEli Cohen1-2/+3
2021-05-27net/mlx5: Remove unnecessary spin lock protectionEli Cohen1-4/+0
2021-05-27net/mlx5: Cap the maximum flow group size to 16M entriesPaul Blakey1-0/+5
2021-05-27net/mlx5: DR, Set max table size to 2G entriesPaul Blakey1-1/+1
2021-05-27net/mlx5: Move chains ft pool to be used by all firmware steeringPaul Blakey6-98/+149
2021-05-27net/mlx5: Move table size calculation to steering cmd layerPaul Blakey4-11/+15
2021-05-27net/mlx5: Add case for FS_FT_NIC_TX FT in MLX5_CAP_FLOWTABLE_TYPEPaul Blakey1-0/+1
2021-05-27net/mlx5: DR, Remove unused field of send_ring structYevgeny Kliteynik1-1/+0
2021-05-27net/mlx5e: RX, Remove unnecessary check in RX CQE compression handlingTariq Toukan1-1/+1
2021-05-27net/mlx5e: IPsec/rep_tc: Fix rep_tc_update_skb drops IPsec packetHuy Nguyen1-2/+4
2021-05-27net/mlx5e: TC: Reserved bit 31 of REG_C1 for IPsec offloadHuy Nguyen2-2/+2
2021-05-27net/mlx5e: TC: Use bit counts for register mappingPaul Blakey5-49/+77
2021-05-27net/mlx5: CT: Avoid reusing modify header context for natted entriesPaul Blakey1-12/+38
2021-05-27net/mlx5e: CT, Remove newline from ct_dbg callRoi Dayan1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski86-519/+1266