summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran2024-05-131-0/+1
* net/mlx5e: Implement ethtool callbacks for supporting per-queue coalescingRahul Rameshbabu2024-04-221-0/+4
* net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2024-04-221-0/+20
* net/mlx5e: Dynamically allocate DIM structure for SQs/RQsRahul Rameshbabu2024-04-221-2/+2
* net/mlx5e: Move DIM function declarations to en/dim.hRahul Rameshbabu2024-04-221-2/+0
* net/mlx5e: Un-expose functions in en.hTariq Toukan2024-04-051-12/+0
* net/mlx5: Convert uintX_t to uXGal Pressman2024-04-031-1/+1
* net/mlx5e: Support per-mdev queue counterTariq Toukan2024-03-071-3/+4
* net/mlx5e: Let channels be SD-awareTariq Toukan2024-03-071-0/+1
* net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2024-03-071-0/+1
* net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed2024-01-241-1/+1
* Revert "mlx5 updates 2023-12-20"Jakub Kicinski2024-01-071-11/+4
* net/mlx5: Implement management PF Ethernet profileArmen Ratner2023-12-201-0/+4
* net/mlx5e: Support per-mdev queue counterTariq Toukan2023-12-201-3/+4
* net/mlx5e: Let channels be SD-awareTariq Toukan2023-12-201-0/+1
* net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2023-12-201-0/+1
* net/mlx5e: Use the correct lag ports number when creating TISesSaeed Mahameed2023-12-201-1/+1
* Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-12-151-10/+15
|\
| * net/mlx5e: Decouple CQ from privTariq Toukan2023-12-131-2/+4
| * net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan2023-12-131-8/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-0/+1
|\ \
| * | net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2023-12-041-0/+1
* | | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-3/+3
| |/ |/|
* | net/mlx5e: Implement AF_XDP TX timestamp and checksum offloadStanislav Fomichev2023-11-291-1/+3
|/
* 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-141-2/+3
* net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad2023-10-021-0/+7
* net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad2023-10-021-0/+1
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-241-1/+1
|\
| * net/mlx5e: Move MACsec flow steering operations to be used as core libraryPatrisious Haddad2023-08-201-1/+1
* | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla2023-08-071-1/+1
* | net/mlx5e: Make flow classification filters staticParav Pandit2023-07-271-3/+0
|/
* net/mlx5e: Remove mlx5e_dbg() and msglvl supportGal Pressman2023-06-161-10/+0
* net/mlx5e: Remove RX page cache leftoversTariq Toukan2023-06-071-7/+0
* net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea2023-05-241-0/+1
* net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan2023-04-191-0/+1
* net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifoTariq Toukan2023-04-191-1/+1
* net/mlx5e: Introduce extended version for mlx5e_xmit_dataTariq Toukan2023-04-191-1/+0
* net/mlx5e: Move struct mlx5e_xmit_data to datapath headerTariq Toukan2023-04-191-6/+1
* net/mlx5e: Move XDP struct and enum to XDP headerTariq Toukan2023-04-191-35/+0
* net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea2023-03-281-0/+1
* net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2023-03-281-1/+1
* net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea2023-03-281-0/+1
* net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea2023-03-281-1/+5
* net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea2023-03-281-1/+1
* net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea2023-03-281-3/+9
* net/mlx5e: RX, Remove internal page_cacheDragos Tatulea2023-03-281-6/+0
* net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea2023-03-281-2/+6
* net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea2023-03-281-6/+1
* net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea2023-03-281-2/+10