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
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
2
-4
/
+2
2007-07-19
IB/mthca: Simplify use of size0 in work request posting
Roland Dreier
1
-17
/
+24
2007-07-19
IB/mthca: Factor out setting WQE UD segment entries
Roland Dreier
1
-18
/
+22
2007-07-18
IB/mthca: Factor out setting WQE remote address and atomic segment entries
Roland Dreier
1
-59
/
+40
2007-07-18
IB/mlx4: Factor out setting other WQE segments
Roland Dreier
1
-31
/
+36
2007-07-18
IB/mlx4: Factor out setting WQE data segment entries
Roland Dreier
1
-6
/
+9
2007-07-18
IB/mthca: Factor out setting WQE data segment entries
Roland Dreier
3
-54
/
+30
2007-07-18
IB/mlx4: Return receive queue sizes for userspace QPs from query QP
Roland Dreier
1
-8
/
+16
2007-07-18
RDMA/cma: Remove local write permission from QP access flags
Dotan Barak
1
-1
/
+1
2007-07-18
IB/mthca: Use uninitialized_var() for f0
Roland Dreier
1
-2
/
+14
2007-07-18
IB/cm: Make internal function cm_get_ack_delay() static
Roland Dreier
1
-1
/
+1
2007-07-18
IB/ipath: Remove ipath_get_user_pages_nocopy()
Roland Dreier
2
-27
/
+0
2007-07-18
IB/ipath: Make a few functions static
Roland Dreier
7
-11
/
+6
2007-07-18
IB/iser: Make a couple of functions static
Roland Dreier
3
-31
/
+25
2007-07-18
IB/mthca: Fix printk format used for firmware version in warning
Roland Dreier
1
-1
/
+1
2007-07-18
IB/mthca: Schedule MSI support for removal
Roland Dreier
1
-4
/
+16
2007-07-18
IB/ehca: Fix warnings issued by checkpatch.pl
Hoang-Nam Nguyen
22
-242
/
+261
2007-07-18
IB/ehca: Restructure ehca_set_pagebuf()
Hoang-Nam Nguyen
1
-331
/
+200
2007-07-18
IB/ehca: MR/MW structure refactoring
Hoang-Nam Nguyen
2
-277
/
+284
2007-07-18
IB/ehca: Use macro to calculate number of chunks in a mem block
Hoang-Nam Nguyen
1
-23
/
+24
2007-07-18
IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value
Hoang-Nam Nguyen
1
-8
/
+11
2007-07-18
IB/ehca: Use common error code mapping instead of specific ones
Hoang-Nam Nguyen
3
-197
/
+15
2007-07-18
IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
Hoang-Nam Nguyen
1
-0
/
+1
2007-07-18
IB/ehca: Fix HW level autodetection
Joachim Fenkes
1
-12
/
+17
2007-07-18
IB/mlx4: Take sizeof the correct pointer in call to memset()
Dotan Barak
1
-1
/
+1
2007-07-18
IB/mlx4: Fix port returned from query QP for QPs in INIT state
Jack Morgenstein
1
-1
/
+4
2007-07-18
IB/mlx4: Fix flow label returned from query QP
Jack Morgenstein
1
-1
/
+1
2007-07-18
RDMA/cxgb3: Remove cm_id reference on listen failures
Steve Wise
1
-0
/
+1
2007-07-18
drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning
Jeff Garzik
1
-2
/
+2
2007-07-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
6
-76
/
+54
2007-07-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
88
-1052
/
+2738
2007-07-13
IB/mlx4: Implement query SRQ
Jack Morgenstein
3
-0
/
+21
2007-07-13
IB/mlx4: Implement query QP
Jack Morgenstein
3
-0
/
+141
2007-07-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-8
/
+1
2007-07-12
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-1
/
+0
2007-07-12
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-8
/
+1
2007-07-11
IB/cm: Send no match if a SIDR REQ does not match a listen
Sean Hefty
1
-2
/
+1
2007-07-11
IB/cm: Fix handling of duplicate SIDR REQs
Sean Hefty
1
-1
/
+1
2007-07-11
IB/cm: cm_msgs.h should include ib_cm.h
Sean Hefty
1
-0
/
+1
2007-07-11
IB/cm: Include HCA ACK delay in local ACK timeout
Sean Hefty
4
-17
/
+57
2007-07-11
IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible
Sean Hefty
1
-96
/
+75
2007-07-11
IB/sa: Make sure SA queries use default P_Key
Sean Hefty
1
-35
/
+50
2007-07-11
IPoIB: Recycle loopback skbs instead of freeing and reallocating
Roland Dreier
1
-16
/
+17
2007-07-10
IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)
Shani Moideen
2
-2
/
+2
2007-07-10
IPoIB/cm: Fix warning if IPV6 is not enabled
Roland Dreier
1
-2
/
+1
2007-07-10
IB/core: Take sizeof the correct pointer when calling kmalloc()
Dotan Barak
1
-1
/
+1
2007-07-10
IB/ehca: Improve latency by unlocking after triggering the hardware
Hoang-Nam Nguyen
1
-3
/
+2
2007-07-10
IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events
Joachim Fenkes
4
-31
/
+101
2007-07-10
IB/ehca: Return QP pointer in poll_cq()
Joachim Fenkes
1
-3
/
+8
2007-07-10
IB/ehca: Change idr spinlocks into rwlocks
Joachim Fenkes
6
-32
/
+28
[next]