summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-082-1/+5
* ibverbs/rxe: Remove variable self-initializationMaksym Planeta2019-07-071-1/+1
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1Star
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-21/+12Star
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-2/+1Star
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0913-146/+119Star
|\
| * RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-3/+12
| * RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2019-05-031-1/+2
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-21/+14Star
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-20/+14Star
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-018-71/+51Star
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+8Star
| * RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun2019-03-271-16/+12Star
| * RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky2019-03-261-5/+6
| * RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-261-1/+1
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
|/
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-9/+8Star
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-208-13/+46
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-204-12/+21
* RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-205-33/+4Star
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-208-87/+30Star
* RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-204-47/+38Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-152-5/+9
* RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem2019-02-111-7/+6Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-094-21/+61
* RDMA/rxe: Improve loopback markingKamal Heib2019-02-042-6/+4Star
* RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib2019-02-044-14/+11Star
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-224-16/+11Star
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-2/+2
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
* IB/rxe: Reuse code which sets port stateYuval Shaia2018-12-203-21/+11Star
* IB/rxe: Make counters thread safeParav Pandit2018-12-202-4/+4
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-0/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-193-4/+5
* RDMA/rxe: Initialize ib_device_ops structKamal Heib2018-12-121-43/+47
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-21/+1Star
* IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia2018-12-111-12/+14
* IB/rxe: Utilize generic function to validate port numberYuval Shaia2018-12-071-3/+3
* IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia2018-12-072-4/+2Star
* rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2018-11-301-0/+1
* IB/rxe: make rxe_unregister_device voidZhu Yanjun2018-11-082-4/+2Star