index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/ipath: Make some constants chip-specific, related cleanup
Dave Olson
2008-04-16
3
-30
/
+35
*
IB/ipath: Misc sparse warning cleanup
Arthur Jones
2008-04-16
2
-4
/
+7
*
IB/mthca: Add IPoIB checksum offload support
Eli Cohen
2008-04-16
6
-13
/
+30
*
IB/mlx4: Add IPoIB checksum offload support
Eli Cohen
2008-04-16
3
-0
/
+21
*
IPoIB: Use checksum offload support if available
Eli Cohen
2008-04-16
4
-1
/
+41
*
IB: Replace remaining __FUNCTION__ occurrences with __func__
Harvey Harrison
2008-04-16
26
-302
/
+302
*
IB/ehca: Make symbols used only in a single source file static
Roland Dreier
2008-04-16
3
-16
/
+15
*
RDMA/nes: Make symbols used only in a single source file static
Roland Dreier
2008-04-16
7
-97
/
+88
*
RDMA/nes: Use proper format and cast to print dma_addr_t
Roland Dreier
2008-04-16
1
-8
/
+8
*
RDMA/nes: Remove unused nes_netdev_exit() function
Roland Dreier
2008-04-16
2
-23
/
+0
*
RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device()
Roland Dreier
2008-04-16
1
-3
/
+0
*
IB/uverbs: Use alloc_file() instead of get_empty_filp()
Roland Dreier
2008-04-16
1
-12
/
+7
*
IB/uverbs: Don't store struct file * for event files
Roland Dreier
2008-04-16
2
-7
/
+6
*
mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enums
Roland Dreier
2008-04-16
1
-6
/
+8
*
RDMA/amso1100: Endian annotate mqsq allocator
Roland Dreier
2008-04-16
2
-8
/
+8
*
RDMA/amso1100: Start of endianness annotation
Roland Dreier
2008-04-16
8
-160
/
+166
*
RDMA/nes: Delete unused variables
Roland Dreier
2008-04-16
2
-16
/
+0
*
RDMA/nes: Trivial endianness annotations
Roland Dreier
2008-04-16
1
-2
/
+2
*
RDMA/ucma: Endian annotation
Roland Dreier
2008-04-16
1
-1
/
+1
*
IB/cm: Endianness annotations
Roland Dreier
2008-04-16
1
-19
/
+44
*
IB/mlx4: Endianness annotations
Roland Dreier
2008-04-16
1
-2
/
+2
*
IB/ipath: Fix sparse warning about shadowed symbol
Roland Dreier
2008-04-16
1
-4
/
+4
*
IB/ipath: Fix sparse warning about pointer signedness
Arthur Jones
2008-04-16
2
-3
/
+3
*
RDMA/cxgb3: IDR IDs are signed
Roland Dreier
2008-04-16
1
-1
/
+1
*
RDMA/amso1100: Don't use 0UL as a NULL pointer
Roland Dreier
2008-04-16
1
-5
/
+5
*
IB/mlx4: Convert "if(foo)" to "if (foo)"
Roland Dreier
2008-04-16
1
-1
/
+1
*
IB/mthca: Formatting cleanups
Roland Dreier
2008-04-16
6
-11
/
+11
*
trivial endianness annotations: infiniband core
Al Viro
2008-03-30
3
-17
/
+17
*
RDMA/cxgb3: Program hardware IRD with correct value
Roland Dreier
2008-03-28
1
-1
/
+1
*
RDMA/nes: Fix MSS calculation on RDMA path
Chien Tung
2008-03-21
1
-1
/
+2
*
IPoIB: Allocate priv->tx_ring with vmalloc()
Roland Dreier
2008-03-12
2
-7
/
+10
*
IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()
Roland Dreier
2008-03-11
1
-0
/
+1
*
IPoIB: Don't drop multicast sends when they can be queued
Or Gerlitz
2008-03-11
1
-1
/
+1
*
IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packets
Patrick Marchand Latifi
2008-03-11
1
-0
/
+4
*
IB/ipath: Fix error completion put on send CQ instead of recv CQ
Patrick Marchand Latifi
2008-03-11
1
-1
/
+1
*
IB/ipath: Fix RC QP initialization
Patrick Marchand Latifi
2008-03-11
1
-4
/
+5
*
IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()
Patrick Marchand Latifi
2008-03-11
1
-1
/
+1
*
IB/ipath: Fix IB compliance problems with link state vs physical state
Ralph Campbell
2008-03-11
5
-22
/
+18
*
RDMA/iwcm: Don't access a cm_id after dropping reference
Steve Wise
2008-03-10
1
-2
/
+3
*
IB/iser: Handle iser_device allocation error gracefully
Arne Redlich
2008-03-10
1
-4
/
+9
*
IB/iser: Fix list iteration bug
Arne Redlich
2008-03-10
1
-20
/
+16
*
RDMA/cxgb3: Fix iwch_create_cq() off-by-one error
Jon Mason
2008-03-09
1
-1
/
+1
*
RDMA/cxgb3: Return correct max_inline_data when creating a QP
Jon Mason
2008-02-29
1
-0
/
+3
*
IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()
Pete Wyckoff
2008-02-29
1
-1
/
+16
*
Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"
Pete Wyckoff
2008-02-29
1
-15
/
+6
*
IB/cm: Flush workqueue when removing device
Sean Hefty
2008-02-29
1
-1
/
+2
*
RDMA/nes: Fix interrupt moderation low threshold
John Lacombe
2008-02-26
2
-9
/
+6
*
RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endian
Faisal Latif
2008-02-26
2
-4
/
+21
*
RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()
Faisal Latif
2008-02-26
1
-0
/
+1
*
RDMA/nes: Fix use-after-free in nes_create_cq()
Glenn Streiff
2008-02-26
1
-3
/
+0
[next]