summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2021-02-23net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan1-0/+1
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe14-63/+145
2021-02-17net: re-solve some conflicts after net -> net-next mergeJakub Kicinski1-5/+0
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-140/+299
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller8-117/+399
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin8-38/+241
2021-02-17net/mlx5: Move some PPS logic into helper functionsEran Ben Elisha1-40/+73
2021-02-17net/mlx5: Move all internal timer metadata into a dedicated structEran Ben Elisha2-47/+63
2021-02-17net/mlx5: Refactor init clock functionEran Ben Elisha1-23/+53
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-2/+2
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-21/+29
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean1-1/+2
2021-02-12net/mlx5: Remove TLS dependencies on XPSTariq Toukan1-2/+0
2021-02-12net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh1-1/+1
2021-02-12net/mlx5e: CT: manage the lifetime of the ct entry objectOz Shlomo1-67/+192
2021-02-12net/mlx5: Disable devlink reload for lag devicesShay Drory1-0/+5
2021-02-12net/mlx5: Disallow RoCE on lag deviceShay Drory1-2/+2
2021-02-12net/mlx5: Disallow RoCE on multi port slave deviceShay Drory1-0/+4
2021-02-12net/mlx5: Disable devlink reload for multi port slave deviceShay Drory1-1/+2
2021-02-12net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy1-34/+30
2021-02-12net/mlx5e: Fix CQ params of ICOSQ and async ICOSQMaxim Mikityanskiy1-2/+2
2021-02-12net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy4-7/+7
2021-02-12net/mlx5: Fix health error state handlingShay Drory1-8/+14
2021-02-12net/mlx5e: Change interrupt moderation channel params also when channels are ...Maxim Mikityanskiy1-15/+14
2021-02-12net/mlx5e: Don't change interrupt moderation params when DIM is enabledMaxim Mikityanskiy1-2/+16
2021-02-12net/mlx5e: Enable XDP for Connect-X IPsec capable devicesRaed Salem1-2/+3
2021-02-12net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem4-5/+8
2021-02-12net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit1-1/+1
2021-02-11net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe()Wei Yongjun1-0/+1
2021-02-11net/mlx5e: Fix error return code in mlx5e_tc_esw_init()Wei Yongjun1-2/+4
2021-02-11net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-02-11net/mlx5e: Fix tc_tun.h to verify MLX5_ESWITCH configVlad Buslov1-0/+4
2021-02-11net/mlx5: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-02-11net/mlx5e: Fix spelling mistake "Unknouwn" -> "Unknown"Colin Ian King1-1/+1
2021-02-11net/mlx5e: Fix spelling mistake "channles" -> "channels"Colin Ian King1-1/+1
2021-02-11net/mlx5_core: remove unused including <generated/utsrelease.h>Zou Wei1-1/+0
2021-02-11net/mlx5: fix spelling mistake in Kconfig "accelaration" -> "acceleration"Colin Ian King1-3/+3
2021-02-09mlxsw: spectrum_router: Set offload_failed flagAmit Cohen1-0/+52
2021-02-09IPv6: Add "offload failed" indication to routesAmit Cohen1-2/+2
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen1-0/+2
2021-02-09RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas1-0/+1
2021-02-06net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov7-67/+773
2021-02-06net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov5-9/+9
2021-02-06net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov5-9/+288
2021-02-06net/mlx5e: Refactor neigh update infrastructureVlad Buslov9-31/+35
2021-02-06net/mlx5e: Create route entry infrastructureVlad Buslov7-11/+290
2021-02-06net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov7-885/+947