aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2022-05-24RDMA/core: Fix typo in commentGravatar Julia Lawall 1-1/+1
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Jason Gunthorpe 1-8/+0
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreGravatar Leon Romanovsky 1-8/+0
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsGravatar Jason Gunthorpe 2-53/+38
2022-04-04IB/uverbs: Move part of enum ib_device_cap_flags to uapiGravatar Xiao Yang 1-38/+66
2022-04-04IB/uverbs: Move enum ib_raw_packet_caps to uapiGravatar Xiao Yang 1-7/+11
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-1/+1
2022-01-07RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpnGravatar Zhu Yanjun 1-0/+17
2022-01-05IB/mlx5: Expose NDR speed through MADGravatar Maher Sanalla 1-0/+1
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsGravatar Leon Romanovsky 1-1/+11
2021-11-16RDMA/netlink: Add __maybe_unused to static inline in C fileGravatar Leon Romanovsky 1-1/+1
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesGravatar Chengchang Tang 1-0/+9
2021-10-28RDMA/umem: Allow pinned dmabuf umem usageGravatar Gal Pressman 1-0/+11
2021-10-13RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()Gravatar Logan Gunthorpe 1-1/+6
2021-10-12RDMA/mlx5: Add modify_op_stat() supportGravatar Aharon Landau 1-0/+2
2021-10-12RDMA/mlx5: Add steering support in optional flow countersGravatar Aharon Landau 1-0/+1
2021-10-12RDMA/counter: Add optional counter supportGravatar Aharon Landau 2-0/+15
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsGravatar Aharon Landau 1-0/+3
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structGravatar Mark Zhang 1-23/+4
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsGravatar Aharon Landau 1-6/+15
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextGravatar Jason Gunthorpe 2-6/+33
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemGravatar Maor Gottlieb 2-7/+33
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsGravatar Maor Gottlieb 1-0/+1
2021-08-19RDMA/core/sa_query: Remove unused functionGravatar Håkon Bugge 1-24/+0
2021-08-03RDMA/core: Reorganize create QP low-level functionsGravatar Leon Romanovsky 1-4/+12
2021-08-03RDMA: Globally allocate and release QP memoryGravatar Leon Romanovsky 1-5/+25
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsGravatar Leon Romanovsky 1-1/+1
2021-06-21IB/core: Shuffle locks in ib_port_data to save memoryGravatar Anand Khoje 1-1/+3
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsGravatar Avihai Horon 1-0/+8
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Gravatar Jason Gunthorpe 1-23/+7
2021-06-16RDMA: Change ops->init_port to ops->port_groupsGravatar Jason Gunthorpe 2-10/+3
2021-06-16RDMA/core: Expose the ib port sysfs attribute machineryGravatar Jason Gunthorpe 1-0/+41
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismGravatar Jason Gunthorpe 1-4/+5
2021-06-16RDMA/core: Split port and device counter sysfs attributesGravatar Jason Gunthorpe 1-2/+2
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerGravatar Jason Gunthorpe 1-1/+2
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsGravatar Jason Gunthorpe 1-6/+7
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsGravatar Mark Zhang 1-14/+13
2021-05-28IB/hfi1: Move a function from a header file into a .c fileGravatar Bart Van Assche 1-5/+0
2021-05-11RDMA: Remove unnecessary struct declarationGravatar Wan Jiabing 1-1/+0
2021-05-11RDMA/core: Remove never used ib_modify_wq function callGravatar Leon Romanovsky 1-2/+0
2021-04-22RDMA/restrack: Add support to get resource tracking for SRQGravatar Neta Ostrovsky 2-0/+9
2021-04-13Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Jason Gunthorpe 1-1/+1
2021-04-13RDMA/uverbs: Make UVERBS_OBJECT_METHODS to consider line numberGravatar Maor Gottlieb 1-1/+1
2021-04-12IB/cma: Introduce rdma_set_min_rnr_timer()Gravatar Håkon Bugge 1-0/+2
2021-04-07IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevGravatar Mike Marciniszyn 1-0/+2
2021-04-01RDMA/uverbs: Fix -Wunused-function warningGravatar YueHaibing 1-3/+4
2021-03-26RDMA: Fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsGravatar Mark Bloch 8-121/+135
2021-03-22RDMA/include: Mundane typo fixes throughout the fileGravatar Bhaskar Chowdhury 1-4/+4
2021-03-11IB/core: Split uverbs_get_const/default to consider target typeGravatar Yishai Hadas 1-13/+67