summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-03-28RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2-17/+33
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2-7/+7
2018-03-27mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha1-7/+1
2018-03-27mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha1-13/+1
2018-03-27IB/core: Refer to RoCE port property to decide building cacheParav Pandit1-2/+2
2018-03-27IB/core: Search GID only for IB link layerParav Pandit1-1/+1
2018-03-27IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-27IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit1-7/+5
2018-03-27IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit1-0/+14
2018-03-27IB/core: Protect against concurrent access to hardware statsMark Bloch1-6/+28
2018-03-27RDMA/hns: ensure for-loop actually iterates and free's buffersColin Ian King1-1/+1
2018-03-27IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2-8/+48
2018-03-27IB/mlx5: Enable ECN capable bits for UD RoCE v2 QPsMajd Dibbiny1-0/+12
2018-03-27RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-1/+5
2018-03-27RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-2/+7
2018-03-27RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky1-2/+4
2018-03-27RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky1-0/+5
2018-03-27RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe1-0/+9
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai1-2/+2
2018-03-26infiniband: Replace usnic_ib_netdev_event_to_string() with netdev_cmd_to_name()Kirill Tkhai1-10/+5
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai1-14/+1
2018-03-23iw_cxgb4: Add ib_device->get_netdev supportSteve Wise1-0/+19
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit3-0/+11
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-214/+299
2018-03-22IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-22RDMA/restrack: Remove ambiguity in resource track clean logicLeon Romanovsky1-1/+44
2018-03-22RDMA/hns: Fix cq record doorbell enable in kernelYixian Liu1-21/+17
2018-03-22RDMA/cxgb3: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-1/+3
2018-03-21RDMA/qedr: Fix QP state initialization raceKalderon, Michal1-3/+17
2018-03-21RDMA/qedr: Fix rc initialization on CNQ allocation failureKalderon, Michal1-1/+2
2018-03-21RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal1-10/+15
2018-03-21RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-03-21RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky1-2/+1
2018-03-21IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch2-3/+12
2018-03-21IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+2
2018-03-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-47/+88
2018-03-20RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky1-6/+9
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak3-10/+7
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak4-177/+215
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak2-14/+35
2018-03-19IB/uverbs: Safely extend existing attributesMatan Barak3-11/+37
2018-03-19IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak1-2/+2
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak18-4/+22
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak3-144/+153
2018-03-19RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky1-0/+3
2018-03-19IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche1-3/+0
2018-03-19IB/mlx5: Packet packing enhancement for RAW QPBodong Wang3-20/+80
2018-03-19RDMA/hns: Fix init resp when alloc ucontextYixian Liu1-1/+1
2018-03-19IB/core: Use rdma_is_port_valid()Parav Pandit1-3/+2