aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2-4/+2
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap5-17/+18
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche1-0/+2
2018-01-08IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun1-11/+5
2018-01-08IB/rxe: add the static type to the variableZhu Yanjun2-2/+1
2018-01-05IB/rdmavt: Add trace for RNRNAK timerKaike Wan2-5/+48
2018-01-05IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn1-3/+7
2018-01-05IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn1-7/+9
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl3-6/+5
2018-01-05IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan1-3/+1
2018-01-02RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2-7/+5
2017-12-18IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit1-2/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds10-29/+36
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer1-4/+6
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook4-8/+8
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+3
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-6/+4
2017-10-18IB/rdmavt: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford2-2/+2
2017-10-18IB/rdmavt: Don't wait for resources in QP resetAlex Estrin2-2/+2
2017-10-14RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche3-3/+4
2017-10-14RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford1-7/+9
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King1-0/+2
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia1-0/+1
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer1-1/+6
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer1-6/+6
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer1-1/+3
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer1-7/+2
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer2-1/+7
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer1-1/+1
2017-08-28IB/rxe: Remove dangling prototypeAndrew Boyer1-2/+0
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer4-0/+24
2017-08-28IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer1-3/+5
2017-08-28IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn2-21/+212
2017-08-28IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn1-0/+144
2017-08-28IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()Mike Marciniszyn1-5/+1
2017-08-24IB/rxe: Make rxe_counter_name staticKamal Heib1-1/+1
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2-16/+23
2017-08-22IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez1-2/+1
2017-08-18Add OPA extended LID supportHiatt, Don1-1/+1
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-6/+1
2017-08-18IB/rxe: Remove unneeded checkYuval Shaia1-5/+0
2017-08-18IB/rxe: Convert pr_info to pr_warnYuval Shaia1-1/+1