index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-02
IB/hfi1: Adjust hardware buffering parameter
Harish Chegondi
2
-3
/
+3
2016-10-02
IB/hfi1: Act on external device timeout
Dean Luick
2
-2
/
+6
2016-10-02
IB/hfi1: Fix defered ack race with qp destroy
Mike Marciniszyn
1
-1
/
+4
2016-10-02
IB/hfi1: Combine shift copy and byte copy for SGE reads
Sebastian Sanchez
1
-137
/
+23
2016-10-02
IB/hfi1: Do not read more than a SGE length
Sebastian Sanchez
1
-48
/
+40
2016-10-02
IB/hfi1: Extend i2c timeout
Dean Luick
1
-1
/
+1
2016-10-02
IB/hfi1: Increase default settings of max_cqes and max_qps
Jianxin Xiong
1
-2
/
+2
2016-10-02
IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMA
Sebastian Sanchez
1
-6
/
+0
2016-10-02
IB/qib: Remove qpt_mask global
Dennis Dalessandro
3
-13
/
+3
2016-10-02
IB/hfi1: Consolidate pio control masks into single definition
Mike Marciniszyn
4
-30
/
+32
2016-10-02
IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug
Mike Marciniszyn
3
-2
/
+30
2016-10-02
IB/rdmavt: Add qp init function
Mike Marciniszyn
1
-42
/
+58
2016-10-02
IB/rdmavt: Move reset calldown to reset path
Mike Marciniszyn
1
-6
/
+5
2016-10-02
IB/hfi1: Move iowait_init() to priv allocate
Mike Marciniszyn
1
-7
/
+7
2016-10-02
IB/rdmavt: Correct sparse annotation
Mike Marciniszyn
1
-6
/
+3
2016-10-02
IB/hfi1: Fix locking scheme for affinity settings
Tadeusz Struk
2
-43
/
+51
2016-10-02
IB/hfi1: Fix user-space buffers mapping with IOMMU enabled
Tymoteusz Kielan
7
-63
/
+79
2016-10-02
IB/hfi1: Fix the count of user packets submitted to an SDMA engine
Harish Chegondi
3
-28
/
+30
2016-10-02
IB/hfi1: Move serdes tune inside link start function
Dean Luick
2
-15
/
+8
2016-10-02
IB/qib,IB/hfi: Use core common header file
Mike Marciniszyn
23
-346
/
+162
2016-09-16
IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines
Mike Marciniszyn
7
-26
/
+20
2016-09-16
IB/rdmavt: Don't vfree a kzalloc'ed memory region
Colin Ian King
1
-1
/
+1
2016-09-16
IB/rxe: Fix kmem_cache leak
Yonatan Cohen
1
-0
/
+13
2016-09-16
IB/rxe: Fix race condition between requester and completer
Yonatan Cohen
1
-13
/
+44
2016-09-16
IB/rxe: Fix duplicate atomic request handling
Yonatan Cohen
1
-5
/
+6
2016-09-16
IB/rxe: Fix kernel panic in udp_setup_tunnel
Yonatan Cohen
3
-34
/
+51
2016-09-16
IB/mlx5: Set source mac address in FTE
Maor Gottlieb
1
-0
/
+7
2016-09-16
IB/mlx5: Enable MAD_IFC commands for IB ports only
Noa Osherovich
1
-1
/
+3
2016-09-16
IB/mlx4: Diagnostic HW counters are not supported in slave mode
Kamal Heib
1
-0
/
+3
2016-09-16
IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
Jack Morgenstein
3
-3
/
+27
2016-09-16
IB/mlx4: Fix code indentation in QP1 MAD flow
Jack Morgenstein
1
-17
/
+19
2016-09-16
IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
Alex Vesker
1
-7
/
+7
2016-09-16
IB/ipoib: Don't allow MC joins during light MC flush
Alex Vesker
1
-0
/
+9
2016-09-16
IB/rxe: fix GFP_KERNEL in spinlock context
Alexey Khoroshilov
1
-1
/
+1
2016-09-02
IB/hfi1: Rework debugfs to use SRCU
Mike Marciniszyn
1
-80
/
+52
2016-09-02
IB/hfi1: Make n_krcvqs be an unsigned long integer
Harish Chegondi
3
-5
/
+5
2016-09-02
IB/hfi1: Add QSFP sanity pre-check
Dean Luick
4
-8
/
+82
2016-09-02
IB/hfi1: Fix AHG KDETH Intr shift
Jubin John
1
-1
/
+4
2016-09-02
IB/hfi1: Fix SGE length for misaligned PIO copy
Sebastian Sanchez
1
-0
/
+12
2016-09-02
IB/mlx5: Don't return errors from poll_cq
Leon Romanovsky
1
-20
/
+2
2016-09-02
IB/mlx5: Use TIR number based on selector
Yishai Hadas
3
-1
/
+7
2016-09-02
IB/mlx5: Simplify code by removing return variable
Leon Romanovsky
1
-7
/
+3
2016-09-02
IB/mlx5: Return EINVAL when caller specifies too many SGEs
Chuck Lever
1
-1
/
+1
2016-09-02
IB/mlx4: Don't return errors from poll_cq
Leon Romanovsky
1
-24
/
+2
2016-09-02
Revert "IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_one"
Leon Romanovsky
1
-3
/
+3
2016-09-02
IB/ipoib: Fix memory corruption in ipoib cm mode connect flow
Erez Shitrit
3
-1
/
+18
2016-09-02
IB/core: Fix use after free in send_leave function
Erez Shitrit
1
-11
/
+2
2016-09-02
IB/cxgb4: Make _free_qp static to silence build warning
Baoyou Xie
1
-1
/
+1
2016-09-02
IB/isert: Properly release resources on DEVICE_REMOVAL
Raju Rangoju
2
-3
/
+22
2016-09-02
IB/hfi1: Fix the size parameter to find_first_bit
Christophe Jaillet
1
-4
/
+4
[next]