- a121135 qedr: return error if destroy CQ failed by Amrani, Ram · 8 years ago
- c7eb3bc qedr: configure the number of CQEs on CQ creation by Amrani, Ram · 8 years ago
- 61f51b7 i40iw: Set 128B as the only supported RQ WQE size by Chien Tin Tung · 8 years ago
- fba332b IB/cma: Fix a race condition in iboe_addr_get_sgid() by Bart Van Assche · 8 years ago
- e259934 IB/rxe: Fix a memory leak in rxe_qp_cleanup() by Bart Van Assche · 8 years ago
- b414fa0 iw_cxgb4: set correct FetchBurstMax for QPs by Steve Wise · 8 years ago
- 6f94ba2 Merge branch 'vmw_pvrdma' into merge-test by Doug Ledford · 8 years ago
- 29c8d9e IB: Add vmw_pvrdma driver by Adit Ranadive · 8 years ago
- 9032ad7 Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test by Doug Ledford · 8 years ago
- 86ef0be Merge branch 'mlx' into merge-test by Doug Ledford · 8 years ago
- 253f8b2 Merge branch 'hfi1' into merge-test by Doug Ledford · 8 years ago
- 884fa4f Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-test by Doug Ledford · 8 years ago
- 46d0703 IB/mlx4: fix improper return value by Pan Bian · 8 years ago
- 5b4c9cd IB/ocrdma: fix bad initialization by Pan Bian · 8 years ago
- 6a3a105 infiniband: nes: return value of skb_linearize should be handled by Zhouyi Zhou · 8 years ago
- 3b9d965 MAINTAINERS: Update Intel RDMA RNIC driver maintainers by Shiraz Saleem · 8 years ago
- f93146c MAINTAINERS: Remove Mitesh Ahuja from emulex maintainers by Leon Romanovsky · 8 years ago
- 17069d3 IB/core: fix unmap_sg argument by Sebastian Ott · 8 years ago
- 22b1ae6 qede: fix general protection fault may occur on probe by Amrani, Ram · 8 years ago
- 7ceb740 IB/mthca: Replace pci_pool_alloc by pci_pool_zalloc by Souptick Joarder · 8 years ago
- 1974ab9 mlx5, calc_sq_size(): Make a debug message more informative by Bart Van Assche · 8 years ago
- 3d6bdf1 mlx5: Remove a set-but-not-used variable by Bart Van Assche · 8 years ago
- 626bc02 mlx5: Use { } instead of { 0 } to init struct by Bart Van Assche · 8 years ago
- 4fa354c IB/srp: Make writing the add_target sysfs attr interruptible by Bart Van Assche · 8 years ago
- 290081b IB/srp: Make mapping failures easier to debug by Bart Van Assche · 8 years ago
- 3787d99 IB/srp: Make login failures easier to debug by Bart Van Assche · 8 years ago
- 042dd76 IB/srp: Introduce a local variable in srp_add_one() by Bart Van Assche · 8 years ago
- 1a1faf7 IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n build by Bart Van Assche · 8 years ago
- d3a2418 IB/multicast: Check ib_find_pkey() return value by Bart Van Assche · 8 years ago
- 11b642b IPoIB: Avoid reading an uninitialized member variable by Bart Van Assche · 8 years ago
- 2fe2f37 IB/mad: Fix an array index check by Bart Van Assche · 8 years ago
- b42dde4 IB/mlx4: Rework special QP creation error path by Bart Van Assche · 8 years ago
- 0d38c24 IB/srpt: Report login failures only once by Bart Van Assche · 8 years ago
- 5f4c7e4 IB/usnic: simplify IS_ERR_OR_NULL to IS_ERR by Julia Lawall · 8 years ago
- 9315bc9 IB/core: Issue DREQ when receiving REQ/REP for stale QP by Hans Westgaard Ry · 8 years ago
- 24dc08c IB/nes: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- def4a6f IB/isert: do not ignore errors in dma_map_single() by Alexey Khoroshilov · 8 years ago
- 22dccc5 IB/rdmavt: Only put mmap_info ref if it exists by Jim Foraker · 8 years ago
- f5eabf5 IB/rdmavt: Handle the kthread worker using the new API by Petr Mladek · 8 years ago
- 6efaf10 IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker by Petr Mladek · 8 years ago
- e981724 IB/mlx4: avoid a -Wmaybe-uninitialize warning by Arnd Bergmann · 8 years ago
- 14ab889 IB/mlx5: avoid bogus -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
- 3549329 rdma UAPI: Use __kernel_sockaddr_storage by Jason Gunthorpe · 8 years ago
- 512fb1b nvmet_rdma: log the connection reject message by Steve Wise · 8 years ago
- 1e38a36 ib_isert: log the connection reject message by Steve Wise · 8 years ago
- 39384f0 rds_rdma: log the connection reject message by Steve Wise · 8 years ago
- 97540bb ib_iser: log the connection reject message by Steve Wise · 8 years ago
- 7f03953 nvme-rdma: use rdma connection reject helper functions by Steve Wise · 8 years ago
- 5f24410 rdma_cm: add rdma_consumer_reject_data helper function by Steve Wise · 8 years ago
- 5042a73 rdma_cm: add rdma_is_consumer_reject() helper function by Steve Wise · 8 years ago
- 77a5db1 rdma_cm: add rdma_reject_msg() helper function by Steve Wise · 8 years ago
- aecb66b qedr: remove pointless NULL check in qedr_post_send() by Wei Yongjun · 8 years ago
- aafec38 qedr: Use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 8 years ago
- 181d801 qedr: Fix possible memory leak in qedr_create_qp() by Wei Yongjun · 8 years ago
- ea7ef2a qedr: return -EINVAL if pd is null and avoid null ptr dereference by Colin Ian King · 8 years ago
- 9fa240b IB/mad: Eliminate redundant SM class version defines for OPA by Hal Rosenstock · 8 years ago
- 7d29f34 IB/mlx5: Properly adjust rate limit on QP state transitions by Bodong Wang · 8 years ago
- 189aba9 IB/uverbs: Extend modify_qp and support packet pacing by Bodong Wang · 8 years ago
- 528e5a1 IB/core: Support rate limit for packet pacing by Bodong Wang · 8 years ago
- d949167 IB/mlx5: Report mlx5 packet pacing capabilities when querying device by Bodong Wang · 8 years ago
- ca5b91d IB/mlx5: Support RAW Ethernet when RoCE is disabled by Or Gerlitz · 8 years ago
- 45f95ac IB/mlx5: Rename RoCE related helpers to reflect being Eth ones by Or Gerlitz · 8 years ago
- d012f5d IB/mlx5: Refactor registration to netdev notifier by Or Gerlitz · 8 years ago
- b216af4 IB/mlx5: Use u64 for UMR length by Maor Gottlieb · 8 years ago
- afd02cd IB/mlx5: Avoid system crash when enabling many VFs by Eli Cohen · 8 years ago
- c73b791 IB/mlx5: Assign SRQ type earlier by Maor Gottlieb · 8 years ago
- c482af6 IB/mlx4: Fix out-of-range array index in destroy qp flow by Jack Morgenstein · 8 years ago
- 41c450f IB/mlx5: Make create/destroy_ah available to userspace by Moni Shoua · 8 years ago
- 5097e71 IB/mlx5: Use kernel driver to help userspace create ah by Moni Shoua · 8 years ago
- 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
- 6ad279c IB/mlx5: Report that device has udata response in create_ah by Moni Shoua · 8 years ago
- c90ea9d IB/core: Change ib_resolve_eth_dmac to use it in create AH by Moni Shoua · 8 years ago
- 2d1e697 IB/mlx5: Add support to match inner packet fields by Moses Reuben · 8 years ago
- fbf4686 IB/core: Introduce inner flow steering by Moses Reuben · 8 years ago
- ffb30d8 IB/mlx5: Support Vxlan tunneling specification by Moses Reuben · 8 years ago
- a0cb4c7 IB/uverbs: Add support for Vxlan protocol by Moses Reuben · 8 years ago
- 76bd23b IB/core: Align structure ib_flow_spec_type by Moses Reuben · 8 years ago
- 0dbf333 IB/core: Add flow spec tunneling support by Moses Reuben · 8 years ago
- 1cbe6fc IB/mlx5: Add support for CQE compressing by Bodong Wang · 8 years ago
- 7e43a2a IB/mlx5: Report mlx5 CQE compression caps during query by Bodong Wang · 8 years ago
- 191ded4 IB/mlx5: Report mlx5 multi packet WQE caps during query by Bodong Wang · 8 years ago
- c226dc2 net/mlx5: Report multi packet WQE capabilities by Leon Romanovsky · 8 years ago
- d680ebe IB/rxe: Increase max number of completions to 32k by Yonatan Cohen · 8 years ago
- bf08e88 IB/mlx4: Check if GRH is available before using it by Eran Ben Elisha · 8 years ago
- 1f22e45 IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs by Eran Ben Elisha · 8 years ago
- d6f7bbc i40iw: Reorganize structures to align with HW capabilities by Henry Orosco · 8 years ago
- 0cc0d85 i40iw: Fix incorrect check for error by Mustafa Ismail · 8 years ago
- 6b0805c i40iw: Assign MSS only when it is a new MTU by Mustafa Ismail · 8 years ago
- d627b50 i40iw: Fix race condition in terminate timer's handler by Shiraz Saleem · 8 years ago
- fd90d4d4 i40iw: Fix memory leak in CQP destroy when in reset by Mustafa Ismail · 8 years ago
- 1cda28b i40iw: Fix QP flush to not hang on empty queues or failure by Shiraz Saleem · 8 years ago
- f4a87ca i40iw: Fix double free of QP by Mustafa Ismail · 8 years ago
- 91c42b7 i40iw: Use correct src address in memcpy to rdma stats counters by Shiraz Saleem · 8 years ago
- 5e58917 i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAG by Thomas Huth · 8 years ago
- 37f69f4 IB/rxe: Hold refs when running tasklets by Andrew Boyer · 8 years ago
- 07bf962 IB/rxe: Wait for tasklets to finish before tearing down QP by Andrew Boyer · 8 years ago
- 5407f53 IB/rxe: Fix ref leak in duplicate_request() by Andrew Boyer · 8 years ago
- 5b9ea16 IB/rxe: Fix ref leak in rxe_create_qp() by Andrew Boyer · 8 years ago
- accacb8 IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTS by Andrew Boyer · 8 years ago
- d4fb592 IB/rxe: Add support for zero-byte operations by Andrew Boyer · 8 years ago