index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fdt_wip.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
net/mlx5: Add XRQ support
Artemy Kovalyov
3
-10
/
+146
2017-08-29
IB/mlx5: Fill XRQ capabilities
Artemy Kovalyov
2
-0
/
+15
2017-08-29
IB/uverbs: Expose XRQ capabilities
Artemy Kovalyov
2
-0
/
+25
2017-08-29
IB/uverbs: Add new SRQ type IB_SRQT_TM
Artemy Kovalyov
1
-1
/
+5
2017-08-29
IB/uverbs: Add XRQ creation parameter to UAPI
Artemy Kovalyov
1
-1
/
+1
2017-08-29
IB/core: Add new SRQ type IB_SRQT_TM
Artemy Kovalyov
1
-2
/
+8
2017-08-29
IB/core: Separate CQ handle in SRQ context
Artemy Kovalyov
6
-39
/
+60
2017-08-29
IB/core: Add XRQ capabilities
Artemy Kovalyov
1
-0
/
+19
2017-08-29
net/mlx5: Update HW layout definitions
Artemy Kovalyov
1
-2
/
+7
2017-08-29
IB/rxe: Handle NETDEV_CHANGE events
Andrew Boyer
1
-1
/
+6
2017-08-29
IB/rxe: Avoid ICRC errors by copying into the skb first
Andrew Boyer
1
-6
/
+6
2017-08-29
IB/rxe: Another fix for broken receive queue draining
Andrew Boyer
1
-1
/
+3
2017-08-29
IB/rxe: Remove unneeded initialization in prepare6()
Andrew Boyer
1
-1
/
+1
2017-08-29
IB/rxe: Fix up rxe_qp_cleanup()
Andrew Boyer
1
-7
/
+2
2017-08-29
IB/rxe: Add dst_clone() in prepare_ipv6_hdr()
Andrew Boyer
1
-1
/
+1
2017-08-29
IB/rxe: Fix destination cache for IPv6
Andrew Boyer
2
-1
/
+7
2017-08-29
IB/rxe: Fix up the responder's find_resources() function
Andrew Boyer
1
-1
/
+1
2017-08-29
IB/rxe: Remove dangling prototype
Andrew Boyer
1
-2
/
+0
2017-08-29
IB/rxe: Disable completion upcalls when a CQ is destroyed
Andrew Boyer
4
-0
/
+24
2017-08-29
IB/rxe: Move refcounting earlier in rxe_send()
Andrew Boyer
1
-3
/
+5
2017-08-29
IB/rdmavt: Handle dereg of inuse MRs properly
Mike Marciniszyn
4
-21
/
+216
2017-08-29
IB/qib: Convert qp_stats debugfs interface to use new iterator API
Mike Marciniszyn
3
-63
/
+16
2017-08-29
IB/hfi1: Convert qp_stats debugfs interface to use new iterator API
Mike Marciniszyn
3
-107
/
+14
2017-08-29
IB/hfi1: Convert hfi1_error_port_qps() to use new QP iterator
Mike Marciniszyn
1
-38
/
+41
2017-08-29
IB/rdmavt: Add QP iterator API for QPs
Mike Marciniszyn
2
-0
/
+173
2017-08-29
IB/hfi1: Use accessor to determine ring size
Kaike Wan
1
-1
/
+1
2017-08-29
IB/qib: Stricter bounds checking for copy to buffer
Kamenee Arumugam
1
-2
/
+2
2017-08-29
IB/hif1: Remove static tracing from SDMA hot path
Michael J. Ruhl
7
-29
/
+255
2017-08-29
IB/hfi1: Acquire QSFP cable information on loopback
Jan Sokolowski
1
-0
/
+15
2017-08-29
i40iw: make some structures const
Bhumika Goyal
1
-3
/
+3
2017-08-29
IB/hfi1: constify vm_operations_struct
Arvind Yadav
1
-1
/
+1
2017-08-29
RDMA/bnxt_re: remove unnecessary call to memset
Himanshu Jha
1
-2
/
+0
2017-08-29
IB/usnic: check for allocation failure
Dan Carpenter
1
-0
/
+2
2017-08-29
IB/hfi1: Add opcode states to qp_stats
Mike Marciniszyn
1
-1
/
+3
2017-08-29
IB/hfi1: Add received request info to qp_stats
Kaike Wan
1
-2
/
+9
2017-08-29
IB/hfi1: Fix whitespace alignment issue for MAD
Kamenee Arumugam
1
-1
/
+1
2017-08-29
IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.h
Harish Chegondi
2
-168
/
+166
2017-08-29
IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h
Harish Chegondi
4
-19
/
+19
2017-08-29
IB/hfi1: Remove duplicate definitions of num_user_pages() function
Harish Chegondi
3
-20
/
+12
2017-08-29
IB/hfi1: Fix the bail out code in pin_vector_pages() function
Harish Chegondi
1
-7
/
+10
2017-08-29
IB/hfi1: Clean up pin_vector_pages() function
Harish Chegondi
1
-34
/
+45
2017-08-29
IB/hfi1: Clean up user_sdma_send_pkts() function
Harish Chegondi
1
-59
/
+82
2017-08-29
IB/hfi1: Clean up hfi1_user_exp_rcv_setup function
Harish Chegondi
2
-88
/
+153
2017-08-29
IB/hfi1: Improve local kmem_cache_alloc performance
Michael J. Ruhl
3
-27
/
+6
2017-08-29
IB/hfi1: Ratelimit prints from sdma_interrupt
Grzegorz Morys
2
-2
/
+8
2017-08-29
IB/qib: Stricter bounds checking for copy and array access
Kamenee Arumugam
2
-4
/
+6
2017-08-29
IB/qib: Remove unnecessary memory allocation for boardname
Kamenee Arumugam
4
-51
/
+32
2017-08-29
IB/{qib, hfi1}: Avoid flow control testing for RDMA write operation
Mike Marciniszyn
2
-3
/
+4
2017-08-29
IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()
Mike Marciniszyn
1
-5
/
+1
2017-08-24
IB/mlx5: Report mlx5 enhanced multi packet WQE capability
Bodong Wang
3
-1
/
+7
[next]