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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...
Roland Dreier
73
-176
/
+6719
2014-01-23
IB/mlx5: Verify reserved fields are cleared
Eli Cohen
1
-2
/
+6
2014-01-23
IB/mlx5: Remove old field for create mkey mailbox
Eli Cohen
1
-2
/
+2
2014-01-23
IB/mlx5: Abort driver cleanup if teardown hca fails
Eli Cohen
1
-2
/
+8
2014-01-23
IB/mlx5: Allow creation of QPs with zero-length work queues
Eli Cohen
1
-20
/
+29
2014-01-23
mlx5_core: Fix PowerPC support
Eli Cohen
2
-5
/
+7
2014-01-23
mlx5_core: Improve debugfs readability
Eli Cohen
2
-6
/
+78
2014-01-23
IB/mlx5: Add support for resize CQ
Eli Cohen
6
-22
/
+284
2014-01-23
IB/mlx5: Implement modify CQ
Eli Cohen
4
-7
/
+59
2014-01-23
IB/mlx5: Make sure doorbell record is visible before doorbell
Eli Cohen
1
-0
/
+4
2014-01-23
mlx5_core: Use mlx5 core style warning
Eli Cohen
1
-1
/
+2
2014-01-23
IB/mlx5: Clear out struct before create QP command
Eli Cohen
1
-1
/
+1
2014-01-23
mlx5_core: Fix out arg size in access_register command
Haggai Eran
1
-1
/
+1
2014-01-23
RDMA/nes: Slight optimization of Ethernet address compare
Ding Tianhong
1
-2
/
+1
2014-01-23
IB/qib: Fix QP check when looping back to/from QP1
Ira Weiny
1
-1
/
+8
2014-01-23
RDMA/cxgb4: Fix gcc warning on 32-bit arch
Paul Bolle
1
-1
/
+1
2014-01-23
IB/usnic: Remove unused includes of <linux/version.h>
Wei Yongjun
3
-3
/
+0
2014-01-23
RDMA/amso1100: Add check if cache memory was allocated before freeing it
Svetlana Mavrina
1
-1
/
+2
2014-01-23
IPoIB: Report operstate consistently when brought up without a link
Michal Schmidt
1
-2
/
+2
2014-01-23
IB/core: Fix unused variable warning
Or Gerlitz
1
-2
/
+1
2014-01-23
RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal()
Somnath Kotur
1
-2
/
+5
2014-01-21
IB/usnic: Use GFP_ATOMIC under spinlock
Dan Carpenter
1
-1
/
+1
2014-01-21
scsi_transport_srp: Fix kernel-doc warnings
Bart Van Assche
2
-4
/
+40
2014-01-21
scsi_transport_srp: Add rport state diagram
Bart Van Assche
2
-0
/
+33
2014-01-21
scsi_transport_srp: Fix a race condition
Bart Van Assche
3
-42
/
+46
2014-01-21
scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = off
Bart Van Assche
1
-13
/
+17
2014-01-21
MAINTAINERS: Pass the torch of SRP submaintainership
David Dillow
1
-1
/
+1
2014-01-19
IB/mlx4: Fix error return code
Julia Lawall
1
-2
/
+6
2014-01-19
IB/usnic: Remove unused variable in usnic_debugfs_exit()
Wei Yongjun
1
-4
/
+0
2014-01-19
IB/usnic: Set userspace/kernel ABI ver to 4
Upinder Malhi
1
-1
/
+1
2014-01-19
IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDP
Upinder Malhi
1
-1
/
+1
2014-01-19
IB/core: Add support for RDMA_NODE_USNIC_UDP
Upinder Malhi
3
-0
/
+4
2014-01-19
IB/usnic: Add dependency on CONFIG_INET
Upinder Malhi
1
-1
/
+1
2014-01-19
IB/usnic: Fix endianness-related warnings
Upinder Malhi
2
-3
/
+2
2014-01-15
IB/mlx4: Add support for steerable IB UD QPs
Matan Barak
3
-7
/
+163
2014-01-15
IB/mlx4: Add mechanism to support flow steering over IB links
Matan Barak
1
-1
/
+134
2014-01-15
IB/mlx4: Enable device-managed steering support for IB ports too
Matan Barak
2
-12
/
+20
2014-01-15
mlx4_core: Add support for steerable IB UD QPs
Matan Barak
7
-1
/
+57
2014-01-15
IB/core: Add support for IB L2 device-managed steering
Matan Barak
1
-1
/
+15
2014-01-15
IB/core: Add flow steering support for IPoIB UD traffic
Matan Barak
2
-0
/
+4
2014-01-15
IB/mlx5: Fix micro UAR allocator
Eli Cohen
3
-27
/
+70
2014-01-15
mlx5_core: Remove dead code
Dan Carpenter
1
-3
/
+1
2014-01-15
IB/mlx5: Remove unused code in mr.c
Eli Cohen
2
-2
/
+0
2014-01-14
IB/usnic: Append documentation to usnic_transport.h and cleanup
Upinder Malhi
2
-1
/
+4
2014-01-14
IB/usnic: Fix typo "Ignorning" -> "Ignoring"
Roland Dreier
1
-4
/
+4
2014-01-14
IB/usnic: Expose flows via debugfs
Upinder Malhi
6
-10
/
+111
2014-01-14
IB/usnic: Use for_each_sg instead of a for-loop
Upinder Malhi
1
-8
/
+9
2014-01-14
IB/usnic: Remove superflous parentheses
Upinder Malhi
3
-14
/
+14
2014-01-14
IB/core: Add RDMA_TRANSPORT_USNIC_UDP
Upinder Malhi
2
-2
/
+4
2014-01-14
IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]
Upinder Malhi
2
-0
/
+99
[next]