summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu2023-11-151-4/+8
* net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu2023-11-151-4/+9
* net/mlx5e: Reduce the size of icosq_strSaeed Mahameed2023-11-151-2/+2
* net/mlx5: Increase size of irq name bufferRahul Rameshbabu2023-11-152-3/+6
* net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu2023-11-151-4/+16
* net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu2023-11-151-1/+1
* net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu2023-11-151-1/+1
* net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu2023-11-151-1/+2
* net/mlx5e: Fix pedit endiannessVlad Buslov2023-11-151-28/+32
* net/mlx5e: fix double free of encap_header in update funcsGavin Li2023-11-151-10/+10
* net/mlx5e: fix double free of encap_headerDust Li2023-11-151-6/+4
* net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu2023-11-151-1/+6
* net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit2023-11-151-1/+2
* net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2023-11-152-48/+19
* Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan2023-11-151-102/+13
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-021-1/+2
|\
| * Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-3115-68/+134
| |\
| * \ IPsec packet offload support in multiport RoCE devicesLeon Romanovsky2023-10-0413-40/+849
| |\ \
| * | | IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad2023-09-261-1/+1
| * | | IB/mlx5: Add support for 800G_8X lane speedPatrisious Haddad2023-09-261-0/+1
* | | | net/mlx5: fix uninit value usePrzemek Kitszel2023-10-262-3/+11
* | | | page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-1/+1
* | | | net/mlx5: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-209-948/+330
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1913-65/+130
|\ \ \ \ | | |_|/ | |/| |
| * | | net/mlx5e: Fix VF representors reporting zero counters to "ip -s" commandAmir Tzin2023-10-123-4/+14
| * | | net/mlx5e: Don't offload internal port if filter device is out deviceJianbo Liu2023-10-121-1/+2
| * | | net/mlx5e: Take RTNL lock before triggering netdev notifiersLama Kayal2023-10-121-0/+8
| * | | net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdownDragos Tatulea2023-10-121-4/+4
| * | | net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rqDragos Tatulea2023-10-121-9/+24
| * | | net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rqDragos Tatulea2023-10-121-0/+2
| * | | net/mlx5: Handle fw tracer change ownership event based on MTRCMaher Sanalla2023-10-121-1/+1
| * | | net/mlx5: Bridge, fix peer entry ageing in LAG modeVlad Buslov2023-10-124-1/+39
| * | | net/mlx5: E-switch, register event handler before arming the eventShay Drory2023-10-121-9/+8
| * | | net/mlx5: Perform DMA operations in the right locationsShay Drory2023-10-121-36/+28
* | | | net/mlx5e: Allow IPsec soft/hard limits in bytesLeon Romanovsky2023-10-142-19/+28
* | | | net/mlx5e: Increase max supported channels number to 256Adham Faris2023-10-141-1/+1
* | | | net/mlx5e: Preparations for supporting larger number of channelsAdham Faris2023-10-1410-52/+178
* | | | net/mlx5e: Refactor mlx5e_rss_init() and mlx5e_rss_free() API'sAdham Faris2023-10-143-50/+44
* | | | net/mlx5e: Refactor mlx5e_rss_set_rxfh() and mlx5e_rss_get_rxfh()Adham Faris2023-10-141-8/+4
* | | | net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris2023-10-145-66/+56
* | | | net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao2023-10-141-6/+2
* | | | net/mlx5: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan2023-10-141-8/+2
* | | | net/mlx5: Remove unused declarationYue Haibing2023-10-145-9/+0
* | | | net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory2023-10-147-39/+59
* | | | net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory2023-10-146-73/+51
* | | | net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyShay Drory2023-10-141-0/+4
* | | | net/mlx5: Redesign SF active work to remove table_lockWei Zhang2023-10-143-31/+74
* | | | net/mlx5: Parallelize vhca event handlingWei Zhang2023-10-143-9/+56
* | | | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-10-1313-40/+849
|\ \ \ \ | | |_|/ | |/| |
| * | | net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad2023-10-028-32/+225