Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8ff095ec4bce7be943beff3b330562e2f0e42167
/
drivers
/
infiniband
/
hw
/
mlx4
8ff095e
IB/mlx4: Add IPoIB checksum offload support
by Eli Cohen
· 17 years ago
37608ee
mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enums
by Roland Dreier
· 17 years ago
d2ae16d
IB/mlx4: Endianness annotations
by Roland Dreier
· 17 years ago
5d5e815d
IB/mlx4: Convert "if(foo)" to "if (foo)"
by Roland Dreier
· 17 years ago
e6028c0
IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()
by Jack Morgenstein
· 17 years ago
ea54b10
IB/mlx4: Use multiple WQ blocks to post smaller send WQEs
by Jack Morgenstein
· 17 years ago
1c69fc2
IB/mlx4: Consolidate code to get an entry from a struct mlx4_buf
by Roland Dreier
· 17 years ago
68f3948
IB/mlx4: Actually print out the driver version
by Roland Dreier
· 17 years ago
893da75
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
by Jack Morgenstein
· 17 years ago
b322618
IB/mlx4: Micro-optimize mlx4_ib_poll_one()
by Roland Dreier
· 17 years ago
e1bb784
IB/mlx4: Fix value of pkey_index in QP1 completions
by Dotan Barak
· 17 years ago
96db0e0
IB/mlx4: Lock SQ lock in mlx4_ib_post_send()
by Roland Dreier
· 17 years ago
8390413
IB/mlx4: Sanity check userspace send queue sizes
by Jack Morgenstein
· 17 years ago
8ad11fb
IB/mlx4: Implement FMRs
by Jack Morgenstein
· 17 years ago
d7bb58f
mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command
by Jack Morgenstein
· 17 years ago
cd9281d
IB/mlx4: Display misc device information under /sys/class/infiniband/
by Jack Morgenstein
· 17 years ago
d7dc3cc
IB/mlx4: Fix up SRQ limit_watermark endianness
by Roland Dreier
· 17 years ago
2242fa4
IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()
by Roland Dreier
· 17 years ago
6e694ea
IB/mlx4: Fix data corruption triggered by wrong headroom marking order
by Jack Morgenstein
· 17 years ago
fe11cb6
IB/mlx4: Incorrect semicolon after if statement
by Ilpo Järvinen
· 17 years ago
1989191
IB/mlx4: Fix opcode returned in RDMA read completion
by Vu Pham
· 17 years ago
e0f5d99
IB/mlx4: Whitespace fix
by Roland Dreier
· 17 years ago
23f1b38
IB/mlx4: Fix error path in create_qp_common()
by Roland Dreier
· 17 years ago
f5b4043
IB/mlx4: Fix leaks in __mlx4_ib_modify_qp
by Florin Malita
· 17 years ago
0fbfa6a9
IB/mlx4: Factor out setting other WQE segments
by Roland Dreier
· 17 years ago
d420d9e
IB/mlx4: Factor out setting WQE data segment entries
by Roland Dreier
· 17 years ago
7f5eb9b
IB/mlx4: Return receive queue sizes for userspace QPs from query QP
by Roland Dreier
· 17 years ago
8fcea95
IB/mlx4: Take sizeof the correct pointer in call to memset()
by Dotan Barak
· 17 years ago
1c27cb7
IB/mlx4: Fix port returned from query QP for QPs in INIT state
by Jack Morgenstein
· 17 years ago
586bb58
IB/mlx4: Fix flow label returned from query QP
by Jack Morgenstein
· 17 years ago
65541cb
IB/mlx4: Implement query SRQ
by Jack Morgenstein
· 18 years ago
6a775e2
IB/mlx4: Implement query QP
by Jack Morgenstein
· 18 years ago
06cc850
IB: Use menuconfig for InfiniBand menu
by Jan Engelhardt
· 18 years ago
149983af
mlx4_core: Get the maximum message size from reported device capabilities
by Dotan Barak
· 18 years ago
63019d9
IB/mlx4: Include linux/mutex.h from mlx4_ib.h
by Michael S. Tsirkin
· 18 years ago
c8681f1
IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()
by Jack Morgenstein
· 18 years ago
e61ef24
IB/mlx4: Make sure inline data segments don't cross a 64 byte boundary
by Roland Dreier
· 18 years ago
5ae2a7a
IB/mlx4: Handle FW command interface rev 3
by Roland Dreier
· 18 years ago
082dee3
IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()
by Jack Morgenstein
· 18 years ago
54e95f8
IB/mlx4: Get rid of max_inline_data calculation
by Roland Dreier
· 18 years ago
0e6e741
IB/mlx4: Handle new FW requirement for send request prefetching
by Roland Dreier
· 18 years ago
42c059ea
IB/mlx4: Fix warning in rounding up queue sizes
by Roland Dreier
· 18 years ago
614c3c8
IB/mlx4: Fix handling of wq->tail for send completions
by Roland Dreier
· 18 years ago
a4cd7ed
IB/mlx4: Make sure RQ allocation is always valid
by Roland Dreier
· 18 years ago
57f01b5
IB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()
by Jack Morgenstein
· 18 years ago
c0be5fb
IB/mlx4: Initialize send queue entry ownership bits
by Eli Cohen
· 18 years ago
02d89b8
IB/mlx4: Don't allocate RQ doorbell if using SRQ
by Roland Dreier
· 18 years ago
56a8c8b
IB/mlx4: Check if SRQ is full when posting receive
by Roland Dreier
· 18 years ago
2446304
IB/mlx4: Pass send queue sizes from userspace to kernel
by Eli Cohen
· 18 years ago
59b0ed12
IB/mlx4: Fix check of opcode in mlx4_ib_post_send()
by Roland Dreier
· 18 years ago
65adfa9
IB/mlx4: Fix RESET to RESET and RESET to ERROR transitions
by Michael S. Tsirkin
· 18 years ago
1526130
IB/mlx4: Set GRH:HopLimit when sending globally routed MADs
by Roland Dreier
· 18 years ago
1f8f7b7
IB/mlx4: Fix check of max_qp_dest_rdma in modify QP
by Eli Cohen
· 18 years ago
26c6bc7
IB/mlx4: Fix uninitialized spinlock for 32-bit archs
by Jack Morgenstein
· 18 years ago
225c7b1
IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters
by Roland Dreier
· 18 years ago