summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2019-03-13IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty
2019-02-27RDMA/srp: Rework SCSI device reset handlingBart Van Assche
2019-02-12IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn
2019-01-26rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever
2019-01-13rxe: fix error completion wr_id and qp_numSagi Grimberg
2019-01-13IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl
2018-12-29ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche
2018-12-21IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl
2018-12-17RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WRMajd Dibbiny
2018-12-08IB/mlx5: Avoid load failure due to unknown link widthMichael Guralnik
2018-12-08iser: set sector for ambiguous mr status errorsSagi Grimberg
2018-12-01IB/hfi1: Eliminate races in the SDMA send error pathMichael J. Ruhl
2018-12-01IB/core: Fix for core panicAlex Estrin
2018-11-13IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov
2018-11-13RDMA/core: Do not expose unsupported countersParav Pandit
2018-11-10IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-11-10RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-11-10IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet
2018-11-10Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin
2018-11-10IB/mlx5: Avoid passing an invalid QP type to firmwareNoa Osherovich
2018-11-10IB/rxe: put the pool on allocation failureDoug Ledford
2018-11-10IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker
2018-11-10rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai
2018-11-10IB/core: Fix the validations of a multicast LID in attach or detach operationsNoa Osherovich
2018-11-10IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel
2018-10-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang
2018-10-10RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn
2018-10-03IB/hfi1: Fix SL array bounds checkIra Weiny
2018-10-03IB/hfi1: Fix context recovery when PBC has an UnsupportedVLMichael J. Ruhl
2018-10-03IB/hfi1: Invalid user input can result in crashMichael J. Ruhl
2018-10-03IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche
2018-10-03IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter
2018-09-29iw_cxgb4: only allow 1 flush on user qpsSteve Wise
2018-09-26IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister
2018-09-26RDMA/cma: Protect cma dev list with lockParav Pandit
2018-09-26IB/rxe: Drop QP0 silentlyZhu Yanjun
2018-09-19RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit
2018-09-19IB/rxe: do not copy extra stack memory to skbKees Cook
2018-09-15RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman
2018-09-09RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche
2018-09-09ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche
2018-08-24RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib
2018-08-24IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel
2018-08-15IB/ocrdma: fix out of bounds access to local bufferMichael Mera
2018-08-15IB/mlx4: Mark user MR as writable if actual virtual memory is writableJack Morgenstein
2018-08-15IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein
2018-08-09IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl
2018-08-03RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky
2018-08-03RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky
2018-08-03infiniband: fix a possible use-after-free bugCong Wang