summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-064-31/+18Star
|\
| * IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-314-7/+5Star
| * IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun2018-01-313-6/+4Star
| * IB/rxe: change the function to void from intZhu Yanjun2018-01-312-3/+2Star
| * IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-314-10/+5Star
| * IB/rxe: change the function to void from intZhu Yanjun2018-01-313-6/+4Star
| * IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-314-8/+7Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3121-78/+118
|\|
| * IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe2018-01-291-2/+2
| * RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2018-01-182-2/+13
| * RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-01-183-10/+2Star
| * RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-152-4/+2Star
| * infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-115-17/+18
| * RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-01-101-0/+2
| * IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun2018-01-081-11/+5Star
| * IB/rxe: add the static type to the variableZhu Yanjun2018-01-082-2/+1Star
| * IB/rdmavt: Add trace for RNRNAK timerKaike Wan2018-01-052-5/+48
| * IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-051-3/+7
| * IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn2018-01-051-7/+9
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-053-6/+5Star
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-051-3/+1Star
| * RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2018-01-022-7/+5Star
| * IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit2017-12-181-2/+1Star
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-1/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-1510-29/+36
|\ \ | |/ |/|
| * IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer2017-11-101-4/+6
| * IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-254-8/+8
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4Star
| |\
| | * IB/rdmavt: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+4Star
| * | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-182-2/+2
| |\ \
| | * | IB/rdmavt: Don't wait for resources in QP resetAlex Estrin2017-10-182-2/+2
| | |/
| * | RDMA/rxe: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-153-3/+4
| * | RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+1
| * | IB/rxe: put the pool on allocation failureDoug Ledford2017-10-091-7/+9
| * | IB/rxe: check for allocation failure on elemColin Ian King2017-10-091-0/+2
| * | IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-0/+1
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-3/+3
|/
* IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer2017-08-291-1/+6
* IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer2017-08-291-6/+6
* IB/rxe: Another fix for broken receive queue drainingAndrew Boyer2017-08-291-1/+3
* IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer2017-08-291-7/+2Star
* IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Fix destination cache for IPv6Andrew Boyer2017-08-292-1/+7
* IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer2017-08-291-1/+1
* IB/rxe: Remove dangling prototypeAndrew Boyer2017-08-291-2/+0Star