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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-10
RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
Leon Romanovsky
4
-6
/
+5
2017-08-10
RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*
Leon Romanovsky
3
-11
/
+9
2017-08-10
RDMA/netlink: Simplify the put_msg and put_attr
Leon Romanovsky
1
-21
/
+6
2017-08-10
RDMA/netlink: Add flag to consolidate common handling
Leon Romanovsky
4
-9
/
+16
2017-08-10
RDMA/iwcm: Remove extra EXPORT_SYMBOLS
Leon Romanovsky
2
-17
/
+0
2017-08-10
RDMA/iwcm: Remove useless check of netlink client validity
Leon Romanovsky
1
-6
/
+0
2017-08-10
RDMA/netlink: Avoid double pass for RDMA netlink messages
Leon Romanovsky
1
-18
/
+44
2017-08-10
RDMA/netlink: Remove redundant owner option for netlink callbacks
Leon Romanovsky
2
-4
/
+1
2017-08-10
RDMA/netlink: Remove netlink clients infrastructure
Leon Romanovsky
5
-142
/
+108
2017-08-09
RDMA/core: Add wait/retry version of ibnl_unicast
Ismail, Mustafa
2
-4
/
+14
2017-07-31
IB/hfi1: Always perform offline transition
Sebastian Sanchez
3
-33
/
+46
2017-07-31
IB/hfi1: Prevent link down request double queuing
Sebastian Sanchez
2
-1
/
+4
2017-07-31
IB/hfi1: Create workqueue for link events
Sebastian Sanchez
6
-13
/
+40
2017-07-31
IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression
Mike Marciniszyn
4
-18
/
+18
2017-07-31
IB/hfi1: Disambiguate corruption and uninitialized error cases
Jan Sokolowski
1
-6
/
+8
2017-07-31
IB/hfi1: Only set fd pointer when base context is completely initialized
Michael J. Ruhl
5
-29
/
+40
2017-07-31
IB/hfi1: Do not enable disabled port on cable insert
Jan Sokolowski
1
-6
/
+7
2017-07-31
IB/hfi1: Harden state transition to Armed and Active
Alex Estrin
1
-6
/
+3
2017-07-31
IB/hfi1: Split copy_to_user data copy for better security
Michael J. Ruhl
1
-3
/
+5
2017-07-31
IB/hfi1: Verify port data VLs credits on transition to Armed
Alex Estrin
2
-1
/
+16
2017-07-31
IB/hfi1: Move saving PCI values to a separate function
Bartlomiej Dudek
3
-52
/
+64
2017-07-31
IB/hfi1: Fix initialization failure for debug firmware
Byczkowski, Jakub
1
-0
/
+8
2017-07-31
IB/hfi1: Fix code consistency for if/else blocks in chip.c
Jan Sokolowski
1
-10
/
+11
2017-07-31
IB/hfi1: Send MAD traps until repressed
Michael J. Ruhl
3
-88
/
+293
2017-07-31
IB/hfi1: Pass the context pointer rather than the index
Michael J. Ruhl
6
-23
/
+25
2017-07-31
IB/hfi1: Use context pointer rather than context index
Michael J. Ruhl
3
-59
/
+45
2017-07-31
IB/hfi1: Size rcd array index correctly and consistently
Michael J. Ruhl
10
-31
/
+33
2017-07-31
IB/hfi1: Remove unused user context data members
Michael J. Ruhl
4
-42
/
+0
2017-07-31
IB/hfi1: Assign context does not clean up file descriptor correctly on error
Michael J. Ruhl
1
-11
/
+26
2017-07-31
IB/hfi1: Serve the most starved iowait entry first
Kaike Wan
11
-28
/
+136
2017-07-31
IB/hfi1: Fix bar0 mapping to use write combining
Mike Marciniszyn
8
-49
/
+126
2017-07-31
IB/hfi1: Check return values from PCI config API calls
Bartlomiej Dudek
3
-47
/
+215
2017-07-31
IB/hns: include linux/interrupt.h
Arnd Bergmann
1
-0
/
+1
2017-07-28
RDMA/hns: fix build regression
Doug Ledford
1
-0
/
+1
2017-07-28
IB/hns: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2017-07-28
IB/hns: fix returnvar.cocci warnings
kbuild test robot
1
-2
/
+1
2017-07-28
IB/hns: fix boolreturn.cocci warnings
kbuild test robot
1
-1
/
+1
2017-07-28
IB/hns: Support compile test for hns RoCE driver
Matan Barak
3
-1
/
+3
2017-07-28
IB/cma: Fix default RoCE type setting
Doug Ledford
1
-1
/
+1
2017-07-27
Merge branch 'misc' into k.o/for-next
Doug Ledford
41
-279
/
+689
2017-07-27
RDMA/qedr: notify user application of supported WIDs
Amrani, Ram
1
-0
/
+2
2017-07-27
RDMA/qedr: notify user application if DPM is supported
Amrani, Ram
3
-0
/
+4
2017-07-27
Merge branches 'rxe' and 'mlx' into k.o/for-next
Doug Ledford
38
-162
/
+2292
2017-07-24
net/mlx5: fix spelling mistake: "alloated" -> "allocated"
Colin Ian King
1
-1
/
+1
2017-07-24
IB/hfi1: Add receiving queue info to qp_stats
Kaike Wan
1
-1
/
+5
2017-07-24
IB/mlx4: Expose RSS capabilities
Guy Levi
1
-1
/
+6
2017-07-24
IB/mlx4: Add support for RSS QP
Guy Levi
2
-22
/
+439
2017-07-24
IB/mlx4: Add support for WQ indirection table related verbs
Guy Levi
3
-3
/
+85
2017-07-24
IB/mlx4: Add support for WQ related verbs
Guy Levi
3
-57
/
+497
2017-07-24
(IB, net)/mlx4: Add resource utilization support
Moshe Shemesh
10
-18
/
+35
[next]