summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-29IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe
2018-01-18RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche
2018-01-08IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun
2018-01-08IB/rxe: add the static type to the variableZhu Yanjun
2018-01-05IB/rdmavt: Add trace for RNRNAK timerKaike Wan
2018-01-05IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn
2018-01-05IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl
2018-01-05IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan
2018-01-02RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky
2017-12-18IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18IB/rdmavt: Convert timers to use timer_setup()Kees Cook
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford
2017-10-18IB/rdmavt: Don't wait for resources in QP resetAlex Estrin
2017-10-14RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-14RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer
2017-08-28IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer
2017-08-28IB/rxe: Remove dangling prototypeAndrew Boyer