summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2-16/+70
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit3-2/+12
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-0/+55
2019-05-03IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit1-2/+3
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib2-17/+26
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit3-11/+10
2019-05-03IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov3-2/+1
2019-05-03RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch1-0/+2
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+50
2019-05-02RDMA/uverbs: Initialize udata struct on destroy flowsGal Pressman1-0/+2
2019-05-02RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem1-6/+10
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman1-0/+60
2019-04-29rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE useLinus Torvalds1-1/+1
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+50
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg4-28/+28
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+5
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-04-25uverbs: Convert idr to XArrayMatthew Wilcox2-55/+25
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2-53/+60
2019-04-24RDMA: Remove rdma_user_mmap_pageJason Gunthorpe1-51/+11
2019-04-24RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2-3/+50
2019-04-24RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit1-6/+19
2019-04-24IB/core: Allow vlan link local address based RoCE GIDsParav Pandit1-23/+4
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit3-6/+65
2019-04-22RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit1-0/+77
2019-04-22RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit1-3/+4
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-0/+3
2019-04-09ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+1
2019-04-08RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem1-2/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-43/+48
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky2-17/+25
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe5-8/+8
2019-04-08RDMA/nldev: Return device protocolLeon Romanovsky1-1/+23
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky3-38/+57
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem3-22/+86
2019-04-04RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky1-1/+0
2019-04-03RDMA/cma: Set proper port number as indexLeon Romanovsky1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch4-11/+8
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch4-11/+13
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch8-64/+73
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch10-67/+96
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch4-61/+28
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit3-0/+114
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit3-1/+34
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit3-11/+21
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit4-0/+38
2019-03-28RDMA/core: Add module param to disable device sharing among net nsParav Pandit1-0/+7
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit3-7/+18
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit1-4/+257