aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib3-8/+4
2019-07-08RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2-1/+5
2019-07-07ibverbs/rxe: Remove variable self-initializationMaksym Planeta1-1/+1
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-21/+12
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-2/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-146/+119
2019-05-03RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit1-3/+12
2019-05-03RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit1-1/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-21/+14
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky3-20/+14
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch8-71/+51
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+8
2019-03-28RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-27IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun1-16/+12
2019-03-26RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky1-5/+6
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi1-1/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-9/+8
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise8-13/+46
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe4-12/+21
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe5-33/+4
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe8-87/+30
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe4-47/+38
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2-5/+9
2019-02-11RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem1-7/+6
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky4-21/+61
2019-02-04RDMA/rxe: Improve loopback markingKamal Heib2-6/+4
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib4-14/+11
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun4-16/+11
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia3-21/+11
2018-12-20IB/rxe: Make counters thread safeParav Pandit2-4/+4
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch3-4/+5
2018-12-12RDMA/rxe: Initialize ib_device_ops structKamal Heib1-43/+47
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-21/+1
2018-12-11IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2018-12-06IB/rxe: Utilize generic function to validate port numberYuval Shaia1-3/+3
2018-12-06IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia2-4/+2
2018-11-29rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1