- 1217197 rxe: fix broken receive queue draining by Vijay Immanuel · 7 years ago
- a25ce42 IB/rdmavt: Setting of QP timeout can overflow jiffies computation by Kaike Wan · 8 years ago
- 56012e1 IB/rxe: Set dma_mask and coherent_dma_mask by yonatanc · 7 years ago
- fda85ce IB/rxe: Fix kernel panic from skb destructor by Yonatan Cohen · 7 years ago
- 0f4d027 IB/{rdmavt, qib, hfi1}: Remove gfp flags argument by Leon Romanovsky · 8 years ago
- 4c93496 IB/rxe: do not copy extra stack memory to skb by Kees Cook · 7 years ago
- 51ce5f3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 07d432b rxe: Fix a sleep-in-atomic bug in post_one_send by Jia-Ju Bai · 8 years ago
- d41519a crypto: Work around deallocated stack frame reference gcc bug on sparc. by David Miller · 8 years ago
- 67cf362 rxe: expose num_possible_cpus() cnum_comp_vectors by Sagi Grimberg · 8 years ago
- af5df5f IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory type by Leon Romanovsky · 8 years ago
- d524185 IB/rxe: Don't clamp residual length to mtu by Johannes Thumshirn · 8 years ago
- 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
- d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
- 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
- 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- eca7ddf IB/rxe: Initialize ib_ah_attr during query_ah by Dasaratharaman Chandramouli · 8 years ago
- aad9ff9 IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing by Michael J. Ruhl · 8 years ago
- 27b0b83 IB/rxe: fix typo: "algorithmi" -> "algorithm" by Colin Ian King · 8 years ago
- f0bb2d4 IB/rdmavt: restore IRQs on error path in rvt_create_ah() by Dan Carpenter · 8 years ago
- 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
- 4d6f285 {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function by Yuval Shaia · 8 years ago
- 4ed6ad1 IB/rxe: Cache dst in QP instead of getting it for each send by yonatanc · 8 years ago
- cee2688 IB/rxe: Offload CRC calculation when possible by yonatanc · 8 years ago
- 0d38ac8 IB/rxe: Do not export module's private function by Parav Pandit · 8 years ago
- 99fc12f IB/rxe: Avoid accessing timers for non RC QPs by Parav Pandit · 8 years ago
- 0b1e5b9 IB/rxe: Add port protocol stats by Yonatan Cohen · 8 years ago
- 23790ba Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice by Doug Ledford · 8 years ago
- b58fc80 IB/hfi1: Eliminate synchronize_rcu() in mr delete by Mike Marciniszyn · 8 years ago
- 44dcfa4 IB/rdmavt: Avoid reseting wqe send_flags in unreserve by Mike Marciniszyn · 8 years ago
- 5f14e4e IB/rdmavt, IB/hfi1: Fix timer migration regressions by Sebastian Sanchez · 8 years ago
- c6ad948 IB/rdmavt: Add tracing for cq entry and poll by Mike Marciniszyn · 8 years ago
- 2a1b7c8 IB/rdmavt: Add additional fields to post send trace by Mike Marciniszyn · 8 years ago
- 43a474a IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent by Mike Marciniszyn · 8 years ago
- 9fcd67d IB/rxe: increment msn only when completing a request by David Marchand · 8 years ago
- a1c5dd1 IB/rxe: Update documentation link by Leon Romanovsky · 8 years ago
- ded2602 IB/rxe: double free on error by Dan Carpenter · 8 years ago
- cb88645 infiniband: Fix alignment of mmap cookies to support VIPT caching by Jason Gunthorpe · 8 years ago
- 608595e scripts/spelling.txt: add "therfore" pattern and fix typo instances by Masahiro Yamada · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 4cc4b93 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 832666c IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h by Don Hiatt · 8 years ago
- 881fccb IB/hfi1: Add rvt_rnr_tbl_to_usec function by Don Hiatt · 8 years ago
- 0128fce IB/hfi1, rdmavt: Update copy_sge to use boolean arguments by Brian Welty · 8 years ago
- 11a10d4 IB/rdmavt: Adding timer logic to rdmavt by Venkata Sandeep Dhanalakota · 8 years ago
- 696513e IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt by Brian Welty · 8 years ago
- beb5a04 IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt by Brian Welty · 8 years ago
- 338adfd IB/rdmavt: Use per-CPU reference count for MRs by Sebastian Sanchez · 8 years ago
- 8d8a473 IB/rxe: use setup_timer to simplify the code by Wei Yongjun · 8 years ago
- 6dd7aba Merge branch 'k.o/for-4.10-rc' into HEAD by Doug Ledford · 8 years ago
- c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
- 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 647bf3d IB/rxe: Fix mem_check_range integer overflow by Eyal Itkin · 8 years ago
- 628f07d IB/rxe: Fix resid update by Eyal Itkin · 8 years ago
- d0d7b10 net-next: treewide use is_vlan_dev() helper function. by Parav Pandit · 8 years ago
- 2d4b21e IB/rxe: Prevent from completer to operate on non valid QP by Yonatan Cohen · 8 years ago
- f39f775 IB/rxe: Fix rxe dev insertion to rxe_dev_list by Maor Gottlieb · 8 years ago
- 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
- 85e9f1d IB/rxe: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
- c5540a0 IB/rxe: Fix an skb leak by Bart Van Assche · 8 years ago
- 839f5ac IB/rxe: Remove a pointless indirection layer by Bart Van Assche · 8 years ago
- ab17654 IB/rxe: Fix reference leaks in memory key invalidation code by Bart Van Assche · 8 years ago
- b3a4599 IB/rxe: Fix a MR reference leak in check_rkey() by Bart Van Assche · 8 years ago
- 18d3451 IB/rxe: Generate a completion for all failed work requests by Bart Van Assche · 8 years ago
- 723ec9a IB/rxe: Introduce functions for queue draining by Bart Van Assche · 8 years ago
- 642c7cb IB/rxe: Add a runtime check in alloc_index() by Bart Van Assche · 8 years ago
- 43553b4 IB/rxe: Issue warnings once by Bart Van Assche · 8 years ago
- 32404fb IB/rxe: Let the compiler check the type of the cleanup functions by Bart Van Assche · 8 years ago
- 046ef24 IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments by Bart Van Assche · 8 years ago
- 967335a IB/rxe: Remove superfluous casts by Bart Van Assche · 8 years ago
- 175f124 IB/rxe: Remove an unused variable and an unused argument by Bart Van Assche · 8 years ago
- c8b8218 IB/rxe: Remove an unused function by Bart Van Assche · 8 years ago
- 2bec3ba IB/rxe: Constify the pool name by Bart Van Assche · 8 years ago
- 8d8f083 IB/rxe: Suppress sparse warnings by Bart Van Assche · 8 years ago
- 29691591 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 5cc8fab IB/rxe: Don't check for null ptr in send() by Andrew Boyer · 8 years ago
- cbf1f9a IB/rxe: Drop future atomic/read packets rather than retrying by Andrew Boyer · 8 years ago
- 37b36193 IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sends by Andrew Boyer · 8 years ago
- e259934 IB/rxe: Fix a memory leak in rxe_qp_cleanup() by Bart Van Assche · 8 years ago
- d3ea547 rdma: fix buggy code that the compiler warns about by Linus Torvalds · 8 years ago
- 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 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
- 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
- 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
- d680ebe IB/rxe: Increase max number of completions to 32k by Yonatan Cohen · 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
- d38eb80 IB/rxe: Unblock loopback by moving skb_out increment by Andrew Boyer · 8 years ago
- 2a7a854 IB/rxe: Don't update the response PSN unless it's going forwards by Andrew Boyer · 8 years ago
- dd753d8 IB/rxe: Advance the consumer pointer before posting the CQE by Andrew Boyer · 8 years ago
- 6e9bb53 IB/rxe: Remove buffer used for printing IP address by Andrew Boyer · 8 years ago