summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cma.c
AgeCommit message (Expand)Author
2023-10-02RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinMark Zhang
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-07-21RDMA/cma: Avoid GID lookups on iWARP devicesChuck Lever
2023-07-21RDMA/cma: Deduplicate error flow in cma_validate_port()Chuck Lever
2023-07-17RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-20RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-04-03RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li
2023-03-23RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang
2023-02-16RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang
2023-01-10RDMA/core: Refactor rdma_bind_addrPatrisious Haddad
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe
2022-12-07RDMA/cma: Change RoCE packet life time from 18 to 16Chao Leng
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-19RDMA/cma: Use output interface for net_dev checkHåkon Bugge
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang
2022-08-29RDMA/cma: Fix arguments order in net device validationMichael Guralnik
2022-06-16RDMA/core: Add a netevent notifier to cmaPatrisious Haddad
2022-06-16RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-02-25RDMA/cma: Do not change route.addr.src_addr outside state checksJason Gunthorpe
2022-02-17IB/cma: Allow XRC INI QPs to set their local ACK timeoutHåkon Bugge
2022-01-28RDMA/cma: Use correct address when leaving multicast groupMaor Gottlieb
2021-12-14RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entryAvihai Horon
2021-11-25RDMA/cma: Remove open coding of overflow checking for private_data_lenHåkon Bugge
2021-10-04RDMA/cma: Split apart the multiple uses of the same list headsJason Gunthorpe
2021-09-23RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requestsJason Gunthorpe
2021-09-22RDMA/cma: Do not change route.addr.src_addr.ss_familyJason Gunthorpe
2021-09-15RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failureTao Liu
2021-09-14IB/cma: Do not send IGMP leaves for sendonly Multicast groupsChristoph Lameter
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe
2021-08-25RDMA/core/sa_query: Retry SA queriesHåkon Bugge
2021-08-02RDMA/cma: Revert INIT-INIT patchMike Marciniszyn
2021-06-29RDMA/core: Always release restrack objectLeon Romanovsky
2021-06-25RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch
2021-06-25RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge
2021-06-24RDMA/cma: Protect RMW with qp_mutexHåkon Bugge
2021-06-24RDMA/cma: Remove unnecessary INIT->INIT transitionHåkon Bugge
2021-05-18RDMA/core: Don't access cm_id after its destructionShay Drory
2021-04-21RDMA/core: Add CM to restrack after successful attachment to a deviceShay Drory
2021-04-21RDMA/cma: Skip device which doesn't support CMParav Pandit