summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-244-1/+8
* lib/dma-noop: Clarify a commentBart Van Assche2017-01-241-1/+1
* treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-2431-64/+48
* treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-244-16/+5
* treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-2436-70/+48
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-24113-227/+227
* 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-122-0/+31
* RDMA/core: add port state cacheJack Wang2017-01-122-1/+10
* 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/core: Fix incorrect structure packing for booleansJason Gunthorpe2017-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
* IB/rxe: Remove superfluous castsBart Van Assche2017-01-101-2/+2
* IB/rxe: Remove an unused variable and an unused argumentBart Van Assche2017-01-101-8/+3
* IB/rxe: Remove an unused functionBart Van Assche2017-01-101-7/+0
* IB/rxe: Constify the pool nameBart Van Assche2017-01-102-2/+2
* IB/rxe: Suppress sparse warningsBart Van Assche2017-01-102-5/+5
* RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2017-01-109-17/+9
* RDMA/core: Unify style of IOCTL commandsLeon Romanovsky2017-01-101-60/+38
* RDMA/core: Rename RDMA magic numberLeon Romanovsky2017-01-101-17/+18
* RDMA/core: Move HFI1 IOCTL declarations to common fileLeon Romanovsky2017-01-102-55/+54
* RDMA/hfi1: Avoid redeclaration errorLeon Romanovsky2017-01-103-119/+175
* RDMA/core: Move legacy MAD IOCTL declarations to common fileLeon Romanovsky2017-01-102-10/+11
* RDMA/core: Commonize RDMA IOCTL declarations locationLeon Romanovsky2017-01-104-4/+46