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
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-19
IB/rdmavt: Adding timer logic to rdmavt
Venkata Sandeep Dhanalakota
1
-2
/
+181
2017-02-19
IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt
Brian Welty
2
-2
/
+192
2017-02-19
IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt
Brian Welty
1
-0
/
+38
2017-02-19
IB/rdmavt: Use per-CPU reference count for MRs
Sebastian Sanchez
1
-21
/
+38
2017-02-19
IB/rxe: use setup_timer to simplify the code
Wei Yongjun
1
-7
/
+2
2017-02-19
Merge branch 'k.o/for-4.10-rc' into HEAD
Doug Ledford
4
-7
/
+8
2017-02-08
IB/rxe: Fix mem_check_range integer overflow
Eyal Itkin
1
-3
/
+5
2017-02-08
IB/rxe: Fix resid update
Eyal Itkin
1
-1
/
+1
2017-01-24
IB/rxe: Prevent from completer to operate on non valid QP
Yonatan Cohen
1
-2
/
+1
2017-01-24
IB/rxe: Fix rxe dev insertion to rxe_dev_list
Maor Gottlieb
1
-1
/
+1
2017-01-10
IB/rxe: Fix an skb leak
Bart Van Assche
1
-1
/
+14
2017-01-10
IB/rxe: Remove a pointless indirection layer
Bart Van Assche
8
-67
/
+42
2017-01-10
IB/rxe: Fix reference leaks in memory key invalidation code
Bart Van Assche
2
-0
/
+2
2017-01-10
IB/rxe: Fix a MR reference leak in check_rkey()
Bart Van Assche
1
-10
/
+10
2017-01-10
IB/rxe: Generate a completion for all failed work requests
Bart Van Assche
4
-14
/
+20
2017-01-10
IB/rxe: Introduce functions for queue draining
Bart Van Assche
2
-53
/
+38
2017-01-10
IB/rxe: Add a runtime check in alloc_index()
Bart Van Assche
1
-0
/
+1
2017-01-10
IB/rxe: Issue warnings once
Bart Van Assche
3
-9
/
+10
2017-01-10
IB/rxe: Let the compiler check the type of the cleanup functions
Bart Van Assche
7
-15
/
+17
2017-01-10
IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments
Bart Van Assche
1
-2
/
+10
2017-01-10
IB/rxe: Remove superfluous casts
Bart Van Assche
1
-2
/
+2
2017-01-10
IB/rxe: Remove an unused variable and an unused argument
Bart Van Assche
1
-8
/
+3
2017-01-10
IB/rxe: Remove an unused function
Bart Van Assche
1
-7
/
+0
2017-01-10
IB/rxe: Constify the pool name
Bart Van Assche
2
-2
/
+2
2017-01-10
IB/rxe: Suppress sparse warnings
Bart Van Assche
2
-5
/
+5
2016-12-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
4
-4
/
+5
2016-12-22
IB/rxe: Don't check for null ptr in send()
Andrew Boyer
1
-2
/
+1
2016-12-22
IB/rxe: Drop future atomic/read packets rather than retrying
Andrew Boyer
1
-1
/
+1
2016-12-22
IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sends
Andrew Boyer
1
-1
/
+2
2016-12-18
IB/rxe: Fix a memory leak in rxe_qp_cleanup()
Bart Van Assche
1
-0
/
+1
2016-12-15
rdma: fix buggy code that the compiler warns about
Linus Torvalds
1
-1
/
+2
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
22
-223
/
+574
2016-12-14
Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-test
Doug Ledford
11
-32
/
+84
2016-12-14
Merge branch 'mlx' into merge-test
Doug Ledford
2
-2
/
+4
2016-12-14
Merge branch 'hfi1' into merge-test
Doug Ledford
9
-187
/
+486
2016-12-14
IB/rdmavt: Only put mmap_info ref if it exists
Jim Foraker
1
-1
/
+2
2016-12-14
IB/rdmavt: Handle the kthread worker using the new API
Petr Mladek
1
-23
/
+11
2016-12-14
IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker
Petr Mladek
1
-14
/
+16
2016-12-13
IB/core: Let create_ah return extended response to user
Moni Shoua
1
-1
/
+3
2016-12-13
IB/rxe: Increase max number of completions to 32k
Yonatan Cohen
1
-1
/
+1
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
2016-12-12
IB/rxe: Fix ref leak in rxe_create_qp()
Andrew Boyer
1
-3
/
+4
2016-12-12
IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTS
Andrew Boyer
1
-1
/
+9
2016-12-12
IB/rxe: Add support for zero-byte operations
Andrew Boyer
2
-3
/
+18
2016-12-12
IB/rxe: Unblock loopback by moving skb_out increment
Andrew Boyer
2
-2
/
+2
2016-12-12
IB/rxe: Don't update the response PSN unless it's going forwards
Andrew Boyer
1
-1
/
+2
2016-12-12
IB/rxe: Advance the consumer pointer before posting the CQE
Andrew Boyer
1
-2
/
+3
2016-12-12
IB/rxe: Remove buffer used for printing IP address
Andrew Boyer
1
-6
/
+5
[next]