summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-02-06net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov4-7/+134
2021-02-06net/mlx5e: Refactor reg_c1 usageVlad Buslov4-9/+7
2021-02-06net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov5-8/+271
2021-02-06net/mlx5e: Remove redundant match on tunnel destination macVlad Buslov1-8/+0
2021-02-06net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov6-0/+616
2021-02-06net/mlx5e: Refactor tun routing helpersVlad Buslov1-109/+126
2021-02-06net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov4-11/+199
2021-02-06net/mlx5: E-Switch, Refactor rule offload forward action processingVlad Buslov1-60/+129
2021-02-06net/mlx5e: Always set attr mdev pointerVlad Buslov1-0/+2
2021-02-06net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov5-0/+119
2021-02-06net/mlx5: E-Switch, Refactor setting source portMark Bloch1-7/+12
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-6/+1
2021-02-03Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-185/+304
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+20
2021-02-02net/mlx5e: Release skb in case of failure in tc update skbMaor Dickman1-4/+12
2021-02-02net/mlx5e: Update max_opened_tc also when channels are closedMaxim Mikityanskiy1-4/+2
2021-02-02net/mlx5: Fix leak upon failure of rule creationMaor Gottlieb1-0/+5
2021-02-02net/mlx5: Fix function calculation for page treesDaniel Jurgens1-1/+1
2021-02-02net/mlx5: DR, Avoid unnecessary csum recalculation on supporting devicesYevgeny Kliteynik3-4/+12
2021-02-02net/mlx5e: CT: remove useless conversion to PTR_ERR then ERR_PTRSaeed Mahameed1-5/+2
2021-02-02net/mlx5e: accel, remove redundant spaceSaeed Mahameed1-1/+1
2021-02-02net/mlx5e: kTLS, Improve TLS RX workqueue scopeTariq Toukan2-10/+21
2021-02-02net/mlx5e: remove h from printk format specifierTom Rix2-3/+3
2021-02-02net/mlx5e: Increase indirection RQ table size to 256Noam Stolero1-2/+2
2021-02-02net/mlx5e: Enable napi in channel's activation stageTariq Toukan2-14/+12
2021-02-02net/mlx5e: Move representor neigh init into profile enableRoi Dayan2-18/+29
2021-02-02net/mlx5e: Avoid false lock depenency warning on tc_htRoi Dayan1-0/+12
2021-02-02net/mlx5e: Move set vxlan nic info to profile initRoi Dayan2-6/+11
2021-02-02net/mlx5e: Move netif_carrier_off() out of mlx5e_priv_init()Roi Dayan2-3/+4
2021-02-02net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan3-16/+16
2021-02-02net/mxl5e: Add change profile methodSaeed Mahameed3-4/+73
2021-02-02net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed6-114/+121
2021-02-02Merge tag 'mlx5-dr-2021-01-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski13-44/+2169
2021-01-30net/mlx5: DR, Allow SW steering for sw_owner_v2 devicesYevgeny Kliteynik4-16/+29