aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
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 drivers towards the bridgeVladimir Oltean3-4/+4
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski22-69/+926
2021-08-09net/mlx5: Fix return value from tracer initializationAya Levin1-2/+9
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory6-21/+23
2021-08-09net/mlx5e: TC, Fix error handling memory leakChris Mi1-0/+1
2021-08-09net/mlx5: Destroy pool->mutexShay Drory1-1/+2
2021-08-09net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory1-1/+1
2021-08-09net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory1-1/+4
2021-08-09net/mlx5: Block switchdev mode while devlink traps are activeAya Levin1-3/+11
2021-08-09net/mlx5e: Destroy page pool after XDP SQ to fix use-after-freeMaxim Mikityanskiy1-10/+10
2021-08-09net/mlx5: Bridge, fix ageing timeVlad Buslov1-2/+2
2021-08-09net/mlx5e: Avoid creating tunnel headers for local routeRoi Dayan1-0/+5
2021-08-09net/mlx5: DR, Add fail on error check on decapAlex Vesker1-0/+2
2021-08-09net/mlx5: Don't skip subfunction cleanup in case of error in module initLeon Romanovsky2-8/+9
2021-08-09devlink: Set device as early as possibleLeon Romanovsky6-13/+15
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky4-16/+12
2021-08-05net/mlx5: Lag, Create shared FDB when in switchdev modeMark Bloch3-18/+105
2021-08-05net/mlx5: E-Switch, add logic to enable shared FDBMark Bloch6-2/+394
2021-08-05net/mlx5: Lag, move lag destruction to a workqueueMark Bloch1-8/+9
2021-08-05net/mlx5: Lag, properly lock eswitch if neededMark Bloch7-18/+107
2021-08-05net/mlx5: Add send to vport rules on paired deviceMark Bloch3-3/+101
2021-08-05net/mlx5: E-Switch, Add event callback for representorsMark Bloch1-3/+47
2021-08-05net/mlx5e: Use shared mappings for restoring from metadataRoi Dayan4-10/+39
2021-08-05net/mlx5e: Add an option to create a shared mappingRoi Dayan2-0/+50
2021-08-05net/mlx5: E-Switch, set flow source for send to uplink ruleAriel Levkovich1-0/+3
2021-08-05{net, RDMA}/mlx5: Extend send to vport rulesMark Bloch2-3/+4
2021-08-05net/mlx5: Lag, add initial logic for shared FDBMark Bloch2-0/+50
2021-08-05net/mlx5: Return mdev from eswitchMark Bloch1-0/+12
2021-08-03Merge tag 'mlx5-updates-2021-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller29-1535/+1850
2021-08-02net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()Jiapeng Chong1-1/+4
2021-08-02net/mlx5e: Return -EOPNOTSUPP if more relevant when parsing tc actionsRoi Dayan1-3/+3
2021-08-02net/mlx5e: Remove redundant assignment of counter to nullRoi Dayan1-2/+2
2021-08-02net/mlx5e: Remove redundant parse_attr argRoi Dayan1-5/+7
2021-08-02net/mlx5e: Remove redundant cap check for flow counterRoi Dayan1-4/+2
2021-08-02net/mlx5e: Remove redundant filter_dev arg from parse_tc_fdb_actions()Roi Dayan1-4/+3
2021-08-02net/mlx5e: Remove redundant tc act includesRoi Dayan1-6/+0
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb11-89/+137
2021-08-02net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb6-638/+663