summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-2318-81/+200
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-09-1615-80/+189
| |\
| | * IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King2016-09-161-1/+1
| | * IB/rxe: Fix kmem_cache leakYonatan Cohen2016-09-161-0/+13
| | * IB/rxe: Fix race condition between requester and completerYonatan Cohen2016-09-161-13/+44
| | * IB/rxe: Fix duplicate atomic request handlingYonatan Cohen2016-09-161-5/+6
| | * IB/rxe: Fix kernel panic in udp_setup_tunnelYonatan Cohen2016-09-163-34/+51
| | * IB/mlx5: Set source mac address in FTEMaor Gottlieb2016-09-161-0/+7
| | * IB/mlx5: Enable MAD_IFC commands for IB ports onlyNoa Osherovich2016-09-161-1/+3
| | * IB/mlx4: Diagnostic HW counters are not supported in slave modeKamal Heib2016-09-161-0/+3
| | * IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein2016-09-163-3/+27
| | * IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein2016-09-161-17/+19
| | * IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker2016-09-161-7/+7
| | * IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker2016-09-161-0/+9
| | * IB/rxe: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov2016-09-161-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-09-153-1/+11
| |\ \ | | |/ | |/|
| | * Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-09-133-1/+11
| | |\
| | | * iw_cxgb4: block module unload until all ep resources are releasedSteve Wise2016-09-043-0/+8
| | | * iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise2016-09-041-1/+3
* | | | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-0/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-151-11/+8
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-151-6/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-151-9/+4
* | | | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-151-9/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-151-6/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-152-15/+6
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-151-23/+9
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-151-12/+3
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-151-52/+18
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-151-37/+16
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-153-38/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-1223-177/+226
|\| | |
| * | | IB/hfi1: Rework debugfs to use SRCUMike Marciniszyn2016-09-021-80/+52
| * | | IB/hfi1: Make n_krcvqs be an unsigned long integerHarish Chegondi2016-09-023-5/+5
| * | | IB/hfi1: Add QSFP sanity pre-checkDean Luick2016-09-024-8/+82
| * | | IB/hfi1: Fix AHG KDETH Intr shiftJubin John2016-09-021-1/+4
| * | | IB/hfi1: Fix SGE length for misaligned PIO copySebastian Sanchez2016-09-021-0/+12
| * | | IB/mlx5: Don't return errors from poll_cqLeon Romanovsky2016-09-021-20/+2
| * | | IB/mlx5: Use TIR number based on selectorYishai Hadas2016-09-023-1/+7
| * | | IB/mlx5: Simplify code by removing return variableLeon Romanovsky2016-09-021-7/+3
| * | | IB/mlx5: Return EINVAL when caller specifies too many SGEsChuck Lever2016-09-021-1/+1
| * | | IB/mlx4: Don't return errors from poll_cqLeon Romanovsky2016-09-021-24/+2
| * | | Revert "IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_one"Leon Romanovsky2016-09-021-3/+3
| * | | IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-09-023-1/+18
| * | | IB/core: Fix use after free in send_leave functionErez Shitrit2016-09-021-11/+2
| * | | IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie2016-09-021-1/+1
| * | | IB/isert: Properly release resources on DEVICE_REMOVALRaju Rangoju2016-09-022-3/+22
| * | | IB/hfi1: Fix the size parameter to find_first_bitChristophe Jaillet2016-09-021-4/+4
| * | | IB/mlx5: Fix the size parameter to find_first_bitChristophe Jaillet2016-09-021-3/+3
| * | | IB/hfi1: Clean up type used and castingChristophe Jaillet2016-08-261-2/+2