index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-17
IB/mthca: Fix printk format used for firmware version in warning
Roland Dreier
1
-1
/
+1
2007-07-17
IB/mthca: Schedule MSI support for removal
Roland Dreier
1
-4
/
+16
2007-07-17
IB/ehca: Fix warnings issued by checkpatch.pl
Hoang-Nam Nguyen
22
-242
/
+261
2007-07-17
IB/ehca: Restructure ehca_set_pagebuf()
Hoang-Nam Nguyen
1
-331
/
+200
2007-07-17
IB/ehca: MR/MW structure refactoring
Hoang-Nam Nguyen
2
-277
/
+284
2007-07-17
IB/ehca: Use macro to calculate number of chunks in a mem block
Hoang-Nam Nguyen
1
-23
/
+24
2007-07-17
IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value
Hoang-Nam Nguyen
1
-8
/
+11
2007-07-17
IB/ehca: Use common error code mapping instead of specific ones
Hoang-Nam Nguyen
3
-197
/
+15
2007-07-17
IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
Hoang-Nam Nguyen
1
-0
/
+1
2007-07-17
IB/ehca: Fix HW level autodetection
Joachim Fenkes
1
-12
/
+17
2007-07-17
IB/mlx4: Take sizeof the correct pointer in call to memset()
Dotan Barak
1
-1
/
+1
2007-07-17
IB/mlx4: Fix port returned from query QP for QPs in INIT state
Jack Morgenstein
1
-1
/
+4
2007-07-17
IB/mlx4: Fix flow label returned from query QP
Jack Morgenstein
1
-1
/
+1
2007-07-17
RDMA/cxgb3: Remove cm_id reference on listen failures
Steve Wise
1
-0
/
+1
2007-07-17
drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning
Jeff Garzik
1
-2
/
+2
2007-07-15
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
6
-76
/
+54
2007-07-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
88
-1052
/
+2738
2007-07-12
IB/mlx4: Implement query SRQ
Jack Morgenstein
3
-0
/
+21
2007-07-12
IB/mlx4: Implement query QP
Jack Morgenstein
3
-0
/
+141
2007-07-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-8
/
+1
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
1
-1
/
+0
2007-07-11
PCI: Change all drivers to use pci_device->revision
Auke Kok
1
-8
/
+1
2007-07-10
IB/cm: Send no match if a SIDR REQ does not match a listen
Sean Hefty
1
-2
/
+1
2007-07-10
IB/cm: Fix handling of duplicate SIDR REQs
Sean Hefty
1
-1
/
+1
2007-07-10
IB/cm: cm_msgs.h should include ib_cm.h
Sean Hefty
1
-0
/
+1
2007-07-10
IB/cm: Include HCA ACK delay in local ACK timeout
Sean Hefty
4
-17
/
+57
2007-07-10
IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible
Sean Hefty
1
-96
/
+75
2007-07-10
IB/sa: Make sure SA queries use default P_Key
Sean Hefty
1
-35
/
+50
2007-07-10
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-09
IB/ehca: Improve latency by unlocking after triggering the hardware
Hoang-Nam Nguyen
1
-3
/
+2
2007-07-09
IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events
Joachim Fenkes
4
-31
/
+101
2007-07-09
IB/ehca: Return QP pointer in poll_cq()
Joachim Fenkes
1
-3
/
+8
2007-07-09
IB/ehca: Change idr spinlocks into rwlocks
Joachim Fenkes
6
-32
/
+28
2007-07-09
IB/ehca: Refactor sync between completions and destroy_cq using atomic_t
Joachim Fenkes
5
-39
/
+29
2007-07-09
IB/ehca: Lock renaming, static initializers
Joachim Fenkes
6
-36
/
+27
2007-07-09
IB/ehca: Report RDMA atomic attributes in query_qp()
Hoang-Nam Nguyen
1
-0
/
+3
2007-07-09
IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2
Stefan Roscher
1
-0
/
+11
2007-07-09
IB/ehca: Support UD low-latency QPs
Stefan Roscher
1
-27
/
+57
2007-07-09
IB/ehca: add Shared Receive Queue support
Joachim Fenkes
9
-107
/
+480
2007-07-09
IB/ehca: QP code restructuring in preparation for SRQ
Joachim Fenkes
4
-170
/
+166
2007-07-09
IB/ehca: HW level, HW caps and MTU autodetection
Joachim Fenkes
5
-11
/
+104
2007-07-09
IB/ehca: Change scaling_code parameter description to match default value
Hoang-Nam Nguyen
1
-1
/
+1
2007-07-09
IB/ipath: return correct PortGUID in NodeInfo
Sean Hefty
1
-1
/
+1
2007-07-09
IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp
Arthur Jones
1
-8
/
+0
2007-07-09
IB/ipath: Test interrupts at driver startup
Arthur Jones
3
-0
/
+31
2007-07-09
IB/ipath: Remove support for preproduction HTX InfiniPath cards
Ralph Campbell
4
-48
/
+12
2007-07-09
IB/ipath: Change version wording to be less confusing with release number
Dave Olson
1
-1
/
+1
[prev]
[next]