aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+24
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso7-25/+26
2017-09-08RDMA/netlink: clean up message validity array initializerLinus Torvalds1-6/+5
2017-09-08RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky1-3/+4
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-13/+14
2017-09-05rdma core: Add rdma_rw_mr_payload()Chuck Lever1-0/+24
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds215-4914/+13002
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-34/+21
2017-08-31IB/hfi1: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-08-31IB/umem: update to new mmu_notifier semanticJérôme Glisse1-19/+0
2017-08-31IB/core: Expose ioctl interface through experimental KconfigMatan Barak3-0/+17
2017-08-31IB/core: Assign root to all driversMatan Barak2-0/+19
2017-08-31IB/core: Add completion queue (cq) object actionsMatan Barak1-1/+137
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak1-0/+40
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak1-0/+35
2017-08-31IB/core: Add uverbs merge trees functionalityMatan Barak2-1/+667
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak1-0/+17
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak1-64/+48
2017-08-31IB/core: Add new ioctl interfaceMatan Barak4-1/+416
2017-08-31RDMA/vmw_pvrdma: Fix a signednessAdit Ranadive1-1/+1
2017-08-31RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade1-0/+1
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier1-0/+2
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier1-19/+44
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak2-1/+61
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak2-0/+75
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-13/+13
2017-08-29IB/mlx5: Support IB_SRQT_TMArtemy Kovalyov2-5/+22
2017-08-29IB/mlx5: Fill XRQ capabilitiesArtemy Kovalyov2-0/+15
2017-08-29IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov1-0/+10
2017-08-29IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov1-1/+5
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov5-28/+40
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer1-1/+6
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer1-6/+6
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer1-1/+3
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer1-7/+2
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer2-1/+7
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer1-1/+1
2017-08-28IB/rxe: Remove dangling prototypeAndrew Boyer1-2/+0
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer4-0/+24
2017-08-28IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer1-3/+5
2017-08-28IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2-21/+212
2017-08-28IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn3-63/+16
2017-08-28IB/hfi1: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn3-107/+14
2017-08-28IB/hfi1: Convert hfi1_error_port_qps() to use new QP iteratorMike Marciniszyn1-38/+41
2017-08-28IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn1-0/+144
2017-08-28IB/hfi1: Use accessor to determine ring sizeKaike Wan1-1/+1
2017-08-28IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam1-2/+2
2017-08-28IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl7-29/+255