aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29IB/rxe: optimize mcast recv processZhu Yanjun1-10/+4
2018-03-27RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-1/+5
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2-1/+3
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe7-79/+94
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe3-4/+4
2018-03-15RDMAVT: Fix synchronization around percpu_refTejun Heo1-4/+6
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck2-7/+49
2018-03-13IB: remove duplicate header filesZhu Yanjun1-1/+0
2018-03-07IB/rxe: change the function rxe_init_device_param typeZhu Yanjun1-3/+1
2018-03-07IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun2-4/+3
2018-03-07IB/rxe: remove unnecessary skb_cloneZhu Yanjun1-12/+3
2018-03-06RDMA/rxe: Fix an out-of-bounds readBart Van Assche1-3/+2
2018-03-06infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King1-1/+1
2018-02-28IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez2-11/+0
2018-02-14rxe: Do not use 'struct sockaddr' in a uapi headerJason Gunthorpe1-2/+3
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-31/+18
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun4-7/+5
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun3-6/+4
2018-01-31IB/rxe: change the function to void from intZhu Yanjun2-3/+2
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun4-10/+5
2018-01-31IB/rxe: change the function to void from intZhu Yanjun3-6/+4
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun4-8/+7
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-78/+118
2018-01-29IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe1-2/+2
2018-01-18RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2-2/+13
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche3-10/+2
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-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-1/+0
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