summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-05net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy1-3/+0
2022-01-05net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy1-0/+2
2021-12-08net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-2/+12
2021-12-08net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay1-1/+1
2021-10-01net/mlx5e: Improve MQPRIO resiliencyTariq Toukan1-0/+1
2021-10-01net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan1-7/+4
2021-09-08net/mlx5e: Fix mutual exclusion between CQE compression and HW TSAya Levin1-1/+1
2021-08-17net/mlx5e: Support MQPRIO channel modeTariq Toukan1-0/+1
2021-08-17net/mlx5e: Maintain MQPRIO mode parameterTariq Toukan1-1/+3
2021-08-17net/mlx5e: Abstract MQPRIO paramsTariq Toukan1-1/+8
2021-08-03net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb1-2/+0
2021-08-03net/mlx5e: Allocate the array of channels according to the real max_nchMaxim Mikityanskiy1-0/+1
2021-08-03net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-14/+0
2021-08-03net/mlx5e: Use a new initializer to build uniform indir tableMaxim Mikityanskiy1-3/+0
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy1-1/+0
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy1-9/+1
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-4/+4
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-24/+2
2021-07-26net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy1-23/+4
2021-06-03net/mlx5e: Disable TX MPWQE in kdump modeAlaa Hleihel1-0/+7
2021-06-03net/mlx5e: Remove the repeated declarationShaokun Zhang1-1/+0
2021-04-16net/mlx5e: Cleanup safe switch channels API by passing paramsMaxim Mikityanskiy1-4/+4
2021-04-16net/mlx5e: Refactor on-the-fly configuration changesMaxim Mikityanskiy1-1/+1
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan1-0/+4
2021-04-16net/mlx5e: Remove non-essential TLS SQ state bitTariq Toukan1-1/+0
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan1-0/+1
2021-03-30net/mlx5e: Update ethtool setting of CQE compressionAya Levin1-0/+1
2021-03-30net/mlx5e: Allow coexistence of CQE compression and HW TS PTPAya Levin1-0/+1
2021-03-30net:mlx5e: Add PTP-TIR and PTP-RQTAya Levin1-0/+2
2021-03-30net/mlx5e: Add PTP-RX statisticsAya Levin1-0/+1
2021-03-30net/mlx5e: Add RQ to PTP channelAya Levin1-0/+1
2021-03-26net/mlx5e: Generalize PTP implementationAya Levin1-5/+5
2021-03-26net/mlx5e: Generalize direct-TIRs and direct-RQTs APIAya Levin1-4/+4
2021-03-26net/mlx5e: Generalize open RQAya Levin1-3/+3
2021-03-26net/mlx5e: Move params logic into its dedicated fileTariq Toukan1-12/+0
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2021-03-17net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan1-0/+1
2021-03-17net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan1-1/+0
2021-03-10net/mlx5e: RX, Mind the MPWQE gaps when calculating offsetsTariq Toukan1-3/+4
2021-02-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller1-0/+3
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin1-0/+3
2021-02-02net/mlx5e: Increase indirection RQ table size to 256Noam Stolero1-2/+2
2021-02-02net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan1-4/+4
2021-02-02net/mxl5e: Add change profile methodSaeed Mahameed1-2/+5
2021-02-02net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed1-13/+10
2021-01-28net/mlx5e: Add listener to trap eventAya Levin1-0/+1
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin1-0/+7
2021-01-28net/mlx5e: Expose RX dma info helpersAya Levin1-0/+2
2021-01-23net/mlx5e: Support HTB offloadMaxim Mikityanskiy1-1/+26