aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h (follow)
AgeCommit message (Expand)AuthorFilesLines
4 daysnet/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran1-0/+1
2024-04-22net/mlx5e: Implement ethtool callbacks for supporting per-queue coalescingRahul Rameshbabu1-0/+4
2024-04-22net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu1-0/+20
2024-04-22net/mlx5e: Dynamically allocate DIM structure for SQs/RQsRahul Rameshbabu1-2/+2
2024-04-22net/mlx5e: Move DIM function declarations to en/dim.hRahul Rameshbabu1-2/+0
2024-04-05net/mlx5e: Un-expose functions in en.hTariq Toukan1-12/+0
2024-04-03net/mlx5: Convert uintX_t to uXGal Pressman1-1/+1
2024-03-07net/mlx5e: Support per-mdev queue counterTariq Toukan1-3/+4
2024-03-07net/mlx5e: Let channels be SD-awareTariq Toukan1-0/+1
2024-03-07net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan1-0/+1
2024-01-24net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed1-1/+1
2024-01-07Revert "mlx5 updates 2023-12-20"Jakub Kicinski1-11/+4
2023-12-20net/mlx5: Implement management PF Ethernet profileArmen Ratner1-0/+4
2023-12-20net/mlx5e: Support per-mdev queue counterTariq Toukan1-3/+4
2023-12-20net/mlx5e: Let channels be SD-awareTariq Toukan1-0/+1
2023-12-20net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan1-0/+1
2023-12-20net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed1-1/+1
2023-12-15Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-10/+15
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-3/+3
2023-12-13net/mlx5e: Decouple CQ from privTariq Toukan1-2/+4
2023-12-13net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan1-8/+11
2023-12-04net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh1-0/+1
2023-11-29net/mlx5e: Implement AF_XDP TX timestamp and checksum offloadStanislav Fomichev1-1/+3
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 Faris1-2/+3
2023-10-02net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad1-0/+7
2023-10-02net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad1-0/+1
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-1/+1
2023-08-20net/mlx5e: Move MACsec flow steering operations to be used as core libraryPatrisious Haddad1-1/+1
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla1-1/+1
2023-07-27net/mlx5e: Make flow classification filters staticParav Pandit1-3/+0
2023-06-16net/mlx5e: Remove mlx5e_dbg() and msglvl supportGal Pressman1-10/+0
2023-06-07net/mlx5e: Remove RX page cache leftoversTariq Toukan1-7/+0
2023-05-24net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea1-0/+1
2023-04-19net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan1-0/+1
2023-04-19net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifoTariq Toukan1-1/+1
2023-04-19net/mlx5e: Introduce extended version for mlx5e_xmit_dataTariq Toukan1-1/+0
2023-04-19net/mlx5e: Move struct mlx5e_xmit_data to datapath headerTariq Toukan1-6/+1
2023-04-19net/mlx5e: Move XDP struct and enum to XDP headerTariq Toukan1-35/+0
2023-03-28net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea1-0/+1
2023-03-28net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea1-1/+1
2023-03-28net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea1-0/+1
2023-03-28net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea1-1/+5
2023-03-28net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea1-1/+1
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea1-3/+9
2023-03-28net/mlx5e: RX, Remove internal page_cacheDragos Tatulea1-6/+0
2023-03-28net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea1-2/+6
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea1-6/+1
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea1-2/+10