Age | Commit message (Expand) | Author | Files | Lines |
2018-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -11/+51 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+2 |
2018-06-01 | RDMA/cm: Abort loop in case of CM dequeue | Leon Romanovsky | 1 | -1/+3 |
2018-05-16 | IB/cm: Store and restore ah_attr during CM message processing | Parav Pandit | 1 | -2/+14 |
2018-05-16 | IB/cm: Store and restore ah_attr during LAP msg processing | Parav Pandit | 1 | -3/+29 |
2018-05-16 | IB/cm: Avoid AV ah_attr overwriting during LAP message handling | Parav Pandit | 1 | -8/+8 |
2018-03-28 | IB/cm: Block processing alternate path handling RoCE Rx cm messages | Parav Pandit | 1 | -0/+14 |
2018-03-23 | IB/cma: Resolve route only while receiving CM requests | Parav Pandit | 1 | -0/+5 |
2018-03-16 | IB/cm: Introduce and use helper function to get cm_port from path | Parav Pandit | 1 | -4/+13 |
2018-03-16 | IB/cm: Add and use a helper function to add cm_id's to the port list | Parav Pandit | 1 | -10/+21 |
2018-01-29 | RDMA/cm: Fix access to uninitialized variable | Leon Romanovsky | 1 | -2/+0 |
2018-01-29 | IB/core: Avoid SGID attributes query while converting GID from OPA to IB | Parav Pandit | 1 | -3/+1 |
2017-12-19 | IB/cm: Refactor to avoid setting path record software only fields | Parav Pandit | 1 | -48/+44 |
2017-12-19 | IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc | Parav Pandit | 1 | -2/+3 |
2017-12-19 | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro... | Parav Pandit | 1 | -2/+2 |
2017-12-19 | IB/cm: Fix sleeping while spin lock is held | Parav Pandit | 1 | -5/+6 |
2017-12-19 | IB/cm: Handle address handle attribute init error | Parav Pandit | 1 | -2/+5 |
2017-12-19 | IB/{cm, umad}: Handle av init error | Parav Pandit | 1 | -13/+21 |
2017-12-19 | IB/cm: Add debug prints to ib_cm | Daniel Jurgens | 1 | -0/+51 |
2017-12-19 | IB/core: Fix memory leak in cm_req_handler error flows | Matan Barak | 1 | -2/+3 |
2017-12-12 | IB/CM: Change sgid to IB GID when handling CM request | Don Hiatt | 1 | -2/+36 |
2017-10-25 | IB/cm: Fix memory corruption in handling CM request | Parav Pandit | 1 | -4/+7 |
2017-10-15 | IB/cm: Suppress gcc 7 fall-through complaints | Bart Van Assche | 1 | -0/+1 |
2017-10-10 | IB/core: Simplify sa_path_set_[sd]lid() calls | Bart Van Assche | 1 | -14/+12 |
2017-08-31 | IB/cm: Fix sleeping in atomic when RoCE is used | Roland Dreier | 1 | -19/+44 |
2017-08-18 | Add OPA extended LID support | Hiatt, Don | 1 | -2/+2 |
2017-08-18 | Merge branch 'misc' into k.o/for-next | Doug Ledford | 1 | -1/+1 |
2017-08-18 | cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIM | Sagi Grimberg | 1 | -1/+1 |
2017-08-08 | IB/CM: Set appropriate slid and dlid when handling CM request | Dasaratharaman Chandramouli | 1 | -11/+56 |
2017-08-08 | IB/CM: Create appropriate path records when handling CM request | Dasaratharaman Chandramouli | 1 | -7/+31 |
2017-08-08 | IB/CM: Add OPA Path record support to CM | Hiatt, Don | 1 | -8/+42 |
2017-08-08 | IB/core: Change wc.slid from 16 to 32 bits | Hiatt, Don | 1 | -2/+2 |
2017-06-02 | RDMA/SA: Fix kernel panic in CMA request handler flow | Majd Dibbiny | 1 | -2/+2 |
2017-05-01 | IB/SA: Add OPA path record type | Dasaratharaman Chandramouli | 1 | -12/+22 |
2017-05-01 | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields | Dasaratharaman Chandramouli | 1 | -27/+35 |
2017-05-01 | IB/SA: Introduce path record specific types | Dasaratharaman Chandramouli | 1 | -3/+12 |
2017-05-01 | IB/SA: Rename ib_sa_path_rec to sa_path_rec | Dasaratharaman Chandramouli | 1 | -10/+10 |
2017-05-01 | IB/CM: Add braces when using sizeof | Dasaratharaman Chandramouli | 1 | -3/+3 |
2017-05-01 | IB/core: Define 'ib' and 'roce' rdma_ah_attr types | Dasaratharaman Chandramouli | 1 | -1/+3 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -4/+6 |
2017-05-01 | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 1 | -3/+3 |
2017-05-01 | IB/core: Rename ib_create_ah to rdma_create_ah | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -1/+1 |
2017-01-25 | IB/cma: Add debug messages to error flows | Moni Shoua | 1 | -0/+2 |
2016-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -1/+71 |
2016-12-14 | Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test | Doug Ledford | 1 | -1/+71 |
2016-12-14 | IB/core: Issue DREQ when receiving REQ/REP for stale QP | Hans Westgaard Ry | 1 | -1/+23 |
2016-12-14 | rdma_cm: add rdma_reject_msg() helper function | Steve Wise | 1 | -0/+48 |
2016-11-17 | IB/cm: Mark stale CM id's whenever the mad agent was unregistered | Mark Bloch | 1 | -16/+110 |
2016-06-07 | IB/cm: Fix a recently introduced locking bug | Bart Van Assche | 1 | -2/+2 |