Age | Commit message (Expand) | Author |
2018-10-17 | RDMA/drivers: Use core provided API for registering device attributes | Parav Pandit |
2018-10-17 | IB/rxe: Remove unnecessary enum values | Nathan Chancellor |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty |
2018-10-03 | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib |
2018-10-03 | RDMA/rxe: Remove unused addr_same() | Kamal Heib |
2018-10-03 | IB/rxe: avoid srq memory leak | Zhu Yanjun |
2018-09-30 | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan |
2018-09-30 | IB/rxe: replace kvfree with vfree | Zhu Yanjun |
2018-09-26 | RDMA/drivers: Use dev_name instead of ibdev->name | Jason Gunthorpe |
2018-09-26 | RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name | Jason Gunthorpe |
2018-09-26 | RDMA: Fully setup the device name in ib_register_device | Jason Gunthorpe |
2018-09-11 | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl |
2018-08-30 | IB/rxe: fixes for rdma read retry | Vijay Immanuel |
2018-08-30 | IB/rxe: avoid back-to-back retries | Vijay Immanuel |
2018-08-30 | IB/rxe: fix for duplicate request processing and ack psns | Vijay Immanuel |
2018-08-30 | IB/rxe: Refactor lookup memory function | Parav Pandit |
2018-08-30 | IB/rxe: Avoid NULL check when search is successful | Parav Pandit |
2018-08-30 | IB/rxe: Change pool state enums to capital letters | Parav Pandit |
2018-08-30 | IB/rxe: Replace spinlock with rwlock | Parav Pandit |
2018-08-30 | IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev | Parav Pandit |
2018-08-30 | IB/rxe: remove redudant qpn check | Zhu Yanjun |
2018-08-30 | IB/rxe: vary the source udp port for receive scaling | Vijay Immanuel |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe |
2018-08-08 | RDMA/rxe: Set wqe->status correctly if an unexpected response is received | Bart Van Assche |
2018-07-30 | RDMA/providers: Fix return value from create_srq callbacks | Kamal Heib |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche |
2018-07-30 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche |
2018-07-24 | IB/rxe: Drop QP0 silently | Zhu Yanjun |
2018-07-09 | RDMA/rxe: Simplify the error handling code in rxe_create_ah() | Bart Van Assche |
2018-06-29 | IB/rxe: don't clear the tx queue on every transfer | Vijay Immanuel |
2018-06-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise |
2018-06-18 | IB/rxe: avoid unnecessary NULL check | Zhu Yanjun |
2018-06-18 | IB/rxe: support for 802.1q VLAN on the listener | Vijay Immanuel |
2018-06-18 | IB/rxe: increase max MR limit | Vijay Immanuel |
2018-06-18 | IB/rxe: Fix missing completion for mem_reg work requests | Vijay Immanuel |
2018-06-18 | RDMA: Convert drivers to use sgid_attr instead of sgid_index | Parav Pandit |
2018-06-18 | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe |
2018-06-18 | IB/rxe: Do not hide uABI stuff in memcpy | Jason Gunthorpe |
2018-06-18 | IB/rxe: Use rdma GID API | Parav Pandit |
2018-06-12 | treewide: Use array_size() in vzalloc_node() | Kees Cook |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook |
2018-06-11 | IB/rxe: avoid double kfree skb | Zhu Yanjun |
2018-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook |
2018-05-28 | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Jason Gunthorpe |
2018-05-28 | IB/rxe: avoid unnecessary export | Zhu Yanjun |