index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-02
IB/core: Set correct payload length for RoCEv2 over IPv6
Moni Shoua
1
-3
/
+4
2016-02-02
IB/mlx5: Use MLX5_GET to correctly get end of padding mode
Maor Gottlieb
1
-1
/
+1
2016-02-02
IB/mlx5: Fix use of null pointer PD
Majd Dibbiny
1
-9
/
+9
2016-02-02
IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontext
Majd Dibbiny
1
-1
/
+3
2016-02-02
IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_mask
Matan Barak
1
-1
/
+3
2016-01-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
94
-3284
/
+5145
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-6
/
+6
2016-01-21
IB/mlx5: Unify CQ create flags check
Leon Romanovsky
2
-9
/
+3
2016-01-21
IB/mlx5: Expose Raw Packet QP to user space consumers
majd@mellanox.com
1
-12
/
+127
2016-01-21
{IB, net}/mlx5: Move the modify QP operation table to mlx5_ib
majd@mellanox.com
1
-6
/
+47
2016-01-21
IB/mlx5: Support setting Ethernet priority for Raw Packet QPs
majd@mellanox.com
1
-3
/
+35
2016-01-21
IB/mlx5: Add Raw Packet QP query functionality
majd@mellanox.com
1
-22
/
+169
2016-01-21
IB/mlx5: Add create and destroy functionality for Raw Packet QP
majd@mellanox.com
3
-18
/
+365
2016-01-21
IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP types
majd@mellanox.com
3
-95
/
+147
2016-01-21
IB/mlx5: Allocate a Transport Domain for each ucontext
majd@mellanox.com
2
-1
/
+18
2016-01-21
IB/mlx5: Expose CQE version to user-space
Haggai Abramovsky
2
-5
/
+18
2016-01-21
IB/mlx5: Add CQE version 1 support to user QPs and SRQs
Haggai Abramovsky
4
-8
/
+114
2016-01-21
IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontext
Haggai Abramovsky
1
-1
/
+4
2016-01-21
IB/sa: Fix netlink local service GFP crash
Kaike Wan
1
-2
/
+6
2016-01-20
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
3
-83
/
+35
2016-01-19
IB/srpt: Remove redundant wc array
Sagi Grimberg
1
-2
/
+0
2016-01-19
IB/qib: Improve ipoib UD performance
Mike Marciniszyn
1
-3
/
+8
2016-01-19
IB/mlx4: Advertise RoCE v2 support
Matan Barak
1
-3
/
+9
2016-01-19
IB/mlx4: Create and use another QP1 for RoCEv2
Moni Shoua
2
-19
/
+147
2016-01-19
IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers
Moni Shoua
2
-10
/
+52
2016-01-19
IB/mlx4: Enable RoCE v2 when the IB device is added
Moni Shoua
1
-1
/
+8
2016-01-19
IB/mlx4: Support modify_qp for RoCE v2
Moni Shoua
1
-3
/
+34
2016-01-19
IB/mlx4: Add support for setting RoCEv2 gids in hardware
Moni Shoua
1
-3
/
+60
2016-01-19
IB/mlx4: Add gid_type to GID properties
Moni Shoua
2
-4
/
+14
2016-01-19
IB/core: Use hop-limit from IP stack for RoCE
Matan Barak
5
-18
/
+23
2016-01-19
IB/core: Rename rdma_addr_find_dmac_by_grh
Matan Barak
3
-15
/
+16
2016-01-19
IB/cm: Fix a recently introduced deadlock
Bart Van Assche
1
-2
/
+2
2016-01-19
IB/srpt: Fix the RDMA completion handlers
Bart Van Assche
1
-2
/
+2
2016-01-19
IB/core: Fix dereference before check
Matan Barak
1
-4
/
+5
2016-01-19
IB/core: Eliminate sparse false context imbalance warning
Matan Barak
1
-0
/
+1
2016-01-19
IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling
Hal Rosenstock
1
-4
/
+6
2016-01-19
IB/core: Remove set-but-not-used variable from ib_sg_to_pages()
Bart Van Assche
1
-2
/
+1
2016-01-19
IB/mlx5: Fix passing casted pointer in mlx5_query_port_roce
Leon Romanovsky
1
-2
/
+3
2016-01-19
IB/mad: use CQ abstraction
Christoph Hellwig
2
-105
/
+59
2016-01-19
IB/mad: pass ib_mad_send_buf explicitly to the recv_handler
Christoph Hellwig
5
-11
/
+17
2016-01-19
infiniband: Replace memset with eth_zero_addr
Lucas Tanure
2
-2
/
+2
2016-01-19
IB/mlx5: Delete locally redefined variable
Leon Romanovsky
1
-4
/
+0
2016-01-19
IB/mlx4: Take source mac from AH instead from the port
Moni Shoua
1
-22
/
+2
2016-01-19
IB/mlx4: Initialize hop_limit when creating address handle
Matan Barak
1
-0
/
+1
2016-01-19
IB/mlx5: Expose correct maximum number of CQE capacity
Leon Romanovsky
1
-1
/
+1
2016-01-19
iw_cxgb4: Take clip reference before starting IPv6 listen
Hariprasad S
1
-4
/
+10
2016-01-19
iw_cxgb4: Fixes GW-Basic labels to meaningful error names
Hariprasad S
1
-28
/
+17
2016-01-19
iw_cxgb4: Fixes static checker warning in c4iw_rdev_open()
Hariprasad S
1
-4
/
+4
2016-01-19
IB/cma: allocating too much memory in make_cma_ports()
Dan Carpenter
1
-8
/
+7
2016-01-19
RDMA/nes: checking for NULL instead of IS_ERR
Dan Carpenter
1
-2
/
+2
[next]