summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Add a method to introspect handles in a contextJason Gunthorpe2018-12-182-1/+95
* IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia2018-12-181-1/+1
* RDMA/hns: Fix an error code in hns_roce_create_srq()Dan Carpenter2018-12-181-0/+1
* IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter2018-12-181-1/+3
* RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit2018-12-181-4/+3
* RDMA/mlx5: Fix function name typo 'fileds' -> 'fields'Gal Pressman2018-12-181-4/+4
* RDMA/i40iw: Make sure to initialize ib_device_opsKamal Heib2018-12-181-0/+1
* RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completionLeon Romanovsky2018-12-183-100/+5
* RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe2018-12-189-24/+100
* MAINTAINERS: Update usnic driver maintainersParvi Kaustubhi2018-12-121-0/+2
* RDMA: Start use ib_device_opsKamal Heib2018-12-1237-617/+353
* RDMA/rdmavt: Initialize ib_device_ops structKamal Heib2018-12-121-245/+54
* RDMA/rxe: Initialize ib_device_ops structKamal Heib2018-12-121-43/+47
* RDMA/vmw_pvrdma: Initialize ib_device_ops structKamal Heib2018-12-121-37/+45
* RDMA/usnic: Initialize ib_device_ops structKamal Heib2018-12-121-29/+32
* RDMA/qib: Initialize ib_device_ops structKamal Heib2018-12-121-2/+6
* RDMA/qedr: Initialize ib_device_ops structKamal Heib2018-12-121-51/+52
* RDMA/ocrdma: Initialize ib_device_ops structKamal Heib2018-12-121-46/+46
* RDMA/nes: Initialize ib_device_ops structKamal Heib2018-12-121-32/+35
* RDMA/mthca: Initialize ib_device_ops structKamal Heib2018-12-121-51/+88
* RDMA/mlx5: Initialize ib_device_ops structKamal Heib2018-12-121-96/+131
* RDMA/mlx4: Initialize ib_device_ops structKamal Heib2018-12-111-79/+99
* RDMA/i40iw: Initialize ib_device_ops structKamal Heib2018-12-111-30/+33
* RDMA/hns: Initialize ib_device_ops structKamal Heib2018-12-114-58/+87
* RDMA/hfi1: Initialize ib_device_ops structKamal Heib2018-12-111-7/+11
* RDMA/cxgb4: Initialize ib_device_ops structKamal Heib2018-12-111-35/+39
* RDMA/cxgb3: Initialize ib_device_ops structKamal Heib2018-12-111-30/+34
* RDMA/bnxt_re: Initialize ib_device_ops structKamal Heib2018-12-111-51/+45
* RDMA/core: Introduce ib_device_opsKamal Heib2018-12-112-0/+340
* IB/mlx4: Remove unneeded NULL checkYuval Shaia2018-12-111-3/+3
* RDMA/ocrdma: Use PCI-ID as an identification in debugfsLeon Romanovsky2018-12-111-2/+3
* RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky2018-12-111-6/+8
* RDMA/vmw_pvrdma: Use atomic memory allocation in create AHGal Pressman2018-12-111-1/+1
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-114-50/+1
* RDMA/mlx5: Fail early if user tries to create flows on IB representorsLeon Romanovsky2018-12-112-8/+17
* IB/mlx5: Remove duplicated include from mlx5_ib.hYueHaibing2018-12-111-1/+0
* IB/mlx5: Add 2X width support to query_portMichael Guralnik2018-12-112-1/+7
* Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-111305-7795/+15702
|\
| * Linux 4.20-rc6v4.20-rc6Linus Torvalds2018-12-091-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-0983-368/+1225
| |\
| | * net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10
| | * Merge branch 'bnxt_en-Bug-fixes'David S. Miller2018-12-093-13/+50
| | |\
| | | * bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan2018-12-091-4/+12
| | | * bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan2018-12-091-6/+23
| | | * bnxt_en: Keep track of reserved IRQs.Michael Chan2018-12-093-3/+8
| | | * bnxt_en: Fix CNP CoS queue regression.Michael Chan2018-12-091-0/+7
| | |/
| | * net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir2018-12-081-2/+2
| | * Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt2018-12-071-1/+1
| | * Merge branch 'skb-headroom-slab-out-of-bounds'David S. Miller2018-12-072-26/+44
| | |\
| | | * neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-071-5/+23