index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-19
IB/mlx5: Fix passing casted pointer in mlx5_query_port_roce
Leon Romanovsky
1
-2
/
+3
2016-01-19
IB/mlx5: Delete locally redefined variable
Leon Romanovsky
1
-4
/
+0
2016-01-19
IB/mlx5: Expose correct maximum number of CQE capacity
Leon Romanovsky
1
-1
/
+1
2015-12-24
IB/mlx5: report tx/rx checksum cap in query results
Bodong Wang
1
-0
/
+4
2015-12-24
IB/mlx5: Advertise atomic capabilities in query device
Eran Ben Elisha
1
-1
/
+27
2015-12-23
IB/mlx5: Add driver cross-channel support
Leon Romanovsky
4
-11
/
+69
2015-12-23
IB/mlx5: Mmap the HCA's core clock register to user-space
Matan Barak
2
-1
/
+31
2015-12-23
IB/mlx5: Add hca_core_clock_offset to udata in init_ucontext
Matan Barak
3
-10
/
+42
2015-12-23
IB/mlx5: Add support for hca_core_clock and timestamp_mask
Matan Barak
1
-0
/
+2
2015-12-23
IB/mlx5: Add create_cq extended command
Matan Barak
1
-0
/
+7
2015-12-23
IB: remove in-kernel support for memory windows
Christoph Hellwig
1
-3
/
+0
2015-12-23
IB/mlx5: Support RoCE
Achiad Shochat
1
-4
/
+44
2015-12-23
IB/mlx5: Add RoCE fields to Address Vector
Achiad Shochat
4
-19
/
+81
2015-12-23
IB/mlx5: Support IB device's callbacks for adding/deleting GIDs
Achiad Shochat
1
-0
/
+89
2015-12-23
IB/mlx5: Set network_hdr_type upon RoCE responder completion
Achiad Shochat
1
-0
/
+17
2015-12-23
IB/mlx5: Extend query_device/port to support RoCE
Achiad Shochat
1
-6
/
+69
2015-12-23
IB/mlx5: Support IB device's callback for getting its netdev
Achiad Shochat
2
-1
/
+73
2015-12-23
IB/mlx5: Support IB device's callback for getting the link layer
Achiad Shochat
1
-6
/
+19
2015-12-08
IB/mlx5: Postpone remove_keys under knowledge of coming preemption
Leon Romanovsky
1
-1
/
+13
2015-11-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
5
-222
/
+253
2015-10-28
IB/mlx5: Remove old FRWR API support
Sagi Grimberg
5
-149
/
+9
2015-10-28
IB/mlx5: Support the new memory registration API
Sagi Grimberg
5
-0
/
+189
2015-10-28
IB/mlx5: Remove dead fmr code
Sagi Grimberg
1
-25
/
+0
2015-10-15
mlx5: stop including <asm-generic/kmap_types.h>
Christoph Hellwig
1
-1
/
+1
2015-10-08
IB: remove xrc_remote_srq_num from struct ib_send_wr
Christoph Hellwig
1
-1
/
+0
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
3
-82
/
+90
2015-09-25
IB/mlx5: Remove pa_lkey usages
Sagi Grimberg
3
-62
/
+1
2015-09-25
IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY
Sagi Grimberg
1
-9
/
+1
2015-09-03
mlx5: Fix incorrect wc pkey_index assignment for GSI messages
Sagi Grimberg
3
-6
/
+14
2015-09-03
IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flow
Haggai Eran
1
-12
/
+0
2015-08-30
IB/mlx5: Remove ib_get_dma_mr calls
Jason Gunthorpe
3
-17
/
+2
2015-08-30
mlx5: Drop mlx5_ib_alloc_fast_reg_mr
Sagi Grimberg
3
-47
/
+0
2015-08-30
IB: Modify ib_create_mr API
Sagi Grimberg
3
-8
/
+16
2015-08-30
IB/core: Get rid of redundant verb ib_destroy_mr
Sagi Grimberg
3
-32
/
+13
2015-08-28
mlx4, mlx5, mthca: Expose max_sge_rd correctly
Sagi Grimberg
1
-0
/
+1
2015-08-28
IB/mlx5: Remove dead code from alloc_cached_mr()
Roland Dreier
1
-3
/
+0
2015-08-28
mlx5: Expose correct page_size_cap in device attributes
Sagi Grimberg
1
-1
/
+2
2015-08-28
mlx5: Fix missing device local_dma_lkey
Sagi Grimberg
1
-1
/
+8
2015-07-14
IB/mad: Remove improper use of BUG_ON
Ira Weiny
1
-2
/
+3
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
9
-325
/
+808
2015-06-12
IB/mad: Add support for additional MAD info to/from drivers
Ira Weiny
2
-2
/
+11
2015-06-12
IB/core: Add ability for drivers to report an alternate MAD size.
Ira Weiny
1
-0
/
+1
2015-06-12
IB/core: Pass hardware specific data in query_device
Matan Barak
1
-2
/
+7
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
1
-2
/
+4
2015-06-12
IB/core: Change provider's API of create_cq to be extendible
Matan Barak
3
-5
/
+13
2015-06-11
net/mlx5e: Fix HW MTU settings
Saeed Mahameed
1
-6
/
+2
2015-06-04
mlx5: Enable mutual support for IB and Ethernet
Haggai Abramonvsky
3
-1
/
+25
2015-06-04
IB/mlx5: Don't create IB instance over Ethernet ports
Majd Dibbiny
1
-0
/
+4
2015-06-04
IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 mode
Majd Dibbiny
3
-173
/
+657
2015-06-04
net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0
Haggai Abramonvsky
1
-1
/
+1
[next]