summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-08-20net/mlx5e: CT, Use xarray to manage fte idsChris Mi1-9/+9
2021-08-20net/mlx5e: Move sample attribute to flow attributeChris Mi5-28/+29
2021-08-20net/mlx5e: Move esw/sample to en/tc/sampleChris Mi7-104/+104
2021-08-20net/mlx5e: Remove mlx5e dependency from E-Switch sampleSaeed Mahameed3-17/+14
2021-08-19net/mlx4: Use ARRAY_SIZE to get an array's sizeJason Wang1-1/+1
2021-08-17net/mlx5: Bridge, support LAGVlad Buslov3-48/+159
2021-08-17net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov5-28/+112
2021-08-17net/mlx5: Bridge, extract FDB delete notification to functionVlad Buslov1-14/+13
2021-08-17net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov6-208/+263
2021-08-17net/mlx5: Bridge, obtain core device from eswitch instead of privVlad Buslov1-4/+2
2021-08-17net/mlx5: Bridge, release bridge in same function where it is takenVlad Buslov1-7/+9
2021-08-17net/mlx5e: Support MQPRIO channel modeTariq Toukan3-8/+102
2021-08-17net/mlx5e: Handle errors of netdev_set_num_tc()Tariq Toukan1-6/+14
2021-08-17net/mlx5e: Maintain MQPRIO mode parameterTariq Toukan2-17/+28
2021-08-17net/mlx5e: Abstract MQPRIO paramsTariq Toukan6-25/+37
2021-08-17net/mlx5e: Support flow classification into RSS contextsTariq Toukan5-21/+131
2021-08-17net/mlx5e: Support multiple RSS contextsTariq Toukan5-51/+273
2021-08-17net/mlx5e: Dynamically allocate TIRs in RSS contextsTariq Toukan1-13/+56
2021-08-17net/mlx5e: Convert RSS to a dedicated objectTariq Toukan5-428/+604
2021-08-17net/mlx5e: Introduce abstraction of RSS contextTariq Toukan3-73/+105
2021-08-17net/mlx5e: Introduce TIR create/destroy API in rx_resTariq Toukan1-57/+83
2021-08-17net/mlx5e: Do not try enable RSS when resetting indir tableTariq Toukan1-5/+2
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann3-3/+3
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-53/+83
2021-08-11net/mlx5e: Make use of netdev_warn()Cai Huoqing1-3/+6
2021-08-11net/mlx5: Fix variable type to match 64bitEran Ben Elisha1-4/+4
2021-08-11net/mlx5: Initialize numa node for all core devicesParav Pandit1-2/+1
2021-08-11net/mlx5: Allocate individual capabilityParav Pandit2-6/+67
2021-08-11net/mlx5: Reorganize current and maximal capabilities to be per-typeParav Pandit2-6/+6
2021-08-11net/mlx5: SF, use recent sysfs apiParav Pandit1-1/+1
2021-08-11net/mlx5: Refcount mlx5_irq with integerShay Drory1-21/+44
2021-08-11net/mlx5: Change SF missing dedicated MSI-X err message to dbgShay Drory1-1/+1
2021-08-11net/mlx5: Align mlx5_irq structureShay Drory1-2/+2
2021-08-11net/mlx5: Delete impossible dev->state checksLeon Romanovsky2-10/+0
2021-08-11net/mlx5: Fix inner TTC table creationMaor Gottlieb1-1/+2
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing14-16/+16
2021-08-11net/mlx5: Support enable_vnet devlink dev paramParav Pandit3-2/+57
2021-08-11net/mlx5: Support enable_rdma devlink dev paramParav Pandit3-3/+79
2021-08-11net/mlx5: Support enable_eth devlink dev paramParav Pandit3-2/+96
2021-08-11net/mlx5: Fix unpublish devlink parametersParav Pandit1-0/+1
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean3-4/+4
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski22-69/+926
2021-08-10net/mlx5: Fix return value from tracer initializationAya Levin1-2/+9
2021-08-10net/mlx5: Synchronize correct IRQ when destroying CQShay Drory6-21/+23
2021-08-10net/mlx5e: TC, Fix error handling memory leakChris Mi1-0/+1
2021-08-10net/mlx5: Destroy pool->mutexShay Drory1-1/+2
2021-08-10net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory1-1/+1
2021-08-10net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory1-1/+4
2021-08-10net/mlx5: Block switchdev mode while devlink traps are activeAya Levin1-3/+11
2021-08-10net/mlx5e: Destroy page pool after XDP SQ to fix use-after-freeMaxim Mikityanskiy1-10/+10