| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-14 | net/mlx5e: Fix RQ creation flow for queues which doesn't support XDP | Aya Levin | 1 | -2/+3 |
| 2021-04-14 | net/mlx5: Replace spaces with tab at the start of a line | Wenpeng Liang | 1 | -1/+1 |
| 2021-04-14 | net/mlx5: Remove return statement exist at the end of void function | Wenpeng Liang | 3 | -4/+0 |
| 2021-04-14 | net/mlx5: Add a blank line after declarations | Wenpeng Liang | 2 | -2/+3 |
| 2021-04-14 | net/mlx5: Fix bit-wise and with zero | Colin Ian King | 1 | -1/+1 |
| 2021-04-14 | net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc() | Roi Dayan | 2 | -5/+5 |
| 2021-04-14 | net/mlx5: DR, Use variably sized data structures for different actions | Jianbo Liu | 4 | -159/+199 |
| 2021-04-14 | net/mlx5: SF, Reuse stored hardware function id | Parav Pandit | 1 | -3/+2 |
| 2021-04-14 | net/mlx5: SF, Use device pointer directly | Parav Pandit | 1 | -8/+8 |
| 2021-04-14 | net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabled | Parav Pandit | 3 | -55/+93 |
| 2021-04-14 | net/mlx5: E-Switch, Move legacy code to a individual file | Parav Pandit | 5 | -507/+539 |
| 2021-04-14 | net/mlx5: E-Switch, Convert a macro to a helper routine | Parav Pandit | 2 | -17/+20 |
| 2021-04-14 | net/mlx5: E-Switch Make cleanup sequence mirror of init | Parav Pandit | 1 | -2/+1 |
| 2021-04-14 | net/mlx5: E-Switch, Make vport number u16 | Parav Pandit | 2 | -2/+3 |
| 2021-04-14 | net/mlx5: E-Switch, Skip querying SF enabled bits | Parav Pandit | 1 | -6/+0 |
| 2021-04-14 | net/mlx5: E-Switch, let user to enable disable metadata | Parav Pandit | 4 | -7/+88 |
| 2021-04-11 | net/mlx5: Add support for DSFP module EEPROM dumps | Vladyslav Tarasiuk | 1 | -0/+2 |
| 2021-04-11 | net/mlx5: Implement get_module_eeprom_by_page() | Vladyslav Tarasiuk | 2 | -0/+85 |
| 2021-04-11 | net/mlx5: Refactor module EEPROM query | Vladyslav Tarasiuk | 1 | -34/+45 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 25 | -136/+246 |
| 2021-04-09 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Jakub Kicinski | 11 | -38/+189 |
| 2021-04-07 | ethtool: Remove link_mode param and derive link params from driver | Danielle Ratson | 1 | -5/+14 |
| 2021-04-07 | Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 14 | -278/+1097 |
| 2021-04-07 | mlxsw: core: Remove critical trip points from thermal zones | Vadim Pasternak | 1 | -21/+6 |
| 2021-04-06 | net/mlx5e: TC, Add support to offload sample action | Chris Mi | 5 | -2/+328 |
| 2021-04-06 | net/mlx5e: TC, Handle sampled packets | Chris Mi | 4 | -3/+35 |
| 2021-04-06 | net/mlx5e: TC, Refactor tc update skb function | Chris Mi | 1 | -26/+33 |
| 2021-04-06 | net/mlx5e: TC, Add sampler restore handle API | Chris Mi | 1 | -0/+108 |
| 2021-04-06 | net/mlx5e: TC, Add sampler object API | Chris Mi | 1 | -0/+131 |
| 2021-04-06 | net/mlx5e: TC, Add sampler termination table API | Chris Mi | 6 | -0/+129 |
| 2021-04-06 | net/mlx5e: TC, Parse sample action | Chris Mi | 4 | -0/+44 |
| 2021-04-06 | net/mlx5: Instantiate separate mapping objects for FDB and NIC tables | Chris Mi | 8 | -48/+43 |
| 2021-04-06 | net/mlx5: Map register values to restore objects | Chris Mi | 6 | -38/+59 |
| 2021-04-06 | net/mlx5: E-switch, Set per vport table default group number | Chris Mi | 1 | -1/+4 |
| 2021-04-06 | net/mlx5: E-switch, Generalize per vport table API | Chris Mi | 3 | -7/+29 |
| 2021-04-06 | net/mlx5: E-switch, Rename functions to follow naming convention. | Chris Mi | 3 | -17/+17 |
| 2021-04-06 | net/mlx5: E-switch, Move vport table functions to a new file | Chris Mi | 4 | -182/+183 |
| 2021-04-06 | net/mlx5: fix kfree mismatch in indir_table.c | Xiaoming Ni | 1 | -5/+5 |
| 2021-04-06 | net/mlx5: Fix HW spec violation configuring uplink | Eli Cohen | 1 | -2/+3 |
| 2021-04-04 | net/mlx5: Implement sriov_get_vf_total_msix/count() callbacks | Leon Romanovsky | 3 | -0/+44 |
| 2021-04-04 | net/mlx5: Dynamically assign MSI-X vectors count | Leon Romanovsky | 4 | -2/+93 |
| 2021-04-02 | net/mlx5e: Dynamic alloc vlan table for netdev when needed | Vu Pham | 4 | -67/+90 |
| 2021-04-02 | net/mlx5e: Dynamic alloc arfs table for netdev when needed | Vu Pham | 2 | -54/+69 |
| 2021-04-02 | net/mlx5e: Reject tc rules which redirect from a VF to itself | Ariel Levkovich | 1 | -0/+13 |
| 2021-04-02 | net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc() | Roi Dayan | 3 | -11/+11 |
| 2021-04-02 | net/mlx5: E-Switch, move QoS specific fields to existing qos struct | Parav Pandit | 1 | -2/+0 |
| 2021-04-02 | net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes | Parav Pandit | 1 | -0/+2 |
| 2021-04-02 | net/mlx5: Pair mutex_destory with mutex_init for rate limit table | Parav Pandit | 1 | -1/+3 |
| 2021-04-02 | net/mlx5: Allocate rate limit table when rate is configured | Parav Pandit | 1 | -9/+37 |
| 2021-04-02 | net/mlx5: Use helper to increment, decrement rate entry refcount | Parav Pandit | 1 | -16/+18 |