| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-03 | net/mlx5: Remove useless validity check |  Leon Romanovsky | 1 | -10/+0 |
| 2022-05-03 | net/mlx5: Store IPsec ESN update work in XFRM state |  Leon Romanovsky | 1 | -4/+6 |
| 2022-05-02 | net/mlx5: fs, add unused destination type |  Mark Bloch | 1 | -0/+1 |
| 2022-05-02 | net/mlx5: fs, split software and IFC flow destination definitions |  Mark Bloch | 2 | -10/+17 |
| 2022-04-09 | net/mlx5: Remove not-implemented IPsec capabilities |  Leon Romanovsky | 1 | -7/+4 |
| 2022-04-09 | net/mlx5: Remove ipsec_ops function table |  Leon Romanovsky | 1 | -3/+0 |
| 2022-04-09 | net/mlx5: Remove not-needed IPsec config |  Leon Romanovsky | 2 | -3/+3 |
| 2022-04-09 | net/mlx5: Unify device IPsec capabilities check |  Leon Romanovsky | 1 | -2/+5 |
| 2022-04-09 | RDMA/mlx5: Drop crypto flow steering API |  Leon Romanovsky | 1 | -8/+5 |
| 2022-04-09 | net/mlx5_fpga: Drop INNOVA IPsec support |  Leon Romanovsky | 1 | -148/+0 |
| 2022-04-06 | IB/mlx5: Fix undefined behavior due to shift overflowing the constant |  Borislav Petkov | 1 | -1/+1 |
| 2022-04-06 | net/mlx5_fpga: Drop INNOVA TLS support |  Leon Romanovsky | 1 | -63/+0 |
| 2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 6 | -43/+68 |
| 2022-03-24 | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio |  Linus Torvalds | 2 | -1/+149 |
| 2022-03-22 | net/mlx5e: Fix build warning, detected write beyond size of field |  Saeed Mahameed | 1 | -0/+5 |
| 2022-03-17 | net/mlx5: Remove unused fill page array API function |  Tariq Toukan | 1 | -1/+0 |
| 2022-03-17 | net/mlx5: Remove unused exported contiguous coherent buffer allocation API |  Tariq Toukan | 1 | -3/+0 |
| 2022-03-10 | net/mlx5: Parse module mapping using mlx5_ifc |  Gal Pressman | 2 | -5/+4 |
| 2022-03-10 | net/mlx5: Query the maximum MCIA register read size from firmware |  Gal Pressman | 2 | -2/+3 |
| 2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -3/+2 |
| 2022-03-09 | net/mlx5: DR, Add support for ConnectX-7 steering |  Yevgeny Kliteynik | 1 | -0/+1 |
| 2022-03-09 | net/mlx5: DR, Add support for matching on Internet Header Length (IHL) |  Yevgeny Kliteynik | 1 | -1/+4 |
| 2022-03-09 | net/mlx5: Add debugfs counters for page commands failures |  Moshe Shemesh | 1 | -0/+3 |
| 2022-03-09 | net/mlx5: Add pages debugfs |  Moshe Shemesh | 1 | -3/+6 |
| 2022-03-09 | net/mlx5: Move debugfs entries to separate struct |  Moshe Shemesh | 1 | -7/+10 |
| 2022-03-09 | net/mlx5: Change release_all_pages cap bit location |  Moshe Shemesh | 1 | -1/+2 |
| 2022-03-09 | net/mlx5: Add command failures data to debugfs |  Moshe Shemesh | 1 | -0/+9 |
| 2022-03-09 | net/mlx5e: SHAMPO, reduce TIR indication |  Ben Ben-Ishay | 1 | -1/+0 |
| 2022-03-09 | net/mlx5: Fix size field in bufferx_reg struct |  Mohammad Kabat | 1 | -2/+2 |
| 2022-02-28 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux |  Jakub Kicinski | 4 | -14/+22 |
| 2022-02-27 | net/mlx5: Introduce migration bits and structures |  Yishai Hadas | 1 | -1/+146 |
| 2022-02-27 | net/mlx5: Expose APIs to get/put the mlx5 core device |  Yishai Hadas | 1 | -0/+3 |
| 2022-02-23 | net/mlx5: Add clarification on sync reset failure |  Moshe Shemesh | 1 | -0/+3 |
| 2022-02-23 | net/mlx5: Add reset_state field to MFRL register |  Moshe Shemesh | 1 | -2/+12 |
| 2022-02-23 | net/mlx5: cmdif, Refactor error handling and reporting of async commands |  Saeed Mahameed | 1 | -1/+2 |
| 2022-02-23 | net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct} |  Saeed Mahameed | 1 | -0/+2 |
| 2022-02-23 | net/mlx5: cmdif, Add new api for command execution |  Saeed Mahameed | 1 | -0/+2 |
| 2022-02-23 | net/mlx5: cmdif, cmd_check refactoring |  Saeed Mahameed | 1 | -1/+0 |
| 2022-02-23 | net/mlx5: Add ability to insert to specific flow group |  Mark Bloch | 1 | -0/+1 |
| 2022-02-23 | mlx5: remove unused static inlines |  Jakub Kicinski | 1 | -10/+0 |
| 2022-01-27 | net/mlx5: Remove unused TIR modify bitmask enums |  Tariq Toukan | 1 | -7/+0 |
| 2022-01-06 | net/mlx5: Introduce API for bulk request and release of IRQs |  Shay Drory | 1 | -2/+2 |
| 2021-12-31 | net/mlx5: DR, Ignore modify TTL if device doesn't support it |  Yevgeny Kliteynik | 1 | -1/+1 |
| 2021-12-31 | net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field |  Yevgeny Kliteynik | 1 | -2/+4 |
| 2021-12-31 | net/mlx5: Add misc5 flow table match parameters |  Muhammad Sammar | 2 | -1/+25 |
| 2021-12-31 | net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" |  Yevgeny Kliteynik | 1 | -1/+1 |
| 2021-12-16 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux |  David S. Miller | 2 | -1/+2 |
| 2021-12-15 | net/mlx5: Introduce log_max_current_uc_list_wr_supported bit |  Shay Drory | 1 | -1/+1 |
| 2021-12-13 | net/mlx5: Separate FDB namespace |  Maor Gottlieb | 1 | -0/+1 |
| 2021-12-02 | net/mlx5: Dynamically resize flow counters query buffer |  Avihai Horon | 1 | -0/+4 |