summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran2024-05-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-5/+5
|\
| * net/mlx5e: Fix netif state handlingShay Drory2024-05-101-5/+5
* | net/mlx5e: Modifying channels number and updating TX queuesCarolina Jubran2024-05-131-50/+45
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* | net/mlx5e: Support updating coalescing configuration without resetting channelsRahul Rameshbabu2024-04-221-39/+171
* | net/mlx5e: Dynamically allocate DIM structure for SQs/RQsRahul Rameshbabu2024-04-221-6/+25
* | net/mlx5e: Use DIM constants for CQ period mode parameterRahul Rameshbabu2024-04-221-14/+6
* | net/mlx5e: Move DIM function declarations to en/dim.hRahul Rameshbabu2024-04-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-2/+2
|\|
| * net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-121-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-2/+0
|\|
| * net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2024-04-101-2/+0
* | net/mlx5e: Un-expose functions in en.hTariq Toukan2024-04-051-1/+1
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-4/+1
|/
* net/mlx5e: Support per-mdev queue counterTariq Toukan2024-03-071-16/+27
* net/mlx5e: Support cross-vhca RSSTariq Toukan2024-03-071-0/+2
* net/mlx5e: Let channels be SD-awareTariq Toukan2024-03-071-11/+21
* net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2024-03-071-10/+22
* net/mlx5e: Create single netdev per SD groupTariq Toukan2024-03-071-7/+62
* net/mlx5e: link NAPI instances to queues and IRQsJoe Damato2024-02-121-0/+7
* 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-154/+46
* net/mlx5: Implement management PF Ethernet profileArmen Ratner2023-12-201-3/+21
* net/mlx5e: Support per-mdev queue counterTariq Toukan2023-12-201-16/+27
* net/mlx5e: Support cross-vhca RSSTariq Toukan2023-12-201-0/+2
* net/mlx5e: Let channels be SD-awareTariq Toukan2023-12-201-11/+21
* net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2023-12-201-10/+22
* net/mlx5e: Create single netdev per SD groupTariq Toukan2023-12-201-7/+62
* 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-108/+51
|\
| * net/mlx5e: Decouple CQ from privTariq Toukan2023-12-131-16/+16
| * net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused argsTariq Toukan2023-12-131-7/+15
| * net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan2023-12-131-82/+20
| * net/mlx5e: Remove TLS-specific logic in generic create TIS APITariq Toukan2023-12-131-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-3/+24
|\ \ | |/ |/|
| * net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2023-12-041-3/+24
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-301-0/+1
|\ \
| * | net/mlx5e: Implement AF_XDP TX timestamp and checksum offloadStanislav Fomichev2023-11-291-0/+1
* | | eth: link netdev to page_pools in driversJakub Kicinski2023-11-281-0/+1
|/ /
* / net/mlx5e: Remove early assignment to netdev->featuresTariq Toukan2023-11-151-1/+0
|/
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-1/+1
* net/mlx5e: Preparations for supporting larger number of channelsAdham Faris2023-10-141-2/+6
* net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris2023-10-141-13/+11
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-10-131-0/+63
|\
| * net/mlx5: Handle IPsec steering upon master unbind/bindPatrisious Haddad2023-10-021-2/+26
| * net/mlx5: Register mlx5e priv to devcom in MPV modePatrisious Haddad2023-10-021-0/+39
* | net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestampWill Mortensen2023-10-101-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-3/+5
|\
| * net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea2023-08-161-3/+5