Age | Commit message (Expand) | Author |
2024-05-13 | net/mlx5e: Modifying channels number and updating TX queues | Carolina Jubran |
2024-04-22 | net/mlx5e: Implement ethtool callbacks for supporting per-queue coalescing | Rahul Rameshbabu |
2024-04-22 | net/mlx5e: Support updating coalescing configuration without resetting channels | Rahul Rameshbabu |
2024-04-22 | net/mlx5e: Dynamically allocate DIM structure for SQs/RQs | Rahul Rameshbabu |
2024-04-22 | net/mlx5e: Move DIM function declarations to en/dim.h | Rahul Rameshbabu |
2024-04-05 | net/mlx5e: Un-expose functions in en.h | Tariq Toukan |
2024-04-03 | net/mlx5: Convert uintX_t to uX | Gal Pressman |
2024-03-07 | net/mlx5e: Support per-mdev queue counter | Tariq Toukan |
2024-03-07 | net/mlx5e: Let channels be SD-aware | Tariq Toukan |
2024-03-07 | net/mlx5e: Create EN core HW resources for all secondary devices | Tariq Toukan |
2024-01-24 | net/mlx5e: Use the correct lag ports number when creating TISes | Saeed Mahameed |
2024-01-07 | Revert "mlx5 updates 2023-12-20" | Jakub Kicinski |
2023-12-20 | net/mlx5: Implement management PF Ethernet profile | Armen Ratner |
2023-12-20 | net/mlx5e: Support per-mdev queue counter | Tariq Toukan |
2023-12-20 | net/mlx5e: Let channels be SD-aware | Tariq Toukan |
2023-12-20 | net/mlx5e: Create EN core HW resources for all secondary devices | Tariq Toukan |
2023-12-20 | net/mlx5e: Use the correct lag ports number when creating TISes | Saeed Mahameed |
2023-12-15 | Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller |
2023-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-12-13 | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops | Ahmed Zaki |
2023-12-13 | net/mlx5e: Decouple CQ from priv | Tariq Toukan |
2023-12-13 | net/mlx5: Move TISes from priv to mdev HW resources | Tariq Toukan |
2023-12-04 | net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work | Moshe Shemesh |
2023-11-29 | net/mlx5e: Implement AF_XDP TX timestamp and checksum offload | Stanislav Fomichev |
2023-10-14 | net/mlx5e: Increase max supported channels number to 256 | Adham Faris |
2023-10-14 | net/mlx5e: Preparations for supporting larger number of channels | Adham Faris |
2023-10-02 | net/mlx5: Handle IPsec steering upon master unbind/bind | Patrisious Haddad |
2023-10-02 | net/mlx5: Register mlx5e priv to devcom in MPV mode | Patrisious Haddad |
2023-08-24 | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m... | Jakub Kicinski |
2023-08-20 | net/mlx5e: Move MACsec flow steering operations to be used as core library | Patrisious Haddad |
2023-08-07 | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max() | Maher Sanalla |
2023-07-27 | net/mlx5e: Make flow classification filters static | Parav Pandit |
2023-06-16 | net/mlx5e: Remove mlx5e_dbg() and msglvl support | Gal Pressman |
2023-06-07 | net/mlx5e: Remove RX page cache leftovers | Tariq Toukan |
2023-05-24 | net/mlx5e: Use query_special_contexts cmd only once per mdev | Dragos Tatulea |
2023-04-19 | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifo | Tariq Toukan |
2023-04-19 | net/mlx5e: Introduce extended version for mlx5e_xmit_data | Tariq Toukan |
2023-04-19 | net/mlx5e: Move struct mlx5e_xmit_data to datapath header | Tariq Toukan |
2023-04-19 | net/mlx5e: Move XDP struct and enum to XDP header | Tariq Toukan |
2023-03-28 | net/mlx5e: RX, Break the wqe bulk refill in smaller chunks | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Increase WQE bulk size for legacy rq | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Defer page release in legacy rq for better recycling | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Change wqe last_in_page field from bool to bit flags | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic name | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Enable skb page recycling through the page_pool | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Remove internal page_cache | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Store SHAMPO header pages in array | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Remove alloc unit layout constraint for striding rq | Dragos Tatulea |
2023-03-28 | net/mlx5e: RX, Remove alloc unit layout constraint for legacy rq | Dragos Tatulea |