summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2025-04-07IB/cm: use rwlock for MAD agent lockJacob Moroni
2025-04-07RDMA/core: Convert to use ERR_CAST()Li Haoran
2025-04-07RDMA/uverbs: Convert to use ERR_CAST()Li Haoran
2025-04-07RDMA/core: Convert to use ERR_CAST()Li Haoran
2025-04-07RDMA/ucaps: Avoid format-security warningArnd Bergmann
2025-03-19IB/mad: Check available slots before posting receive WRsMaher Sanalla
2025-03-18RDMA/core: Pass port to counter bind/unbind operationsPatrisious Haddad
2025-03-18RDMA/core: Add support to optional-counters binding configurationPatrisious Haddad
2025-03-18RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()Patrisious Haddad
2025-03-13RDMA/core: Fix use-after-free when rename device nameWang Liang
2025-03-13RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla
2025-03-09RDMA/uverbs: Add support for UCAPs in context creationChiara Meiohas
2025-03-09RDMA/uverbs: Introduce UCAP (User CAPabilities) APIChiara Meiohas
2025-03-03RDMA/core: Fixes infiniband sysctl boundsNicolas Bouchinet
2025-03-03RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin
2025-02-19RDMA/core: Fix best page size finding when it can cross SG entriesMichael Margolin
2025-02-06RDMA/core: Use ib_port_state_to_str() for IB state sysfsMaher Sanalla
2025-02-06IB/cache: Add log messages for IB device state changesMaher Sanalla
2025-02-03RDMA/rxe: Make rping work with tun deviceZhu Yanjun
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-12-24RDMA/core: Support link status events dispatchingYuyu Li
2024-12-24RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device.Yuyu Li
2024-12-24RDMA/core: Remove unused ib_copy_path_rec_from_userDr. David Alan Gilbert
2024-12-24RDMA/core: Remove unused ibdev_printkDr. David Alan Gilbert
2024-12-24RDMA/core: Remove unused ib_find_exact_cached_pkeyDr. David Alan Gilbert
2024-12-24RDMA/core: Remove unused ib_ud_header_unpackDr. David Alan Gilbert
2024-12-19RDMA/nldev: Set error code in rdma_nl_notify_eventChiara Meiohas
2024-12-10RDMA/core: Fix ENODEV error for iWARP test over vlanAnumula Murali Mohan Reddy
2024-12-04RDMA/uverbs: Prevent integer overflow issueDan Carpenter
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-17IB/cm: Rework sending DREQ when destroying a cm_idSean Hefty
2024-11-17IB/cm: Do not hold reference on cm_id unless neededSean Hefty
2024-11-17IB/cm: Explicitly mark if a response MAD is a retransmissionSean Hefty
2024-11-12Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan"Leon Romanovsky
2024-11-04RDMA/nldev: Add IB device and net device rename eventsChiara Meiohas
2024-11-04RDMA/core: Move ib_uverbs_file struct to uverbs_types.hPatrisious Haddad
2024-11-04RDMA/core: Add device ufile cleanup operationPatrisious Haddad
2024-11-04RDMA/core: Implement RoCE GID port rescan and export delete functionChiara Meiohas
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro
2024-11-03fdget(), more trivial conversionsAl Viro
2024-10-08RDMA/core: Fix ENODEV error for iWARP test over vlanAnumula Murali Mohan Reddy
2024-10-08RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_eventQianqiang Liu
2024-10-07RDMA/core: Provide rdma_user_mmap_disassociate() to disassociate mmap pagesChengchang Tang
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()Nathan Chancellor