| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | IB/rxe: add the static type to the variable | Zhu Yanjun | 2018-01-08 | 2 | -2/+1 |
| * | IB/rdmavt: Add trace for RNRNAK timer | Kaike Wan | 2018-01-05 | 2 | -5/+48 |
| * | IB/rdmavt: Allocate CQ memory on the correct node | Mike Marciniszyn | 2018-01-05 | 1 | -3/+7 |
| * | IB/rdmavt: Use correct numa node for SRQ allocation | Mike Marciniszyn | 2018-01-05 | 1 | -7/+9 |
| * | IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall | Michael J. Ruhl | 2018-01-05 | 3 | -6/+5 |
| * | IB/rdmavt: No need to cancel RNRNAK retry timer when it is running | Kaike Wan | 2018-01-05 | 1 | -3/+1 |
| * | RDMA/rxe: Remove useless EXPORT_SYMBOL | Leon Romanovsky | 2018-01-02 | 2 | -7/+5 |
| * | IB/rxe: Avoid passing unused index pointer which is optional | Parav Pandit | 2017-12-18 | 1 | -2/+1 |
* | | drivers/infiniband: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 2017-12-05 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ |
|
| * | drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() | Johannes Thumshirn | 2017-11-15 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2017-11-15 | 10 | -29/+36 |
|\ \
| |/
|/| |
|
| * | IB/rxe: don't crash, if allocation of crc algorithm failed | Thomas Bogendoerfer | 2017-11-10 | 1 | -4/+6 |
| * | IB/rxe: Convert timers to use timer_setup() | Kees Cook | 2017-10-25 | 4 | -8/+8 |
| * | Merge branch 'timer_setup' into for-next | Doug Ledford | 2017-10-18 | 1 | -6/+4 |
| |\ |
|
| | * | IB/rdmavt: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -6/+4 |
| * | | Merge branch 'hfi1' into k.o/for-next | Doug Ledford | 2017-10-18 | 2 | -2/+2 |
| |\ \ |
|
| | * | | IB/rdmavt: Don't wait for resources in QP reset | Alex Estrin | 2017-10-18 | 2 | -2/+2 |
| | |/ |
|
| * | | RDMA/rxe: Suppress gcc 7 fall-through complaints | Bart Van Assche | 2017-10-14 | 3 | -3/+4 |
| * | | RDMA/rdmavt: Suppress gcc 7 fall-through complaints | Bart Van Assche | 2017-10-14 | 1 | -0/+1 |
| * | | IB/rxe: put the pool on allocation failure | Doug Ledford | 2017-10-09 | 1 | -7/+9 |
| * | | IB/rxe: check for allocation failure on elem | Colin Ian King | 2017-10-09 | 1 | -0/+2 |
| * | | IB: Move PCI dependency from root KConfig to HW's KConfigs | Yuval Shaia | 2017-09-27 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ \ |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
| |/ |
|
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -3/+3 |
|/ |
|
* | IB/rxe: Handle NETDEV_CHANGE events | Andrew Boyer | 2017-08-28 | 1 | -1/+6 |
* | IB/rxe: Avoid ICRC errors by copying into the skb first | Andrew Boyer | 2017-08-28 | 1 | -6/+6 |
* | IB/rxe: Another fix for broken receive queue draining | Andrew Boyer | 2017-08-28 | 1 | -1/+3 |
* | IB/rxe: Remove unneeded initialization in prepare6() | Andrew Boyer | 2017-08-28 | 1 | -1/+1 |
* | IB/rxe: Fix up rxe_qp_cleanup() | Andrew Boyer | 2017-08-28 | 1 | -7/+2 |
* | IB/rxe: Add dst_clone() in prepare_ipv6_hdr() | Andrew Boyer | 2017-08-28 | 1 | -1/+1 |
* | IB/rxe: Fix destination cache for IPv6 | Andrew Boyer | 2017-08-28 | 2 | -1/+7 |
* | IB/rxe: Fix up the responder's find_resources() function | Andrew Boyer | 2017-08-28 | 1 | -1/+1 |
* | IB/rxe: Remove dangling prototype | Andrew Boyer | 2017-08-28 | 1 | -2/+0 |
* | IB/rxe: Disable completion upcalls when a CQ is destroyed | Andrew Boyer | 2017-08-28 | 4 | -0/+24 |
* | IB/rxe: Move refcounting earlier in rxe_send() | Andrew Boyer | 2017-08-28 | 1 | -3/+5 |
* | IB/rdmavt: Handle dereg of inuse MRs properly | Mike Marciniszyn | 2017-08-28 | 2 | -21/+212 |
* | IB/rdmavt: Add QP iterator API for QPs | Mike Marciniszyn | 2017-08-28 | 1 | -0/+144 |
* | IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref() | Mike Marciniszyn | 2017-08-28 | 1 | -5/+1 |
* | IB/rxe: Make rxe_counter_name static | Kamal Heib | 2017-08-24 | 1 | -1/+1 |
* | IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs | Don Hiatt | 2017-08-22 | 2 | -16/+23 |
* | IB/hfi1: Remove pmtu from the QP structure | Sebastian Sanchez | 2017-08-22 | 1 | -2/+1 |
* | Add OPA extended LID support | Hiatt, Don | 2017-08-18 | 1 | -1/+1 |
* | Merge branch 'misc' into k.o/for-next | Doug Ledford | 2017-08-18 | 1 | -6/+1 |
|\ |
|
| * | IB/rxe: Remove unneeded check | Yuval Shaia | 2017-08-18 | 1 | -5/+0 |
| * | IB/rxe: Convert pr_info to pr_warn | Yuval Shaia | 2017-08-18 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test | Doug Ledford | 2017-08-10 | 1 | -1/+1 |
|\ \ \
| | |/ |
|
| * | | IB/core: Change wc.slid from 16 to 32 bits | Hiatt, Don | 2017-08-08 | 1 | -1/+1 |
| |/ |
|
* | | IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression | Mike Marciniszyn | 2017-07-31 | 2 | -14/+10 |