summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-04-16net/mlx5e: TX, Inline TLS skb checkTariq Toukan3-5/+9
2021-04-16net/mlx5e: Cleanup unused function parameterTariq Toukan1-3/+2
2021-04-16net/mlx5e: Remove non-essential TLS SQ state bitTariq Toukan3-8/+3
2021-04-16mlx5: implement ethtool::get_fec_statsJakub Kicinski3-2/+38
2021-04-15net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu1-0/+3
2021-04-15net/mlx5e: Fix setting of RS FEC modeAya Levin1-19/+4
2021-04-15net/mlx5: Fix setting of devlink traps in switchdev modeAya Levin1-0/+5
2021-04-14net/mlx5e: Fix RQ creation flow for queues which doesn't support XDPAya Levin1-2/+3
2021-04-14net/mlx5: Replace spaces with tab at the start of a lineWenpeng Liang1-1/+1
2021-04-14net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang3-4/+0
2021-04-14net/mlx5: Add a blank line after declarationsWenpeng Liang2-2/+3
2021-04-14net/mlx5: Fix bit-wise and with zeroColin Ian King1-1/+1
2021-04-14net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc()Roi Dayan2-5/+5
2021-04-14net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu4-159/+199
2021-04-14net/mlx5: SF, Reuse stored hardware function idParav Pandit1-3/+2
2021-04-14net/mlx5: SF, Use device pointer directlyParav Pandit1-8/+8
2021-04-14net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabledParav Pandit3-55/+93
2021-04-14net/mlx5: E-Switch, Move legacy code to a individual fileParav Pandit5-507/+539
2021-04-14net/mlx5: E-Switch, Convert a macro to a helper routineParav Pandit2-17/+20
2021-04-14net/mlx5: E-Switch Make cleanup sequence mirror of initParav Pandit1-2/+1
2021-04-14net/mlx5: E-Switch, Make vport number u16Parav Pandit2-2/+3
2021-04-14net/mlx5: E-Switch, Skip querying SF enabled bitsParav Pandit1-6/+0
2021-04-14net/mlx5: E-Switch, let user to enable disable metadataParav Pandit4-7/+88
2021-04-12net/mlx5: Add support for DSFP module EEPROM dumpsVladyslav Tarasiuk1-0/+2
2021-04-12net/mlx5: Implement get_module_eeprom_by_page()Vladyslav Tarasiuk2-0/+85
2021-04-12net/mlx5: Refactor module EEPROM queryVladyslav Tarasiuk1-34/+45
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-136/+246
2021-04-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski11-38/+189
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson1-5/+14
2021-04-08Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-278/+1097
2021-04-08mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-04-07net/mlx5e: TC, Add support to offload sample actionChris Mi5-2/+328
2021-04-07net/mlx5e: TC, Handle sampled packetsChris Mi4-3/+35
2021-04-07net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-07net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-07net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-07net/mlx5e: TC, Add sampler termination table APIChris Mi6-0/+129
2021-04-07net/mlx5e: TC, Parse sample actionChris Mi4-0/+44
2021-04-07net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi8-48/+43
2021-04-07net/mlx5: Map register values to restore objectsChris Mi6-38/+59
2021-04-07net/mlx5: E-switch, Set per vport table default group numberChris Mi1-1/+4
2021-04-07net/mlx5: E-switch, Generalize per vport table APIChris Mi3-7/+29
2021-04-07net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi3-17/+17
2021-04-07net/mlx5: E-switch, Move vport table functions to a new fileChris Mi4-182/+183
2021-04-07net/mlx5: fix kfree mismatch in indir_table.cXiaoming Ni1-5/+5
2021-04-07net/mlx5: Fix HW spec violation configuring uplinkEli Cohen1-2/+3
2021-04-04net/mlx5: Implement sriov_get_vf_total_msix/count() callbacksLeon Romanovsky3-0/+44
2021-04-04net/mlx5: Dynamically assign MSI-X vectors countLeon Romanovsky4-2/+93
2021-04-03net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham4-67/+90
2021-04-03net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham2-54/+69