- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- d7806bb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
- 71cab8ef RDMA/mlx5: Delete unreachable code by Leon Romanovsky · 4 years, 5 months ago
- 530c863 IB/mlx5: Fix 50G per lane indication by Aya Levin · 4 years, 6 months ago
- 1e2b5a9 RDMA/mlx5: Delete one-time used functions by Leon Romanovsky · 4 years, 6 months ago
- d8b7515 RDMA/mlx5: Cleanup DEVX initialization flow by Leon Romanovsky · 4 years, 6 months ago
- f7c4ffd RDMA/mlx5: Separate flow steering logic from main.c by Leon Romanovsky · 4 years, 6 months ago
- 6482582 RDMA/mlx5: Separate counters from main.c by Leon Romanovsky · 4 years, 6 months ago
- b572ebe RDMA/mlx5: Separate restrack callbacks initialization from main.c by Leon Romanovsky · 4 years, 6 months ago
- ac47bf5e RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver function by Leon Romanovsky · 4 years, 6 months ago
- 28ad5f65 RDMA: Move XRCD to be under ib_core responsibility by Leon Romanovsky · 4 years, 6 months ago
- 3b023e1 RDMA/core: Create and destroy counters in the ib_core by Leon Romanovsky · 4 years, 6 months ago
- 05f71ef9 RDMA/mlx5: Introduce UAPI to query PD attributes by Yishai Hadas · 4 years, 6 months ago
- 0fb556b RDMA/mlx5: Implement the query ucontext functionality by Yishai Hadas · 4 years, 6 months ago
- 45ec21c RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() response by Yishai Hadas · 4 years, 6 months ago
- f437544 RDMA/mlx5: Get XRCD number directly for the internal use by Leon Romanovsky · 4 years, 6 months ago
- 28b5fa6 RDMA/mlx5: Add support to get MR resource in RAW format by Maor Gottlieb · 4 years, 7 months ago
- 1ccecc8 RDMA/mlx5: Add support to get CQ resource in RAW format by Maor Gottlieb · 4 years, 7 months ago
- 1776dd2 RDMA/mlx5: Add support to get QP resource in RAW format by Maor Gottlieb · 4 years, 7 months ago
- f443452 RDMA: Add dedicated MR resource tracker function by Maor Gottlieb · 4 years, 7 months ago
- 4d12c04 RDMA: Remove 'max_map_per_fmr' by Jason Gunthorpe · 4 years, 7 months ago
- 802dcc7 RDMA/mlx5: Support TX port affinity for VF drivers in LAG mode by Mark Zhang · 4 years, 7 months ago
- 5f62a52 RDMA/mlx5: Set ECE options during modify QP by Leon Romanovsky · 4 years, 8 months ago
- 0ac8903 RDMA/core: Allow the ioctl layer to abort a fully created uobject by Jason Gunthorpe · 4 years, 8 months ago
- daeee97 RDMA/mlx5: Update mlx5_ib driver name by Shay Drory · 4 years, 8 months ago
- 8c112a5 RDMA/mlx5: Add support in steering default miss by Maor Gottlieb · 4 years, 8 months ago
- 10c2615 Merge branch 'mellanox/mlx5-next' into rdma.git for/next by Jason Gunthorpe · 4 years, 8 months ago
- 14c129e {IB/net}/mlx5: Simplify don't trap code by Maor Gottlieb · 4 years, 8 months ago
- 8d93efb8 RDMA/mlx5: Assign profile before calling stages by Mark Bloch · 4 years, 8 months ago
- 029e88f RDMA/mlx5: Move all WR logic from qp.c to separate file by Leon Romanovsky · 4 years, 8 months ago
- 31578de RDMA/mlx5: Update mlx5_ib to use new cmd interface by Leon Romanovsky · 4 years, 8 months ago
- 5ac55df RDMA/mlx5: Set UDP source port based on the grh.flow_label by Mark Zhang · 4 years, 8 months ago
- cfc1a89 RDMA/mlx5: Set lag tx affinity according to slave by Maor Gottlieb · 4 years, 8 months ago
- 2be08c3 RDMA/mlx5: Delete create QP flags obfuscation by Leon Romanovsky · 4 years, 8 months ago
- dff8e2d net/mlx5: Use aligned variable while allocating ICM memory by Erez Shitrit · 4 years, 9 months ago
- 333fbaa net/mlx5: Move QP logic to mlx5_ib by Leon Romanovsky · 4 years, 9 months ago
- bfd745f RDMA/mlx5: Delete Q counter allocations command by Leon Romanovsky · 4 years, 9 months ago
- 66247fb net/mlx5: Remove Q counter low level helper APIs by Leon Romanovsky · 4 years, 9 months ago
- 919dce2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 9 months ago
- e999a73 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 4 years, 9 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
- dbdf890 Merge branch 'mlx5_tx_steering' into rdma.git for-next by Jason Gunthorpe · 4 years, 10 months ago
- af9c384 RDMA/mlx5: Add support for RDMA TX flow table by Michael Guralnik · 4 years, 10 months ago
- 0a2fd01 IB/mlx5: Move to fully dynamic UAR mode once user space supports it by Yishai Hadas · 4 years, 10 months ago
- 342ee59 IB/mlx5: Expose UAR object and its alloc/destroy commands by Yishai Hadas · 4 years, 10 months ago
- 1f3db16 IB/mlx5: Generally use the WC auto detection test result by Yishai Hadas · 4 years, 10 months ago
- d613bd6 Merge branch 'mlx5_mr_cache' into rdma.git for-next by Jason Gunthorpe · 4 years, 10 months ago
- f743ff3 RDMA/mlx5: Replace spinlock protected write with atomic var by Saeed Mahameed · 4 years, 10 months ago
- fc6a9f8 {IB,net}/mlx5: Assign mkey variant in mlx5_ib only by Saeed Mahameed · 4 years, 10 months ago
- a762d46 RDMA/mlx5: Use offsetofend() instead of duplicated variant by Leon Romanovsky · 4 years, 10 months ago
- bf3347c Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 10 months ago
- 41e684e IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads by Alex Vesker · 4 years, 10 months ago
- ec16b6b RDMA/mlx5: Fix the number of hwcounters of a dynamic counter by Mark Zhang · 4 years, 10 months ago
- 3e3cf2e Merge branch 'mlx5_packet_pacing' into rdma.git for-next by Jason Gunthorpe · 4 years, 10 months ago
- 30f2fe4 IB/mlx5: Introduce UAPIs to manage packet pacing by Yishai Hadas · 4 years, 11 months ago
- 79db784 IB/mlx5: Fix missing congestion control debugfs on rep rdma device by Parav Pandit · 4 years, 10 months ago
- 91b74bf IB/mlx5: Optimize u64 division on 32-bit arches by Alexander Lobakin · 4 years, 11 months ago
- 0f0d382 net/mlx5: E-Switch, Move source port on reg_c0 to the upper 16 bits by Paul Blakey · 5 years ago
- 685eff5 IB/mlx5: Use div64_u64 for num_var_hw_entries calculation by Jason Gunthorpe · 5 years ago
- 9b6d3bb RDMA/mlx5: Prevent overflow in mmap offset calculations by Leon Romanovsky · 5 years ago
- 8fdd401 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 8889f6f RDMA/core: Make the entire API tree static by Jason Gunthorpe · 5 years ago
- bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- e8b3a42 Merge tag 'rds-odp-for-5.5' into rdma.git for-next by Jason Gunthorpe · 5 years ago
- ad06307 Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma by David S. Miller · 5 years ago
- 12e9e0d Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Saeed Mahameed · 5 years ago
- 61dc7b0 net/mlx5: Refactor mlx5_create_auto_grouped_flow_table by Paul Blakey · 5 years ago
- d7fab91 IB/mlx5: Expose RoCE accelerator counters by Avihai Horon · 5 years ago
- a73a895 IB/mlx5: Mask out unsupported ODP capabilities for kernel QPs by Moni Shoua · 5 years ago
- 4835709 RDMA/mlx5: Don't fake udata for kernel path by Leon Romanovsky · 5 years ago
- 3f59b6c IB/mlx5: Add mmap support for VAR by Yishai Hadas · 5 years ago
- 7be76be IB/mlx5: Introduce VAR object and its alloc/destroy methods by Yishai Hadas · 5 years ago
- f164be8 IB/mlx5: Extend caps stage to handle VAR capabilities by Yishai Hadas · 5 years ago
- 57ad87dd Merge branch 'x86/mm' into efi/core, to pick up dependencies by Ingo Molnar · 5 years ago
- 4cca96a IB/mlx5: Do reverse sequence during device removal by Parav Pandit · 5 years ago
- dc2316e IB/mlx5: Fix device memory flows by Yishai Hadas · 5 years ago
- ed9085f IB/mlx5: Fix steering rule of drop and count by Maor Gottlieb · 5 years ago
- eb243d1 x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h> by Ingo Molnar · 5 years ago
- 9a3d7fd Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
- 3694e41 Merge branch 'ib-guids' into rdma.git for-next by Jason Gunthorpe · 5 years ago
- 9c0015e IB/mlx5: Implement callbacks for getting VFs GUID attributes by Danit Goldberg · 5 years ago
- c16339b IB/mlx5: Support extended number of strides for Striding RQ by Mark Zhang · 5 years ago
- 94de879 IB/mlx5: Load profile according to RoCE enablement state by Michael Guralnik · 5 years ago
- b5a498b IB/mlx5: Rename profile and init methods by Michael Guralnik · 5 years ago
- c043ff2 RDMA: Connect between the mmap entry and the umap_priv structure by Michal Kalderon · 5 years ago
- 09b0965 IB: mlx5: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
- e53a9d2 IB/mlx5: Introduce and use mlx5_core_is_vf() by Parav Pandit · 5 years ago
- 11f552e IB/mlx5: Test write combining support by Michael Guralnik · 6 years ago
- bb3dba3 Merge branch 'odp_rework' into rdma.git for-next by Jason Gunthorpe · 5 years ago
- 5256edc RDMA/mlx5: Rework implicit ODP destroy by Jason Gunthorpe · 5 years ago
- 806b101 RDMA/mlx5: Use a dedicated mkey xarray for ODP by Jason Gunthorpe · 5 years ago
- 50211ec RDMA/mlx5: Split sig_err MR data into its own xarray by Jason Gunthorpe · 5 years ago
- 68abaa7 IB/mlx5: Remove dead code by Ran Rozenstein · 5 years ago
- 4061ff7 RDMA/nldev: Provide MR statistics by Erez Alfasi · 5 years ago
- e1b95ae RDMA/mlx5: Return ODP type per MR by Erez Alfasi · 5 years ago
- a2aca4d Merge branch 'mlx5-rd-sgl' into rdma.git for-next by Jason Gunthorpe · 5 years ago
- 3660905 RDMA/mlx5: Add capability for max sge to get optimized performance by Yamin Friedman · 5 years ago
- 6f26b2a IB/mlx5: Remove unnecessary else statement by Erez Alfasi · 5 years ago
- 018c683 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago