summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
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-11net/mlx5: Add support for DSFP module EEPROM dumpsVladyslav Tarasiuk1-0/+2
2021-04-11net/mlx5: Implement get_module_eeprom_by_page()Vladyslav Tarasiuk2-0/+85
2021-04-11net/mlx5: Refactor module EEPROM queryVladyslav Tarasiuk1-34/+45
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-136/+246
2021-04-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski11-38/+189
2021-04-07ethtool: Remove link_mode param and derive link params from driverDanielle Ratson1-5/+14
2021-04-07Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-278/+1097
2021-04-07mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi5-2/+328
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi4-3/+35
2021-04-06net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-06net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-06net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi6-0/+129
2021-04-06net/mlx5e: TC, Parse sample actionChris Mi4-0/+44
2021-04-06net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi8-48/+43
2021-04-06net/mlx5: Map register values to restore objectsChris Mi6-38/+59
2021-04-06net/mlx5: E-switch, Set per vport table default group numberChris Mi1-1/+4
2021-04-06net/mlx5: E-switch, Generalize per vport table APIChris Mi3-7/+29
2021-04-06net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi3-17/+17
2021-04-06net/mlx5: E-switch, Move vport table functions to a new fileChris Mi4-182/+183
2021-04-06net/mlx5: fix kfree mismatch in indir_table.cXiaoming Ni1-5/+5
2021-04-06net/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-02net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham4-67/+90
2021-04-02net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham2-54/+69
2021-04-02net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich1-0/+13
2021-04-02net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan3-11/+11
2021-04-02net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit1-2/+0
2021-04-02net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytesParav Pandit1-0/+2
2021-04-02net/mlx5: Pair mutex_destory with mutex_init for rate limit tableParav Pandit1-1/+3
2021-04-02net/mlx5: Allocate rate limit table when rate is configuredParav Pandit1-9/+37
2021-04-02net/mlx5: Use helper to increment, decrement rate entry refcountParav Pandit1-16/+18