Age | Commit message (Expand) | Author | Files | Lines |
2017-05-01 | IB/rxe: Don't clamp residual length to mtu | Johannes Thumshirn | 1 | -2/+0 |
2017-05-01 | IB/core: Define 'ib' and 'roce' rdma_ah_attr types | Dasaratharaman Chandramouli | 2 | -0/+2 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 5 | -37/+46 |
2017-05-01 | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 5 | -19/+20 |
2017-05-01 | IB/rxe: Initialize ib_ah_attr during query_ah | Dasaratharaman Chandramouli | 2 | -0/+2 |
2017-04-28 | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing | Michael J. Ruhl | 1 | -17/+44 |
2017-04-28 | IB/rxe: fix typo: "algorithmi" -> "algorithm" | Colin Ian King | 1 | -1/+1 |
2017-04-28 | IB/rdmavt: restore IRQs on error path in rvt_create_ah() | Dan Carpenter | 1 | -1/+1 |
2017-04-25 | IB: Replace ib_umem page_size by page_shift | Artemy Kovalyov | 2 | -9/+7 |
2017-04-25 | {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function | Yuval Shaia | 4 | -32/+6 |
2017-04-21 | IB/rxe: Cache dst in QP instead of getting it for each send | yonatanc | 2 | -4/+59 |
2017-04-21 | IB/rxe: Offload CRC calculation when possible | yonatanc | 9 | -9/+44 |
2017-04-21 | IB/rxe: Do not export module's private function | Parav Pandit | 1 | -1/+0 |
2017-04-21 | IB/rxe: Avoid accessing timers for non RC QPs | Parav Pandit | 1 | -5/+8 |
2017-04-21 | IB/rxe: Add port protocol stats | Yonatan Cohen | 9 | -2/+174 |
2017-04-20 | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice | Doug Ledford | 7 | -41/+317 |
2017-04-05 | IB/hfi1: Eliminate synchronize_rcu() in mr delete | Mike Marciniszyn | 1 | -16/+33 |
2017-04-05 | IB/rdmavt: Avoid reseting wqe send_flags in unreserve | Mike Marciniszyn | 1 | -2/+5 |
2017-04-05 | IB/rdmavt, IB/hfi1: Fix timer migration regressions | Sebastian Sanchez | 3 | -2/+116 |
2017-04-05 | IB/rdmavt: Add tracing for cq entry and poll | Mike Marciniszyn | 3 | -0/+131 |
2017-04-05 | IB/rdmavt: Add additional fields to post send trace | Mike Marciniszyn | 2 | -4/+32 |
2017-04-05 | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn | 1 | -17/+0 |
2017-03-24 | IB/rxe: increment msn only when completing a request | David Marchand | 1 | -5/+4 |
2017-03-24 | IB/rxe: Update documentation link | Leon Romanovsky | 1 | -1/+1 |
2017-03-24 | IB/rxe: double free on error | Dan Carpenter | 1 | -1/+1 |
2017-03-24 | infiniband: Fix alignment of mmap cookies to support VIPT caching | Jason Gunthorpe | 2 | -4/+4 |
2017-02-27 | scripts/spelling.txt: add "therfore" pattern and fix typo instances | Masahiro Yamada | 1 | -3/+3 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -449/+14 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -5/+8 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 21 | -226/+637 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h | Don Hiatt | 2 | -11/+11 |
2017-02-19 | IB/hfi1: Add rvt_rnr_tbl_to_usec function | Don Hiatt | 1 | -0/+11 |
2017-02-19 | IB/hfi1, rdmavt: Update copy_sge to use boolean arguments | Brian Welty | 1 | -1/+1 |
2017-02-19 | IB/rdmavt: Adding timer logic to rdmavt | Venkata Sandeep Dhanalakota | 1 | -2/+181 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt | Brian Welty | 2 | -2/+192 |
2017-02-19 | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 1 | -0/+38 |
2017-02-19 | IB/rdmavt: Use per-CPU reference count for MRs | Sebastian Sanchez | 1 | -21/+38 |
2017-02-19 | IB/rxe: use setup_timer to simplify the code | Wei Yongjun | 1 | -7/+2 |
2017-02-19 | Merge branch 'k.o/for-4.10-rc' into HEAD | Doug Ledford | 4 | -7/+8 |
2017-02-14 | IB: Query ports via the core instead of direct into the driver | Or Gerlitz | 2 | -5/+8 |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+6 |
2017-02-08 | IB/rxe: Fix mem_check_range integer overflow | Eyal Itkin | 1 | -3/+5 |
2017-02-08 | IB/rxe: Fix resid update | Eyal Itkin | 1 | -1/+1 |
2017-02-06 | net-next: treewide use is_vlan_dev() helper function. | Parav Pandit | 1 | -1/+1 |
2017-01-24 | IB/rxe: Prevent from completer to operate on non valid QP | Yonatan Cohen | 1 | -2/+1 |
2017-01-24 | IB/rxe: Fix rxe dev insertion to rxe_dev_list | Maor Gottlieb | 1 | -1/+1 |
2017-01-24 | IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it | Bart Van Assche | 12 | -446/+11 |
2017-01-24 | IB/rxe: Switch from dma_device to dev.parent | Bart Van Assche | 1 | -3/+3 |
2017-01-10 | IB/rxe: Fix an skb leak | Bart Van Assche | 1 | -1/+14 |