index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-20
IB/mlx5: Fix a warning message
Dan Carpenter
1
-1
/
+1
2017-07-20
RDMA/ocrdma: Fix error codes in ocrdma_create_srq()
Dan Carpenter
1
-0
/
+1
2017-07-20
RDMA/ocrdma: Fix an error code in ocrdma_alloc_pd()
Dan Carpenter
1
-1
/
+2
2017-07-20
IB/cxgb3: Fix error codes in iwch_alloc_mr()
Dan Carpenter
1
-5
/
+4
2017-07-20
cxgb4: Fix error codes in c4iw_create_cq()
Dan Carpenter
1
-0
/
+1
2017-07-20
IB/i40iw: Fix error code in i40iw_create_cq()
Dan Carpenter
1
-1
/
+3
2017-07-20
IB/IPoIB: Fix error code in ipoib_add_port()
Dan Carpenter
1
-0
/
+1
2017-07-20
RDMA/bnxt_re: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-2
/
+2
2017-07-20
i40iw: Free QP PBLEs when the QP is destroyed
Tatyana Nikolova
2
-5
/
+12
2017-07-20
i40iw: Avoid memory leak of CQP request objects
Shiraz Saleem
3
-0
/
+55
2017-07-20
i40iw: Update list correctly
Henry Orosco
1
-1
/
+1
2017-07-20
i40iw: Add missing memory barrier
Henry Orosco
1
-0
/
+3
2017-07-20
i40iw: Free QP resources on CQP destroy QP failure
Shiraz Saleem
1
-2
/
+6
2017-07-20
i40iw: Release cm_id ref on PCI function reset
Shiraz Saleem
1
-1
/
+4
2017-07-20
i40iw: Utilize iwdev->reset during PCI function reset
Shiraz Saleem
1
-27
/
+24
2017-07-20
i40iw: Do not poll CCQ after it is destroyed
Mustafa Ismail
1
-0
/
+2
2017-07-20
i40iw: Fix order of cleanup in close
Mustafa Ismail
1
-3
/
+4
2017-07-17
IB/core: Allow QP state transition from reset to error
Tadeusz Struk
1
-0
/
+1
2017-07-17
IB/hns: Fix for checkpatch.pl comment style warnings
oulijun
1
-4
/
+6
2017-07-17
IB/hns: Fix the bug with modifying the MAC address without removing the driver
oulijun
1
-3
/
+0
2017-07-17
IB/hns: Fix the bug with rdma operation
oulijun
1
-4
/
+4
2017-07-17
IB/hns: Fix the bug with wild pointer when destroy rc qp
oulijun
1
-5
/
+7
2017-07-17
IB/hns: Fix the bug of polling cq failed for loopback Qps
oulijun
1
-19
/
+34
2017-07-17
IB/rxe: Set dma_mask and coherent_dma_mask
yonatanc
1
-0
/
+2
2017-07-17
IB/rxe: Fix kernel panic from skb destructor
Yonatan Cohen
1
-0
/
+3
2017-07-17
IB/ipoib: Let lower driver handle get_stats64 call
Erez Shitrit
1
-0
/
+12
2017-07-17
IB/core: Add ordered workqueue for RoCE GID management
Majd Dibbiny
1
-2
/
+9
2017-07-17
IB/mlx5: Clean mr_cache debugfs in case of failure
Leon Romanovsky
1
-12
/
+22
2017-07-17
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
4
-31
/
+24
2017-07-17
IB/{rdmavt, qib, hfi1}: Remove gfp flags argument
Leon Romanovsky
5
-51
/
+26
2017-07-17
IB/IPoIB: Convert IPoIB to memalloc_noio_* calls
Leon Romanovsky
1
-9
/
+7
2017-07-17
IB/IPoIB: Forward MTU change to driver below
Erez Shitrit
1
-2
/
+17
2017-07-17
IB: Convert msleep below 20ms to usleep_range
Leon Romanovsky
6
-8
/
+9
2017-07-17
IB/uverbs: Make use of ib_modify_qp variant to avoid resolving DMAC
Parav Pandit
1
-19
/
+4
2017-07-17
IB/core: Introduce modify QP operation with udata
Parav Pandit
1
-8
/
+24
2017-07-17
IB/core: Don't resolve IP address to the loopback device
Moni Shoua
3
-45
/
+32
2017-07-17
IB/core: Namespace is mandatory input for address resolution
Moni Shoua
1
-1
/
+5
2017-07-17
IB/iser: Fix connection teardown race condition
Vladimir Neyelov
1
-0
/
+11
2017-07-17
RDMA/core: Document confusing code
Gustavo A. R. Silva
1
-0
/
+13
2017-07-17
mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] array
Bart Van Assche
1
-1
/
+1
2017-07-17
IB/hfi1: Ensure dd->gi_mask can not be overflowed
Dennis Dalessandro
1
-1
/
+6
2017-07-17
Merge tag 'v4.13-rc1' into k.o/for-4.13-rc
Doug Ledford
39
-321
/
+1425
2017-07-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2
-3
/
+3
2017-07-12
IB/rxe: do not copy extra stack memory to skb
Kees Cook
1
-1
/
+3
2017-07-11
IB/iser: Handle lack of memory management extentions correctly
Mike Marciniszyn
1
-2
/
+8
2017-07-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-9
/
+14
2017-07-06
iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done
Nicholas Bellinger
1
-1
/
+1
2017-07-06
IB/srpt: Make a debug statement in srpt_abort_cmd() more informative
Bart Van Assche
1
-2
/
+2
2017-07-07
IB/core: Fix static analysis warning in ib_policy_change_task
Daniel Jurgens
1
-1
/
+2
2017-07-07
IB/core: Fix uninitialized variable use in check_qp_port_pkey_settings
Daniel Jurgens
1
-8
/
+12
[prev]
[next]