aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fpga (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky3-1646/+0
2022-04-06net/mlx5_fpga: Drop INNOVA TLS supportLeon Romanovsky3-697/+0
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2-6/+6
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-3/+1
2021-07-25IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa1-1/+1
2021-04-14net/mlx5: Add a blank line after declarationsWenpeng Liang1-0/+1
2021-04-14net/mlx5: Fix bit-wise and with zeroColin Ian King1-1/+1
2021-04-02net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan1-3/+3
2021-03-10net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb1-0/+1
2021-02-11net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem2-1/+3
2020-11-05net/mlx5: Cleanup kernel-doc warningsSaeed Mahameed1-3/+5
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-16net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem2-45/+43
2020-05-29net/mlx5: Accel: fpga tls fix cast to __be64 and incorrect argument typesSaeed Mahameed2-4/+4
2020-04-30net/mlx5: IPsec, Fix coverity issueRaed Salem1-2/+2
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed3-108/+59
2020-04-23net/mlx5: Update FPGA to new cmd interfaceLeon Romanovsky1-15/+13
2020-04-20net/mlx5: IPsec, Refactor SA handle creation and destructionRaed Salem2-4/+28
2020-04-20net/mlx5: Use the correct IPsec capability function for FPGA opsRaed Salem2-2/+15
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2020-04-19net/mlx5: Remove extra indirection while storing QPNLeon Romanovsky2-13/+12
2020-04-19net/mlx5: Open-code modify QP in the FPGA moduleLeon Romanovsky1-56/+28
2020-04-19net/mlx5: Remove empty QP and CQ events handlersLeon Romanovsky1-19/+0
2020-04-19net/mlx5: Open-code create and destroy QP callsLeon Romanovsky1-11/+13
2020-02-19net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-06net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctxRaed Salem1-0/+1
2020-02-06net/mlx5: IPsec, Fix esp modify function attributeRaed Salem1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-3/+3
2019-11-03Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-25/+46
2019-11-01net/mlx5: FPGA, support network cards with standalone FPGAIgor Leshenko2-25/+46
2019-10-18net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cqNavid Emamdoost1-1/+3
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada1-2/+0
2019-07-05net/mlx5: Kconfig, Better organize compilation flagsTariq Toukan1-75/+0
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-3/+5
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+2
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas1-1/+2
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-1/+1
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-3/+5
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu1-3/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-41/+45
2019-04-29net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb1-41/+45
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed1-2/+0
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+24
2019-04-09net/mlx5: FPGA, tls, idr remove on flow deleteSaeed Mahameed1-28/+15