summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2023-12-05net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-12-05net/mlx5e: Check netdev pointer before checking its net nsGavin Li1-6/+10
2023-12-05net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh1-0/+29
2023-12-05net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2-4/+27
2023-12-05net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2-3/+25
2023-12-05net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2-16/+18
2023-12-05net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu1-1/+1
2023-12-05net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu4-32/+52
2023-12-05net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky1-6/+16
2023-12-05net/mlx5e: Add IPsec and ASO syndromes check in HWPatrisious Haddad2-20/+223
2023-12-05net/mlx5e: Remove exposure of IPsec RX flow steering structLeon Romanovsky3-19/+19
2023-12-05net/mlx5e: Unify esw and normal IPsec status table creation/destructionPatrisious Haddad3-213/+141
2023-12-05net/mlx5e: Ensure that IPsec sequence packet number starts from 1Leon Romanovsky1-1/+8
2023-12-05net/mlx5e: Honor user choice of IPsec replay window sizeLeon Romanovsky2-1/+22
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu1-4/+8
2023-11-16net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu1-4/+9
2023-11-16net/mlx5e: Reduce the size of icosq_strSaeed Mahameed1-2/+2
2023-11-16net/mlx5: Increase size of irq name bufferRahul Rameshbabu2-3/+6
2023-11-16net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu1-4/+16
2023-11-16net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu1-1/+1
2023-11-16net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu1-1/+2
2023-11-16net/mlx5e: Fix pedit endiannessVlad Buslov1-28/+32
2023-11-16net/mlx5e: fix double free of encap_header in update funcsGavin Li1-10/+10
2023-11-16net/mlx5e: fix double free of encap_headerDust Li1-6/+4
2023-11-16net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu1-1/+6
2023-11-16net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit1-1/+2
2023-11-16net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2-48/+19
2023-11-16Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan1-102/+13
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+2
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe15-68/+134
2023-10-27net/mlx5: fix uninit value usePrzemek Kitszel2-3/+11
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-1/+1
2023-10-20net/mlx5: devlink health: use retained error fmsg APIPrzemek Kitszel9-948/+330
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-65/+130
2023-10-14net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky2-19/+28
2023-10-14net/mlx5e: Increase max supported channels number to 256Adham Faris1-1/+1
2023-10-14net/mlx5e: Preparations for supporting larger number of channelsAdham Faris10-52/+178
2023-10-14net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API'sAdham Faris3-50/+44
2023-10-14net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()Adham Faris1-8/+4
2023-10-14net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris5-66/+56
2023-10-14net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao1-6/+2
2023-10-14net/mlx5: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan1-8/+2
2023-10-14net/mlx5: Remove unused declarationYue Haibing5-9/+0
2023-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory7-39/+59
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory6-73/+51
2023-10-14net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory1-0/+4
2023-10-14net/mlx5: Redesign SF active work to remove table_lockWei Zhang3-31/+74
2023-10-14net/mlx5: Parallelize vhca event handlingWei Zhang3-9/+56
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski13-40/+849