summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-09treewide: correct the typo 'retun'WangYuli
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-14RDMA: Fix netdev tracker in ib_device_set_netdevDavid Ahern
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang
2024-07-01RDMA/nldev: Add support to dump device type and parent device if existsMark Zhang
2024-07-01RDMA/nldev: Add support to add/delete a sub IB device through netlinkMark Zhang
2024-07-01RDMA/core: Create GSI QP only when CM is supportedMark Zhang
2024-07-01RDMA/core: Support IB sub device with type "SMI"Mark Zhang
2024-07-01RDMA/core: Create "issm*" device nodes only when SMI is supportedMark Zhang
2024-07-01RDMA/device: Return error earlier if port in not validLeon Romanovsky
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger
2024-06-26IB/core: add support for draining Shared receive queuesMax Gurtovoy
2024-06-21RDMA/cache: Release GID table even if leak is detectedLeon Romanovsky
2024-06-09RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche
2024-06-09RDMA/iwcm: Simplify cm_work_handler()Bart Van Assche
2024-06-09RDMA/iwcm: Simplify cm_event_handler()Bart Van Assche
2024-06-09RDMA/iwcm: Change the return type of iwcm_deref_id()Bart Van Assche
2024-06-09RDMA/iwcm: Use list_first_entry() where appropriateBart Van Assche
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-05-12RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun
2024-05-05RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-30RDMA/core: Add an option to display driver-specific QPs in the rdmatoolChiara Meiohas
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-21IB/core: Implement a limit on UMAD receive ListMichael Guralnik
2024-04-01RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang
2024-04-01RDMA/restrack: Fix potential invalid address accessWenchao Hao
2024-03-10RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil
2024-03-03RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-02-21RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer
2024-02-21RDMA/device: Fix a race between mad_client and cm_client initShifeng Li
2023-12-04RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn
2023-11-13RDMA/core: Fix uninit-value access in ib_get_eth_speed()Shigeru Yoshida
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe
2023-10-24RDMA/core: Remove NULL check before dev_{put, hold}Yang Li
2023-10-19RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad
2023-10-11infiniband: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-05RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky
2023-10-04RDMA/core: Fix a couple of obvious typos in commentsChuck Lever
2023-10-02RDMA/core: Annotate struct ib_pkey_cache with __counted_byKees Cook
2023-10-02RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinMark Zhang
2023-09-26IB/core: Add support for XDR link speedOr Har-Toov
2023-09-20RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa
2023-09-20RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa
2023-09-19RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva