index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxe: fix broken receive queue draining
Vijay Immanuel
2017-07-20
2
-0
/
+6
*
IB/rxe: Set dma_mask and coherent_dma_mask
yonatanc
2017-07-17
1
-0
/
+2
*
IB/rxe: Fix kernel panic from skb destructor
Yonatan Cohen
2017-07-17
1
-0
/
+3
*
IB/rxe: do not copy extra stack memory to skb
Kees Cook
2017-07-12
1
-1
/
+3
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-06-16
1
-7
/
+2
|
\
|
*
rxe: Fix a sleep-in-atomic bug in post_one_send
Jia-Ju Bai
2017-06-14
1
-7
/
+2
*
|
crypto: Work around deallocated stack frame reference gcc bug on sparc.
David Miller
2017-06-08
1
-1
/
+4
|
/
*
rxe: expose num_possible_cpus() cnum_comp_vectors
Sagi Grimberg
2017-05-04
2
-2
/
+1
*
IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory type
Leon Romanovsky
2017-05-04
1
-1
/
+1
*
IB/rxe: Don't clamp residual length to mtu
Johannes Thumshirn
2017-05-01
1
-2
/
+0
*
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
2017-05-01
2
-0
/
+2
*
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
2017-05-01
3
-19
/
+23
*
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
2017-05-01
3
-12
/
+13
*
IB/rxe: Initialize ib_ah_attr during query_ah
Dasaratharaman Chandramouli
2017-05-01
2
-0
/
+2
*
IB/rxe: fix typo: "algorithmi" -> "algorithm"
Colin Ian King
2017-04-28
1
-1
/
+1
*
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-04-25
1
-5
/
+3
*
{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function
Yuval Shaia
2017-04-25
4
-32
/
+6
*
IB/rxe: Cache dst in QP instead of getting it for each send
yonatanc
2017-04-21
2
-4
/
+59
*
IB/rxe: Offload CRC calculation when possible
yonatanc
2017-04-21
9
-9
/
+44
*
IB/rxe: Do not export module's private function
Parav Pandit
2017-04-21
1
-1
/
+0
*
IB/rxe: Avoid accessing timers for non RC QPs
Parav Pandit
2017-04-21
1
-5
/
+8
*
IB/rxe: Add port protocol stats
Yonatan Cohen
2017-04-21
9
-2
/
+174
*
IB/rxe: increment msn only when completing a request
David Marchand
2017-03-24
1
-5
/
+4
*
IB/rxe: Update documentation link
Leon Romanovsky
2017-03-24
1
-1
/
+1
*
IB/rxe: double free on error
Dan Carpenter
2017-03-24
1
-1
/
+1
*
infiniband: Fix alignment of mmap cookies to support VIPT caching
Jason Gunthorpe
2017-03-24
1
-2
/
+2
*
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-02-25
5
-190
/
+6
|
\
|
*
IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it
Bart Van Assche
2017-01-24
5
-187
/
+3
|
*
IB/rxe: Switch from dma_device to dev.parent
Bart Van Assche
2017-01-24
1
-3
/
+3
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-02-23
1
-2
/
+4
|
\
\
|
*
|
IB: Query ports via the core instead of direct into the driver
Or Gerlitz
2017-02-14
1
-2
/
+4
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-02-23
16
-200
/
+176
|
\
\
\
|
*
|
|
IB/rxe: use setup_timer to simplify the code
Wei Yongjun
2017-02-19
1
-7
/
+2
|
*
|
|
Merge branch 'k.o/for-4.10-rc' into HEAD
Doug Ledford
2017-02-19
4
-7
/
+8
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
IB/rxe: Fix an skb leak
Bart Van Assche
2017-01-10
1
-1
/
+14
|
*
|
|
IB/rxe: Remove a pointless indirection layer
Bart Van Assche
2017-01-10
8
-67
/
+42
|
*
|
|
IB/rxe: Fix reference leaks in memory key invalidation code
Bart Van Assche
2017-01-10
2
-0
/
+2
|
*
|
|
IB/rxe: Fix a MR reference leak in check_rkey()
Bart Van Assche
2017-01-10
1
-10
/
+10
|
*
|
|
IB/rxe: Generate a completion for all failed work requests
Bart Van Assche
2017-01-10
4
-14
/
+20
|
*
|
|
IB/rxe: Introduce functions for queue draining
Bart Van Assche
2017-01-10
2
-53
/
+38
|
*
|
|
IB/rxe: Add a runtime check in alloc_index()
Bart Van Assche
2017-01-10
1
-0
/
+1
|
*
|
|
IB/rxe: Issue warnings once
Bart Van Assche
2017-01-10
3
-9
/
+10
|
*
|
|
IB/rxe: Let the compiler check the type of the cleanup functions
Bart Van Assche
2017-01-10
7
-15
/
+17
|
*
|
|
IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments
Bart Van Assche
2017-01-10
1
-2
/
+10
|
*
|
|
IB/rxe: Remove superfluous casts
Bart Van Assche
2017-01-10
1
-2
/
+2
|
*
|
|
IB/rxe: Remove an unused variable and an unused argument
Bart Van Assche
2017-01-10
1
-8
/
+3
|
*
|
|
IB/rxe: Remove an unused function
Bart Van Assche
2017-01-10
1
-7
/
+0
|
*
|
|
IB/rxe: Constify the pool name
Bart Van Assche
2017-01-10
2
-2
/
+2
|
*
|
|
IB/rxe: Suppress sparse warnings
Bart Van Assche
2017-01-10
2
-5
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-11
2
-4
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
[next]