aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche31-64/+48
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche4-16/+5
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche36-70/+48
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche113-227/+227
2017-01-12RDMA/cma: use cached port state when bind loopbackJack Wang1-3/+3
2017-01-12RDMA/cma: resolve to first active ib portJack Wang1-1/+5
2017-01-12RDMA/core: export ib_get_cached_port_stateJack Wang2-0/+31
2017-01-12RDMA/core: add port state cacheJack Wang2-1/+10
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud1-3/+6
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud3-8/+13
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud1-0/+4
2017-01-12RDMA/ocrdma: Replace BUG() with BUG_ON()ssh101-10/+5
2017-01-12RDMA/cxgb4: Use AF_INET for sin_family fieldssh101-3/+3
2017-01-12RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-01-12RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram1-313/+236
2017-01-12RDMA/qib: use rb_entry()Geliang Tang1-3/+3
2017-01-12RDMA/hfi1: drop pci_link_reset()Cao jin1-10/+0
2017-01-12RDMA/qib: drop qib_pci_link_reset()Cao jin1-8/+0
2017-01-12RDMA/i40iw: use designated initializersKees Cook2-82/+80
2017-01-12RDMA/nes: use designated initializersKees Cook1-11/+11
2017-01-10IB/rxe: Fix an skb leakBart Van Assche1-1/+14
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche8-67/+42
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2-0/+2
2017-01-10IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche4-14/+20
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche2-53/+38
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-01-10IB/rxe: Issue warnings onceBart Van Assche3-9/+10
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche7-15/+17
2017-01-10IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche1-2/+10
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche1-2/+2
2017-01-10IB/rxe: Remove an unused variable and an unused argumentBart Van Assche1-8/+3
2017-01-10IB/rxe: Remove an unused functionBart Van Assche1-7/+0
2017-01-10IB/rxe: Constify the pool nameBart Van Assche2-2/+2
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche2-5/+5
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier9-17/+9
2017-01-10RDMA/core: Unify style of IOCTL commandsLeon Romanovsky1-60/+38
2017-01-10RDMA/core: Rename RDMA magic numberLeon Romanovsky1-17/+18
2017-01-10RDMA/core: Move HFI1 IOCTL declarations to common fileLeon Romanovsky2-55/+54
2017-01-10RDMA/hfi1: Avoid redeclaration errorLeon Romanovsky3-119/+175
2017-01-10RDMA/core: Move legacy MAD IOCTL declarations to common fileLeon Romanovsky2-10/+11
2017-01-10RDMA/core: Commonize RDMA IOCTL declarations locationLeon Romanovsky4-4/+46
2017-01-08Linux 4.10-rc3Linus Torvalds1-1/+1
2017-01-08Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds46-316/+550