summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2023-09-19mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev modeBodong Wang2-19/+51
2023-09-19net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...Jiri Pirko4-20/+58
2023-09-19net/mlx5: Rework devlink port alloc/free into init/cleanupJiri Pirko1-22/+43
2023-09-19net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefixJiri Pirko3-9/+9
2023-09-19net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu7-3/+13
2023-09-13net/mlx5: Use RMW accessors for changing LNKCTLIlpo Järvinen1-7/+2
2023-09-13net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu1-5/+27
2023-08-16net/mlx5: Fix mlx5_cmd_update_root_ft() error flowShay Drory1-1/+9
2023-08-16net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea2-3/+7
2023-08-07net/mlx5e: Add capability check for vnic countersLama Kayal1-49/+67
2023-08-07net/mlx5: Reload auxiliary devices in pci error handlersMoshe Shemesh1-1/+1
2023-08-07net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh1-0/+5
2023-08-07net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory1-1/+1
2023-08-07net/mlx5e: Unoffload post act rule when handling FIB eventsChris Mi1-2/+4
2023-08-07net/mlx5: Fix devlink controller number for ECVFDaniel Jurgens1-1/+1
2023-08-07net/mlx5: Allow 0 for total host VFsDaniel Jurgens1-2/+1
2023-08-07net/mlx5: Return correct EC_VF function IDDaniel Jurgens1-1/+1
2023-08-07net/mlx5: DR, Fix wrong allocation of modify hdr patternYevgeny Kliteynik1-1/+1
2023-08-07net/mlx5e: TC, Fix internal port memory leakJianbo Liu1-8/+13
2023-08-07net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()Gal Pressman1-0/+11
2023-08-03net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky1-2/+2
2023-08-03net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu1-8/+72
2023-08-03net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu1-15/+14
2023-07-27net/mlx5: Unregister devlink params in case interface is downShay Drory1-0/+1
2023-07-27net/mlx5: DR, Fix peer domain namespace settingShay Drory12-29/+38
2023-07-27net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not supportedChris Mi2-2/+1
2023-07-27net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu2-11/+26
2023-07-27net/mlx5: Bridge, set debugfs access right to root-onlyVlad Buslov1-1/+1
2023-07-27net/mlx5e: xsk: Fix crash on regular rq reactivationDragos Tatulea1-8/+21
2023-07-27net/mlx5e: xsk: Fix invalid buffer access for legacy rqDragos Tatulea1-1/+4
2023-07-27net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu1-10/+7
2023-07-27net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is setAmir Tzin1-0/+10
2023-07-27net/mlx5e: Don't hold encap tbl lock if there is no encap actionChris Mi2-6/+18
2023-07-27net/mlx5: Honor user input for migratable port fn attrShay Drory1-1/+1
2023-07-27net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong1-1/+3
2023-07-27net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao1-1/+2
2023-07-27net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao1-2/+3
2023-07-27net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groupsZhengchao Shao1-0/+1
2023-07-07Merge tag 'mlx5-fixes-2023-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski10-42/+61
2023-07-05net/mlx5e: RX, Fix page_pool page fragment tracking for XDPDragos Tatulea2-22/+13
2023-07-05net/mlx5: Query hca_cap_2 only when supportedMaher Sanalla1-0/+3
2023-07-05net/mlx5e: TC, CT: Offload ct clear only onceYevgeny Kliteynik2-3/+12
2023-07-05net/mlx5e: Check for NOT_READY flag state after lockingVlad Buslov1-3/+3
2023-07-05net/mlx5: Register a unique thermal zone per deviceSaeed Mahameed1-7/+12
2023-07-05net/mlx5e: RX, Fix flush and close release flow of regular rq for legacy rqDragos Tatulea1-2/+10
2023-07-05net/mlx5e: fix memory leak in mlx5e_ptp_openZhengchao Shao1-2/+4
2023-07-05net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_createZhengchao Shao1-3/+3
2023-07-05net/mlx5e: fix double free in mlx5e_destroy_flow_tableZhengchao Shao1-0/+1
2023-07-01Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+2
2023-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+3