summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Add bnxt_re driver build supportSelvin Xavier2017-02-144-0/+18
* RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier2017-02-1413-0/+13258
* IB/core: Add inline function to validate portYuval Shaia2017-01-274-18/+13
* IB/srpt: Accept GUIDs as port namesBart Van Assche2017-01-272-61/+96
* IB/cma: Fix reversed testChristophe Jaillet2017-01-271-1/+1
* IB/ipoib: Remove the unnecessary error checkZhu Yanjun2017-01-244-13/+7
* i40iw: Set maj_err and min_err in i40iw_sc_cqp_createShiraz Saleem2017-01-241-0/+3
* IB/qib: Remove empty functionLeon Romanovsky2017-01-243-12/+0
* RDMA/core: create struct ib_port_cacheJack Wang2017-01-241-83/+51
* IB/ipoib: function interface changeZhu Yanjun2017-01-242-8/+4
* i40iw: fix some indenting in i40iw_sc_vsi_init()Dan Carpenter2017-01-241-3/+3
* IB/cma: Allow port reuse for rdma_idMoni Shoua2017-01-241-7/+60
* IB/cma: Add debug messages to error flowsMoni Shoua2017-01-242-2/+25
* IB/ipoib: Remove unnecessary returned value checkZhu Yanjun2017-01-243-10/+4
* IB/isert: fix spelling mistake: "teminating" -> "terminating"Colin Ian King2017-01-241-1/+1
* iw_cxgb4: Guard against null cm_id in dump_ep/qpGanesh Goudar2017-01-241-49/+84
* IB/mad: Add port_num to error messageYuval Shaia2017-01-241-1/+3
* IB/vmw_pvrdma: Remove unused qp_typeYuval Shaia2017-01-241-3/+2
* IB/core: Fix typo in commentYuval Shaia2017-01-241-1/+1
* RDMA/cma: use cached port state when bind loopbackJack Wang2017-01-121-3/+3
* RDMA/cma: resolve to first active ib portJack Wang2017-01-121-1/+5
* RDMA/core: export ib_get_cached_port_stateJack Wang2017-01-121-0/+18
* RDMA/core: add port state cacheJack Wang2017-01-121-1/+9
* IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-01-121-1/+1
* IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-01-121-4/+4
* IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud2017-01-121-3/+6
* IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud2017-01-123-8/+13
* IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-01-121-2/+2
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-01-122-9/+9
* IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-01-121-1/+5
* IB/ipoib: Set device connection mode only when neededFeras Daoud2017-01-121-0/+7
* IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud2017-01-121-0/+4
* RDMA/ocrdma: Replace BUG() with BUG_ON()ssh102017-01-121-10/+5
* RDMA/cxgb4: Use AF_INET for sin_family fieldssh102017-01-121-3/+3
* RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram2017-01-121-313/+236
* RDMA/qib: use rb_entry()Geliang Tang2017-01-121-3/+3
* RDMA/hfi1: drop pci_link_reset()Cao jin2017-01-121-10/+0
* RDMA/qib: drop qib_pci_link_reset()Cao jin2017-01-121-8/+0
* RDMA/i40iw: use designated initializersKees Cook2017-01-122-82/+80
* RDMA/nes: use designated initializersKees Cook2017-01-121-11/+11
* IB/rxe: Fix an skb leakBart Van Assche2017-01-101-1/+14
* IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-108-67/+42
* IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-01-102-0/+2
* IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche2017-01-101-10/+10
* IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-104-14/+20
* IB/rxe: Introduce functions for queue drainingBart Van Assche2017-01-102-53/+38
* IB/rxe: Add a runtime check in alloc_index()Bart Van Assche2017-01-101-0/+1
* IB/rxe: Issue warnings onceBart Van Assche2017-01-103-9/+10
* IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-107-15/+17
* IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche2017-01-101-2/+10
OpenPOWER on IntegriCloud