index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-sunxi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-22
qedr: return correct value on modify qp
Amrani, Ram
1
-1
/
+1
2016-12-22
qedr: return error if destroy CQ failed
Amrani, Ram
1
-1
/
+6
2016-12-22
qedr: configure the number of CQEs on CQ creation
Amrani, Ram
1
-0
/
+3
2016-12-22
i40iw: Set 128B as the only supported RQ WQE size
Chien Tin Tung
8
-25
/
+53
2016-12-22
IB/cma: Fix a race condition in iboe_addr_get_sgid()
Bart Van Assche
1
-2
/
+4
2016-12-18
IB/rxe: Fix a memory leak in rxe_qp_cleanup()
Bart Van Assche
1
-0
/
+1
2016-12-18
iw_cxgb4: set correct FetchBurstMax for QPs
Steve Wise
1
-2
/
+3
2016-12-14
IB: Add vmw_pvrdma driver
Adit Ranadive
19
-0
/
+6007
2016-12-14
IB/mlx4: fix improper return value
Pan Bian
1
-1
/
+2
2016-12-14
IB/ocrdma: fix bad initialization
Pan Bian
1
-1
/
+1
2016-12-14
infiniband: nes: return value of skb_linearize should be handled
Zhouyi Zhou
1
-2
/
+6
2016-12-14
MAINTAINERS: Update Intel RDMA RNIC driver maintainers
Shiraz Saleem
1
-4
/
+1
2016-12-14
MAINTAINERS: Remove Mitesh Ahuja from emulex maintainers
Leon Romanovsky
1
-1
/
+0
2016-12-14
IB/core: fix unmap_sg argument
Sebastian Ott
1
-1
/
+1
2016-12-14
qede: fix general protection fault may occur on probe
Amrani, Ram
1
-2
/
+2
2016-12-14
IB/mthca: Replace pci_pool_alloc by pci_pool_zalloc
Souptick Joarder
1
-4
/
+2
2016-12-14
mlx5, calc_sq_size(): Make a debug message more informative
Bart Van Assche
1
-1
/
+2
2016-12-14
mlx5: Remove a set-but-not-used variable
Bart Van Assche
1
-7
/
+0
2016-12-14
mlx5: Use { } instead of { 0 } to init struct
Bart Van Assche
1
-1
/
+1
2016-12-14
IB/srp: Make writing the add_target sysfs attr interruptible
Bart Van Assche
1
-1
/
+4
2016-12-14
IB/srp: Make mapping failures easier to debug
Bart Van Assche
1
-2
/
+10
2016-12-14
IB/srp: Make login failures easier to debug
Bart Van Assche
1
-0
/
+3
2016-12-14
IB/srp: Introduce a local variable in srp_add_one()
Bart Van Assche
1
-8
/
+9
2016-12-14
IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n build
Bart Van Assche
1
-5
/
+6
2016-12-14
IB/multicast: Check ib_find_pkey() return value
Bart Van Assche
1
-2
/
+5
2016-12-14
IPoIB: Avoid reading an uninitialized member variable
Bart Van Assche
1
-2
/
+5
2016-12-14
IB/mad: Fix an array index check
Bart Van Assche
1
-1
/
+1
2016-12-14
IB/mlx4: Rework special QP creation error path
Bart Van Assche
1
-2
/
+4
2016-12-14
IB/srpt: Report login failures only once
Bart Van Assche
1
-13
/
+9
2016-12-14
IB/usnic: simplify IS_ERR_OR_NULL to IS_ERR
Julia Lawall
2
-12
/
+12
2016-12-14
IB/core: Issue DREQ when receiving REQ/REP for stale QP
Hans Westgaard Ry
1
-1
/
+23
2016-12-14
IB/nes: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-34
/
+42
2016-12-14
IB/isert: do not ignore errors in dma_map_single()
Alexey Khoroshilov
1
-0
/
+6
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-14
IB/mlx4: avoid a -Wmaybe-uninitialize warning
Arnd Bergmann
1
-2
/
+3
2016-12-14
IB/mlx5: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-18
/
+21
2016-12-14
rdma UAPI: Use __kernel_sockaddr_storage
Jason Gunthorpe
1
-6
/
+6
2016-12-14
nvmet_rdma: log the connection reject message
Steve Wise
1
-0
/
+3
2016-12-14
ib_isert: log the connection reject message
Steve Wise
1
-0
/
+2
2016-12-14
rds_rdma: log the connection reject message
Steve Wise
1
-1
/
+4
2016-12-14
ib_iser: log the connection reject message
Steve Wise
1
-1
/
+4
2016-12-14
nvme-rdma: use rdma connection reject helper functions
Steve Wise
1
-6
/
+36
2016-12-14
rdma_cm: add rdma_consumer_reject_data helper function
Steve Wise
2
-0
/
+26
2016-12-14
rdma_cm: add rdma_is_consumer_reject() helper function
Steve Wise
2
-0
/
+20
2016-12-14
rdma_cm: add rdma_reject_msg() helper function
Steve Wise
6
-0
/
+103
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
[next]