aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_resp.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25IB/usnic: Remove unused functionsYuval Shaia1-29/+0
2017-04-25IB/iser: fix spelling mistake: "unexepected" -> "unexpected"Colin Ian King1-1/+1
2017-04-25iw_cxgb4: Use dsgl by defaultGanesh Goudar1-3/+3
2017-04-25RDMA/bnxt_re: Use IS_ERR_OR_NULL where appropriateDoug Ledford1-4/+4
2017-04-25RDMA/bnxt_re: remove redundant initialization of rc to zeroColin Ian King1-1/+1
2017-04-21IB/mlx5: Add support for active_width and active_speed in RoCENoa Osherovich1-5/+67
2017-04-21IB/mlx5: Set mlx5_query_roce_port's return value to voidNoa Osherovich1-7/+8
2017-04-21IB/core: Add HDR speed enumNoa Osherovich2-1/+6
2017-04-21IB/mlx5: Set correct SL in completion for RoCEMoni Shoua1-3/+16
2017-04-21IB/cma: Send MRA for reply messagesMoni Shoua1-0/+3
2017-04-21IB/mlx5: Support congestion related countersParav Pandit6-67/+150
2017-04-21IB/mthca: Check validity of output parameter pointerLeon Romanovsky1-2/+10
2017-04-21IB/mlx5: Add drop flow steering rule supportSlava Shwartsman1-5/+22
2017-04-21IB/core: Introduce drop flow specificationSlava Shwartsman4-0/+26
2017-04-21IB/mlx5: Use IP version matching to classify IP trafficAriel Levkovich2-20/+52
2017-04-21IB/mlx5: Add inner spec and IPv6 validation in user's flow attribute listAriel Levkovich1-10/+34
2017-04-21IB/mlx5: Fix wrong use of kfree at bad flow in create_cq_userBodong Wang1-1/+1
2017-04-21IB/mlx5: Enlarge autogroup flow tableMaor Gottlieb1-2/+2
2017-04-21IB/mlx5: Check supported flow table sizeMaor Gottlieb1-1/+7
2017-04-21IB/mlx5: Change vma from shared to privateMaor Gottlieb1-0/+1
2017-04-21IB/mlx5: Take write semaphore when changing the vma structMaor Gottlieb1-2/+2
2017-04-21IB/mlx4: Change vma from shared to privateMaor Gottlieb1-0/+2
2017-04-21IB/mlx4: Take write semaphore when changing the vma structMaor Gottlieb1-2/+2
2017-04-21IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug levelJack Morgenstein1-1/+2
2017-04-21IB/mlx4: Fix ib device initialization error flowJack Morgenstein1-0/+1
2017-04-21IB/mlx4: Support RAW Ethernet when RoCE is disabledMajd Dibbiny2-17/+12
2017-04-21IB/core: Fix sysfs registration error flowJack Morgenstein1-1/+1
2017-04-21IB/core: Fix kernel crash during fail to initialize deviceParav Pandit1-11/+22
2017-04-21IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud1-6/+5
2017-04-21IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2-4/+59
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc9-9/+44
2017-04-21IB/rxe: Do not export module's private functionParav Pandit1-1/+0
2017-04-21IB/rxe: Avoid accessing timers for non RC QPsParav Pandit1-5/+8
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen9-2/+174
2017-04-20cxgb4: Convert PDBG to pr_debug the secondDoug Ledford1-2/+2
2017-04-20IB/hns: Use kcalloc() in hns_roce_buddy_init()Markus Elfring1-5/+6
2017-04-20IB/hns: Use kmalloc_array() in hns_roce_cmd_use_events()Markus Elfring1-3/+3
2017-04-20IB/hfi1: Coding style improvement (make sizeof use safer)Markus Elfring1-1/+3
2017-04-20IB/hfi1: Remove intermediate var in hfi1_user_sdma_alloc_queues()Markus Elfring1-3/+2
2017-04-20IB/hfi1: Use kcalloc() in hfi1_user_sdma_alloc_queues()Markus Elfring1-4/+6
2017-04-20IB/hfi1: Use kcalloc() in hfi1_user_exp_rcv_init()Markus Elfring1-2/+3
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches10-362/+368
2017-04-20cxgb4: Use more common logging styleJoe Perches10-129/+97
2017-04-20cxgb3: Convert PDBG to pr_debugJoe Perches13-330/+329
2017-04-20cxgb3: Use more common logging styleJoe Perches9-86/+70
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit7-76/+188
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit10-129/+136
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit2-7/+8
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit3-103/+131