index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx4
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()
Roland Dreier
2008-04-30
1
-2
/
+2
*
mlx4_core: Add a way to set the "collapsed" CQ flag
Yevgeny Petrilin
2008-04-29
1
-1
/
+1
*
IB: expand ib_umem_get() prototype
Arthur Kepner
2008-04-29
5
-5
/
+6
*
mlx4_core: Move kernel doorbell management into core
Yevgeny Petrilin
2008-04-23
6
-160
/
+16
*
IB: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-20
/
+29
*
IB/mlx4: Update module version and release date
Jack Morgenstein
2008-04-16
1
-2
/
+2
*
IB/mlx4: Update QP state if query QP succeeds
Dotan Barak
2008-04-16
1
-5
/
+12
*
IB/mlx4: Add support for resizing CQs
Vladimir Sokolovsky
2008-04-16
3
-33
/
+270
*
IB/mlx4: Add support for modifying CQ moderation parameters
Eli Cohen
2008-04-16
3
-0
/
+10
*
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
2008-04-16
1
-2
/
+2
*
IB/mlx4: Micro-optimize mlx4_ib_post_send()
Roland Dreier
2008-04-16
1
-8
/
+8
*
IB/mlx4: Add IPoIB LSO support
Eli Cohen
2008-04-16
4
-9
/
+73
*
IB/core: Add creation flags to struct ib_qp_init_attr
Eli Cohen
2008-04-16
1
-0
/
+3
*
IB/mlx4: Add IPoIB checksum offload support
Eli Cohen
2008-04-16
3
-0
/
+21
*
mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enums
Roland Dreier
2008-04-16
1
-6
/
+8
*
IB/mlx4: Endianness annotations
Roland Dreier
2008-04-16
1
-2
/
+2
*
IB/mlx4: Convert "if(foo)" to "if (foo)"
Roland Dreier
2008-04-16
1
-1
/
+1
*
IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()
Jack Morgenstein
2008-02-14
1
-1
/
+1
*
IB/mlx4: Use multiple WQ blocks to post smaller send WQEs
Jack Morgenstein
2008-02-08
3
-36
/
+188
*
IB/mlx4: Consolidate code to get an entry from a struct mlx4_buf
Roland Dreier
2008-02-06
3
-19
/
+3
*
IB/mlx4: Actually print out the driver version
Roland Dreier
2008-02-04
1
-1
/
+8
*
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Jack Morgenstein
2008-02-04
1
-0
/
+1
*
IB/mlx4: Micro-optimize mlx4_ib_poll_one()
Roland Dreier
2008-01-25
1
-4
/
+5
*
IB/mlx4: Fix value of pkey_index in QP1 completions
Dotan Barak
2008-01-08
1
-1
/
+1
*
IB/mlx4: Lock SQ lock in mlx4_ib_post_send()
Roland Dreier
2007-10-30
1
-2
/
+2
*
IB/mlx4: Sanity check userspace send queue sizes
Jack Morgenstein
2007-10-18
1
-2
/
+14
*
IB/mlx4: Implement FMRs
Jack Morgenstein
2007-10-09
3
-0
/
+114
*
mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command
Jack Morgenstein
2007-10-09
1
-4
/
+3
*
IB/mlx4: Display misc device information under /sys/class/infiniband/
Jack Morgenstein
2007-10-09
1
-0
/
+45
*
IB/mlx4: Fix up SRQ limit_watermark endianness
Roland Dreier
2007-10-09
1
-1
/
+1
*
IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()
Roland Dreier
2007-10-09
1
-5
/
+9
*
IB/mlx4: Fix data corruption triggered by wrong headroom marking order
Jack Morgenstein
2007-09-23
1
-13
/
+49
*
IB/mlx4: Incorrect semicolon after if statement
Ilpo Järvinen
2007-08-15
1
-1
/
+1
*
IB/mlx4: Fix opcode returned in RDMA read completion
Vu Pham
2007-08-03
1
-1
/
+1
*
IB/mlx4: Whitespace fix
Roland Dreier
2007-07-28
1
-1
/
+0
*
IB/mlx4: Fix error path in create_qp_common()
Roland Dreier
2007-07-20
1
-3
/
+5
*
IB/mlx4: Fix leaks in __mlx4_ib_modify_qp
Florin Malita
2007-07-20
1
-7
/
+5
*
IB/mlx4: Factor out setting other WQE segments
Roland Dreier
2007-07-18
1
-31
/
+36
*
IB/mlx4: Factor out setting WQE data segment entries
Roland Dreier
2007-07-18
1
-6
/
+9
*
IB/mlx4: Return receive queue sizes for userspace QPs from query QP
Roland Dreier
2007-07-17
1
-8
/
+16
*
IB/mlx4: Take sizeof the correct pointer in call to memset()
Dotan Barak
2007-07-17
1
-1
/
+1
*
IB/mlx4: Fix port returned from query QP for QPs in INIT state
Jack Morgenstein
2007-07-17
1
-1
/
+4
*
IB/mlx4: Fix flow label returned from query QP
Jack Morgenstein
2007-07-17
1
-1
/
+1
*
IB/mlx4: Implement query SRQ
Jack Morgenstein
2007-07-12
3
-0
/
+21
*
IB/mlx4: Implement query QP
Jack Morgenstein
2007-07-12
3
-0
/
+141
*
IB: Use menuconfig for InfiniBand menu
Jan Engelhardt
2007-07-09
1
-1
/
+0
*
mlx4_core: Get the maximum message size from reported device capabilities
Dotan Barak
2007-07-09
1
-1
/
+1
*
IB/mlx4: Include linux/mutex.h from mlx4_ib.h
Michael S. Tsirkin
2007-07-09
1
-0
/
+1
*
IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()
Jack Morgenstein
2007-06-21
1
-1
/
+1
*
IB/mlx4: Make sure inline data segments don't cross a 64 byte boundary
Roland Dreier
2007-06-18
1
-3
/
+39
[next]