aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe3-0/+201
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-36/+4
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe1-1/+1
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov1-1/+1
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen1-3/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky5-34/+61
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-5/+3
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe2-3/+7
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2-1/+3
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2-4/+10
2019-06-10rdma: Delete the ib_ucm moduleJason Gunthorpe2-1353/+0
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-36/+4
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox1-34/+24
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox1-19/+11
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+60
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner4-36/+4
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+3
2019-05-30RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter1-0/+2
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard2-8/+9
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib1-5/+9
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2-5/+6
2019-05-27RDMA/core: Clear out the udata before error unwindJason Gunthorpe3-6/+19
2019-05-21RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib1-7/+2
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2-45/+37
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky1-9/+26
2019-05-21RDMA/core: Fix doc typoIsrael Rukshin2-4/+4
2019-05-21RDMA/rw: Add info regarding SG count failureMax Gurtovoy1-1/+2
2019-05-21RDMA/rw: Print the correct number of sig MRsIsrael Rukshin1-1/+1
2019-05-21RDMA/rw: Fix doc typoIsrael Rukshin1-1/+1
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-20/+23
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-2/+3
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+3
2019-05-13RDMA/core: Change system parameters callback from dumpit to doitParav Pandit1-12/+15
2019-05-13RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe1-8/+8
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds32-712/+1679
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-34/+35
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2-2/+0
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky1-0/+9
2019-05-06RDMA: Add EFA related definitionsGal Pressman2-0/+3
2019-05-06RDMA/umem: Remove hugetlb flagShiraz Saleem2-28/+1
2019-05-06RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem1-0/+34
2019-05-06RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem1-0/+51
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov4-4/+4
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