summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-09-15RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2-2/+5
2018-09-15IB/hfi1: Invalid NUMA node information can cause a divide by zeroMichael J. Ruhl1-3/+21
2018-09-09RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche1-0/+1
2018-09-09ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche1-2/+1
2018-08-24RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib1-6/+12
2018-08-24IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel1-0/+3
2018-08-24IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet1-2/+5
2018-08-06RDMA/uverbs: Expand primary and alt AV port checksJack Morgenstein1-5/+54
2018-08-03RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky1-0/+5
2018-08-03RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-08-03infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-08-03drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-08-03IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche1-6/+9
2018-08-03drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-08-03RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack accessBart Van Assche1-3/+8
2018-07-17RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky2-2/+14
2018-07-17iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise1-1/+1
2018-07-17IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl5-9/+9
2018-07-03RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky1-1/+0
2018-07-03IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn3-10/+9
2018-07-03IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez1-12/+19
2018-07-03IB/hfi1: Reorder incorrect send context disableMichael J. Ruhl2-11/+35
2018-07-03IB/hfi1: Fix fault injection init/exit issuesMike Marciniszyn1-2/+6
2018-07-03IB/isert: fix T10-pi check mask settingMax Gurtovoy1-1/+1
2018-07-03IB/isert: Fix for lib/dma_debug check_sync warningAlex Estrin1-9/+17
2018-07-03IB/mlx5: Fetch soft WQE's on fatal error stateErez Shitrit1-3/+12
2018-07-03IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-10/+1
2018-07-03IB/mlx4: Mark user MR as writable if actual virtual memory is writableJack Morgenstein1-8/+42
2018-07-03IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin4-0/+28
2018-07-03IB/qib: Fix DMA api warning with debug kernelMike Marciniszyn3-13/+20
2018-06-20RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit1-7/+0
2018-06-20IB/hfi1: Fix memory leak in exception path in get_irq_affinity()Sebastian Sanchez1-6/+5
2018-06-20IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl1-2/+2
2018-06-20IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge1-2/+2
2018-06-20IB/rxe: avoid double kfree_skbZhu Yanjun2-6/+1
2018-06-20IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang1-1/+1
2018-06-20RDMA/iwpm: fix memory leak on map_infoColin Ian King1-1/+4
2018-06-20RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit1-10/+43
2018-06-20IB/uverbs: Fix validating mandatory attributesMatan Barak1-0/+9
2018-06-20IB: make INFINIBAND_ADDR_TRANS configurableGreg Thelen1-1/+4
2018-06-20ib_srp: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-06-20ib_srpt: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-06-05IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-30IB/core: Honor port_num while resolving GID for IB link layerParav Pandit1-14/+12
2018-05-30IB/mlx5: Set the default active rate and width to QDR and 4XHonggang Li1-0/+3
2018-05-30IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin1-1/+1
2018-05-30RDMA/qedr: Fix QP state initialization raceKalderon, Michal1-3/+17
2018-05-30RDMA/qedr: Fix rc initialization on CNQ allocation failureKalderon, Michal1-1/+2
2018-05-30RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal1-10/+15
2018-05-30RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1