aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy1-11/+2
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal1-0/+29
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steeringLama Kayal1-10/+10
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-12/+21
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-12/+12
2022-07-13net/mlx5e: Removed useless code in functionRustam Subkhankulov1-4/+1
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-3/+3
2021-10-15net/mlx5i: Enable Rx steering for IPoIB via ethtoolMoosa Baransi1-4/+2
2021-08-16net/mlx5e: Support flow classification into RSS contextsTariq Toukan1-21/+78
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb1-18/+18
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-12/+7
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy1-8/+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-4/+5
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-04-23net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky1-1/+1
2020-01-16net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-3/+6
2019-09-24net/mlx5e: Fix traffic duplication in ethtool steeringSaeed Mahameed1-2/+2
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-07-29net/mlx5e: Improve ethtool rxnfc callback structureSaeed Mahameed1-7/+4
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan1-1/+2
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+14
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-4/+14
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu1-1/+1
2018-12-05net/mlx5e: ethtool, Support user configuration for RX hash fieldsAya Levin1-0/+112
2018-10-01net/mlx5e: Ethtool steering, Support masks for l3/l4 filtersOr Gerlitz1-40/+16
2018-09-05net/mlx5e: Ethtool steering, fix udp source port valueSaeed Mahameed1-1/+1
2018-08-13net/mlx5e: Ethtool steering, move ethtool callbacksSaeed Mahameed1-8/+59
2018-08-13net/mlx5e: Ethtool steering, l4 proto supportSaeed Mahameed1-3/+16
2018-08-13net/mlx5e: Ethtool steering, ip6 supportSaeed Mahameed1-0/+129
2018-08-13net/mlx5e: Ethtool steering flow parsing refactoringSaeed Mahameed1-102/+128
2018-08-13net/mlx5e: Ethtool steering flow validation refactoringSaeed Mahameed1-64/+100
2017-07-27net/mlx5: Fix mlx5_add_flow_rules call with correct num of destsPaul Blakey1-1/+1
2017-07-27net/mlx5e: Fix outer_header_zero() check sizeIlan Tayari1-1/+1
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-1/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-22net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari1-0/+1
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed1-1/+1
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-29net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-1/+1
2017-01-19net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia1-2/+2
2016-12-28net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb1-0/+1
2016-11-09net/mlx5: Support encap id when setting new steering entryHadar Hen Zion1-5/+5
2016-11-09net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion1-1/+1
2016-10-30net/mlx5: Add multi dest supportMark Bloch1-9/+10
2016-07-05net/mlx5e: Add support to get ethtool flow rulesMaor Gottlieb1-0/+34
2016-07-05net/mlx5e: Support l3/l4 flow type specs in ethtool flow steeringMaor Gottlieb1-1/+160
2016-07-05net/mlx5e: Add ethtool flow steering supportMaor Gottlieb1-0/+393