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-12-14
IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker
Petr Mladek
1
-14
/
+16
2016-12-14
IB/mlx5: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-18
/
+21
2016-12-14
ib_isert: log the connection reject message
Steve Wise
1
-0
/
+2
2016-12-14
ib_iser: log the connection reject message
Steve Wise
1
-1
/
+4
2016-12-14
rdma_cm: add rdma_consumer_reject_data helper function
Steve Wise
1
-0
/
+16
2016-12-14
rdma_cm: add rdma_is_consumer_reject() helper function
Steve Wise
1
-0
/
+13
2016-12-14
rdma_cm: add rdma_reject_msg() helper function
Steve Wise
3
-0
/
+83
2016-12-14
qedr: remove pointless NULL check in qedr_post_send()
Wei Yongjun
1
-5
/
+0
2016-12-14
qedr: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-2
/
+1
2016-12-14
qedr: Fix possible memory leak in qedr_create_qp()
Wei Yongjun
1
-4
/
+8
2016-12-14
qedr: return -EINVAL if pd is null and avoid null ptr dereference
Colin Ian King
1
-1
/
+3
2016-12-14
IB/mad: Eliminate redundant SM class version defines for OPA
Hal Rosenstock
2
-8
/
+8
2016-12-13
IB/mlx5: Properly adjust rate limit on QP state transitions
Bodong Wang
3
-9
/
+69
2016-12-13
IB/uverbs: Extend modify_qp and support packet pacing
Bodong Wang
3
-69
/
+125
2016-12-13
IB/core: Support rate limit for packet pacing
Bodong Wang
1
-0
/
+2
2016-12-13
IB/mlx5: Report mlx5 packet pacing capabilities when querying device
Bodong Wang
1
-0
/
+13
2016-12-13
IB/mlx5: Support RAW Ethernet when RoCE is disabled
Or Gerlitz
1
-9
/
+13
2016-12-13
IB/mlx5: Rename RoCE related helpers to reflect being Eth ones
Or Gerlitz
1
-11
/
+11
2016-12-13
IB/mlx5: Refactor registration to netdev notifier
Or Gerlitz
1
-9
/
+20
2016-12-13
IB/mlx5: Use u64 for UMR length
Maor Gottlieb
1
-1
/
+1
2016-12-13
IB/mlx5: Avoid system crash when enabling many VFs
Eli Cohen
1
-1
/
+2
2016-12-13
IB/mlx5: Assign SRQ type earlier
Maor Gottlieb
1
-1
/
+1
2016-12-13
IB/mlx4: Fix out-of-range array index in destroy qp flow
Jack Morgenstein
1
-1
/
+2
2016-12-13
IB/mlx5: Make create/destroy_ah available to userspace
Moni Shoua
1
-0
/
+2
2016-12-13
IB/mlx5: Use kernel driver to help userspace create ah
Moni Shoua
1
-0
/
+21
2016-12-13
IB/core: Let create_ah return extended response to user
Moni Shoua
20
-20
/
+56
2016-12-13
IB/mlx5: Report that device has udata response in create_ah
Moni Shoua
1
-1
/
+2
2016-12-13
IB/core: Change ib_resolve_eth_dmac to use it in create AH
Moni Shoua
3
-48
/
+47
2016-12-13
IB/mlx5: Add support to match inner packet fields
Moses Reuben
1
-53
/
+78
2016-12-13
IB/core: Introduce inner flow steering
Moses Reuben
1
-1
/
+3
2016-12-13
IB/mlx5: Support Vxlan tunneling specification
Moses Reuben
1
-0
/
+11
2016-12-13
IB/core: Add flow spec tunneling support
Moses Reuben
1
-0
/
+15
2016-12-13
IB/mlx5: Add support for CQE compressing
Bodong Wang
1
-1
/
+29
2016-12-13
IB/mlx5: Report mlx5 CQE compression caps during query
Bodong Wang
1
-0
/
+10
2016-12-13
IB/mlx5: Report mlx5 multi packet WQE caps during query
Bodong Wang
1
-0
/
+11
2016-12-13
IB/rxe: Increase max number of completions to 32k
Yonatan Cohen
1
-1
/
+1
2016-12-13
IB/mlx4: Check if GRH is available before using it
Eran Ben Elisha
1
-2
/
+2
2016-12-13
IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPs
Eran Ben Elisha
1
-8
/
+13
2016-12-12
i40iw: Reorganize structures to align with HW capabilities
Henry Orosco
14
-465
/
+775
2016-12-12
i40iw: Fix incorrect check for error
Mustafa Ismail
1
-1
/
+1
2016-12-12
i40iw: Assign MSS only when it is a new MTU
Mustafa Ismail
1
-0
/
+2
2016-12-12
i40iw: Fix race condition in terminate timer's handler
Shiraz Saleem
3
-3
/
+6
2016-12-12
i40iw: Fix memory leak in CQP destroy when in reset
Mustafa Ismail
1
-6
/
+3
2016-12-12
i40iw: Fix QP flush to not hang on empty queues or failure
Shiraz Saleem
2
-5
/
+30
2016-12-12
i40iw: Fix double free of QP
Mustafa Ismail
3
-6
/
+20
2016-12-12
i40iw: Use correct src address in memcpy to rdma stats counters
Shiraz Saleem
1
-1
/
+1
2016-12-12
i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAG
Thomas Huth
1
-6
/
+0
2016-12-12
IB/rxe: Hold refs when running tasklets
Andrew Boyer
3
-1
/
+11
2016-12-12
IB/rxe: Wait for tasklets to finish before tearing down QP
Andrew Boyer
2
-0
/
+20
2016-12-12
IB/rxe: Fix ref leak in duplicate_request()
Andrew Boyer
1
-0
/
+1
[prev]
[next]