- d82e2b2 RDMA/mad: Delete duplicated init_query_mad functions by Leon Romanovsky · 3 years ago
- 4922f09 Merge tag 'v5.16-rc5' into rdma.git for-next by Jason Gunthorpe · 3 years ago
- 0c83da7 RDMA/mlx4: Use bitmap_alloc() when applicable by Christophe JAILLET · 3 years, 1 month ago
- 378c674 RDMA/mlx4: Do not fail the registration on port stats by Jack Wang · 3 years, 1 month ago
- 25edbc3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 2 months ago
- 13f30b0 RDMA/counter: Add a descriptor in struct rdma_hw_stats by Aharon Landau · 3 years, 3 months ago
- ded6e16 mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() by Jakub Kicinski · 3 years, 3 months ago
- 514aee6 RDMA: Globally allocate and release QP memory by Leon Romanovsky · 3 years, 5 months ago
- fdcebbc Merge tag 'v5.13-rc7' into rdma.git for-next by Jason Gunthorpe · 3 years, 6 months ago
- 915e4af RDMA: Remove rdma_set_device_sysfs_group() by Jason Gunthorpe · 3 years, 7 months ago
- 4b5f4d3 RDMA: Split the alloc_hw_stats() ops to port and device variants by Jason Gunthorpe · 3 years, 7 months ago
- 2adcb4c RDMA: Verify port when creating flow rule by Maor Gottlieb · 3 years, 7 months ago
- 404e5a1 RDMA/mlx4: Do not map the core_clock page to user space unless enabled by Shay Drory · 3 years, 7 months ago
- 1fb7f89 RDMA: Support more than 255 rdma ports by Mark Bloch · 3 years, 10 months ago
- 6504c77 IB/mlx4: Use port iterator and validation APIs by Parav Pandit · 4 years ago
- 6f320f6 RDMA/mlx4: Remove bogus dev_base_lock usage by Vladimir Oltean · 4 years, 1 month ago
- 4580836 RDMA: Manual changes for sysfs_emit and neatening by Joe Perches · 4 years, 3 months ago
- 1c7fd72 RDMA: Convert sysfs device * show functions to use sysfs_emit() by Joe Perches · 4 years, 3 months ago
- 1f11a76 RDMA: Check create_flags during create_qp by Jason Gunthorpe · 4 years, 3 months ago
- 1c407cb RDMA: Check flags during create_cq by Jason Gunthorpe · 4 years, 3 months ago
- 652caba RDMA: Check srq_type during create_srq by Jason Gunthorpe · 4 years, 3 months ago
- 44ce37b RDMA: Move more uverbs_cmd_mask settings to the core by Jason Gunthorpe · 4 years, 3 months ago
- c074bb1 RDMA: Remove elements in uverbs_cmd_mask that all drivers set by Jason Gunthorpe · 4 years, 3 months ago
- b8e3130 RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions by Jason Gunthorpe · 4 years, 3 months ago
- e0477b3 RDMA: Explicitly pass in the dma_device to ib_register_device by Jason Gunthorpe · 4 years, 3 months ago
- 5dee587 Merge branch 'mlx5_active_speed' into rdma.git for-next by Jason Gunthorpe · 4 years, 3 months ago
- c0a6b5e RDMA: Convert RWQ table logic to ib_core allocation scheme by Leon Romanovsky · 4 years, 4 months ago
- d18bb3e RDMA: Clean MW allocation and free flows by Leon Romanovsky · 4 years, 4 months ago
- d0c45c8 RDMA: Change XRCD destroy return value by Leon Romanovsky · 4 years, 4 months ago
- 91a7c58 RDMA: Restore ability to fail on PD deallocate by Leon Romanovsky · 4 years, 4 months ago
- ec78b3b RDMA/mlx4: Read pkey table length instead of hardcoded value by Mark Bloch · 4 years, 4 months ago
- d667374 RDMA: Remove constant domain argument from flow creation call by Leon Romanovsky · 4 years, 5 months ago
- 28ad5f65 RDMA: Move XRCD to be under ib_core responsibility by Leon Romanovsky · 4 years, 6 months ago
- 1f55b7a RDMA/mlx4: Remove FMR support for memory registration by Max Gurtovoy · 4 years, 7 months ago
- c08cfb2 RDMA/mlx4: Initialize ib_spec on the stack by Alaa Hleihel · 4 years, 9 months ago
- 282e79c RDMA/mlx4: Delete duplicated offsetofend implementation by Leon Romanovsky · 4 years, 10 months ago
- eaad647 IB/mlx4: Fix memory leak in add_gid error flow by Jack Morgenstein · 5 years ago
- 89f988d IB/mlx4: Follow mirror sequence of device add during device removal by Parav Pandit · 5 years ago
- ff3195b IB/mlx4: Update HW GID table while adding vlan GID by Danit Goldberg · 5 years ago
- c043ff2 RDMA: Connect between the mmap entry and the umap_priv structure by Michal Kalderon · 5 years ago
- 72a7720 RDMA: Introduce ib_port_phys_state enum by Kamal Heib · 5 years ago
- e39afe3 RDMA: Convert CQ allocations to be under core responsibility by Leon Romanovsky · 6 years ago
- 7a15414 RDMA: Move owner into struct ib_device_ops by Jason Gunthorpe · 6 years ago
- 72c6ec1 RDMA: Move uverbs_abi_ver into struct ib_device_ops by Jason Gunthorpe · 6 years ago
- b9560a4 RDMA: Move driver_id into struct ib_device_ops by Jason Gunthorpe · 6 years ago
- 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
- d345691 RDMA: Handle AH allocations by IB/core by Leon Romanovsky · 6 years ago
- ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
- c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
- a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
- 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
- 459cc69 RDMA: Provide safe ib_alloc_device() function by Leon Romanovsky · 6 years ago
- 5474723 RDMA: Introduce and use rdma_device_to_ibdev() by Parav Pandit · 6 years ago
- ea4baf7 RDMA: Rename port_callback to init_port by Parav Pandit · 6 years ago
- 4725c4b RDMA/mlx4: Initialize ib_device_ops struct by Kamal Heib · 6 years ago
- fc6526f mlx4: trigger IB events needed by SMC by Ursula Braun · 6 years ago
- 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 6 years ago
- 59bfc59 Merge branch 'for-rc' into rdma.git for-next by Jason Gunthorpe · 6 years ago
- e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 6 years ago
- c282da4 RDMA/mlx4: Use rdma_user_mmap_io by Jason Gunthorpe · 6 years ago
- 8f28b17 RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HW by Leon Romanovsky · 6 years ago
- 2f944c0 RDMA: Fix storage of PortInfo CapabilityMask in the kernel by Jason Gunthorpe · 6 years ago
- 1975acd IB/mlx4: Add support for drain SQ & RQ by Yishai Hadas · 7 years ago
- 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
- 7492052 IB/mlx4: Use GID attribute from ah attribute by Parav Pandit · 7 years ago
- f4df9a7 RDMA: Use GID from the ib_gid_attr during the add_gid() callback by Parav Pandit · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 0f45e69 Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-next by Jason Gunthorpe · 7 years ago
- 59082a3 IB/core: Support passing uhw for create_flow by Matan Barak · 7 years ago
- 7fc8ff2 RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails by Leon Romanovsky · 7 years ago
- f77f303 RDMA/mlx4: Catch FW<->SW misalignment without machine crash by Leon Romanovsky · 7 years ago
- a0976f4 RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib core by Wei Hu(Xavier) · 7 years ago
- 25e6265 IB/core: Reduce the places that use zgid by Parav Pandit · 7 years ago
- 8510020 IB/mlx4: Check for egress flow steering by Boris Pismenny · 7 years ago
- 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
- 14169e3 IB/providers: Avoid zero GID check for RoCE by Parav Pandit · 7 years ago
- 0e1f9b9 RDMA/providers: Simplify query_gid callback of RoCE providers by Parav Pandit · 7 years ago
- 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
- 6d06c9a IB/mlx4: Add Scatter FCS support over WQ creation by Guy Levi · 7 years ago
- 9c71172 IB/mlx4: Report TSO capabilities by Yishai Hadas · 7 years ago
- 48962f5 RDMA/mlx4: Move flag constants to uapi header by Jason Gunthorpe · 7 years ago
- 2d87344 Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
- 5292443 mlx4_ib: zero out struct ib_pd when allocating by Steve Wise · 7 years ago
- a181779 IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE by Jack M · 7 years ago
- 0077416 IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs by Jack Morgenstein · 7 years ago
- 852f692 IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports by Jack Morgenstein · 7 years ago
- 07d84f7 IB/mlx4: Add support to RSS hash for inner headers by Guy Levi · 7 years ago
- 0fd586d IB/mlx4: Add CQ moderation capability to query_device by Yonatan Cohen · 7 years ago
- 34d9a27 IB/mlx4: Exposing modify CQ callback to uverbs layer by Yonatan Cohen · 7 years ago
- 09d208b2 IB/mlx4: Add report for RSS capabilities by vendor channel by Guy Levi · 7 years ago
- 9abb0d1 RDMA: Simplify get firmware interface by Leon Romanovsky · 8 years ago
- a5f6672 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
- 6afff1c IB/mlx4: Expose RSS capabilities by Guy Levi · 7 years ago
- b8d46ca IB/mlx4: Add support for WQ indirection table related verbs by Guy Levi · 7 years ago
- 400b1eb IB/mlx4: Add support for WQ related verbs by Guy Levi · 7 years ago
- f330187 (IB, net)/mlx4: Add resource utilization support by Moshe Shemesh · 8 years ago
- ea30b96 IB/mlx4: Add inline-receive support by Maor Gottlieb · 8 years ago
- e1267b0 RDMA: Remove useless MODULE_VERSION by Leon Romanovsky · 8 years ago
- 98e77d9 IB: Convert msleep below 20ms to usleep_range by Leon Romanovsky · 8 years ago
- 0a528ee IB/mlx4: Bump driver version by Tariq Toukan · 8 years ago