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
/
hw
/
nes
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/nes: CM connection setup/teardown rework
Faisal Latif
2008-07-24
5
-929
/
+1156
*
RDMA/core: Add local DMA L_Key support
Steve Wise
2008-07-14
1
-1
/
+1
*
RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()
Roland Dreier
2008-07-14
6
-23
/
+19
*
RDMA/nes: Encapsulate logic nes_put_cqp_request()
Roland Dreier
2008-07-14
4
-211
/
+66
*
RDMA/nes: Remove unnecessary memset()
Christophe Jaillet
2008-07-14
1
-1
/
+0
*
RDMA/nes: Fix off-by-one in nes_reg_user_mr() error path
Roland Dreier
2008-06-10
1
-3
/
+1
*
RDMA/nes: Fix up nes_lro_max_aggr module parameter
Roland Dreier
2008-05-13
3
-6
/
+5
*
RDMA/nes: Formatting cleanup
Glenn Streiff
2008-04-29
5
-102
/
+109
*
RDMA/nes: Add support for SFP+ PHY
Eric Schneider
2008-04-29
5
-64
/
+259
*
RDMA/nes: Use LRO
Faisal Latif
2008-04-29
6
-12
/
+70
*
IB: expand ib_umem_get() prototype
Arthur Kepner
2008-04-29
1
-1
/
+1
*
RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbase
Roland Dreier
2008-04-23
2
-2
/
+8
*
RDMA/nes: Fix adapter reset after PXE boot
Chien Tung
2008-04-23
2
-13
/
+13
*
RDMA/nes: Print IPv4 addresses in a readable format
Roland Dreier
2008-04-23
3
-9
/
+13
*
RDMA/nes: Use print_mac() to format ethernet addresses for printing
Roland Dreier
2008-04-23
3
-21
/
+15
*
RDMA/nes: Remove unneeded function declarations
Roland Dreier
2008-04-21
2
-15
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2008-04-21
1
-22
/
+26
|
\
|
*
IB: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-22
/
+26
*
|
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
|
/
*
RDMA/nes: Free IRQ before killing tasklet
Roland Dreier
2008-04-16
1
-2
/
+2
*
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
2008-04-16
1
-1
/
+1
*
IB/core: Add creation flags to struct ib_qp_init_attr
Eli Cohen
2008-04-16
1
-0
/
+3
*
RDMA/nes: Use more concise list_for_each_entry()
Robert P. J. Day
2008-04-16
1
-6
/
+2
*
RDMA/nes: Remove session_id from nes_cm stuff
Roland Dreier
2008-04-16
2
-9
/
+0
*
IB: Replace remaining __FUNCTION__ occurrences with __func__
Harvey Harrison
2008-04-16
7
-23
/
+23
*
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
*
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/nes: Fix MSS calculation on RDMA path
Chien Tung
2008-03-21
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
*
RDMA/nes: Fix a check-after-use in nes_probe()
Adrian Bunk
2008-02-26
1
-1
/
+1
*
RDMA/nes: Fix a memory leak in schedule_nes_timer()
Adrian Bunk
2008-02-26
1
-2
/
+2
*
RDMA/nes: Fix off-by-one
Adrian Bunk
2008-02-25
1
-1
/
+1
*
RDMA/nes: Resurrect error path dead code
Chien Tung
2008-02-25
1
-2
/
+3
*
RDMA/nes: Fix possible array overrun
Roland Dreier
2008-02-18
1
-1
/
+1
*
RDMA/nes: Fix VLAN support
Chien Tung
2008-02-16
1
-2
/
+8
*
RDMA/nes: Fix MAC interrupt erroneously masked on ifdown
Glenn Streiff
2008-02-15
1
-16
/
+36
*
RDMA/nes: Add a driver for NetEffect RNICs
Glenn Streiff
2008-02-04
14
-0
/
+16549