index
:
~jsimmons/drm-openchrome
drm-next
VIA Openchrome drm kernel merge branch
jsimmons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
nes
/
nes_verbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-30
RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq()
Dan Carpenter
1
-1
/
+2
2013-02-21
IB/core: Add "type 2" memory windows support
Shani Michaeli
1
-8
/
+11
2012-12-08
RDMA/nes: Fix for crash when registering zero length MR for CQ
Tatyana Nikolova
1
-0
/
+5
2012-12-08
RDMA/nes: Fix for terminate timer crash
Tatyana Nikolova
1
-1
/
+3
2012-10-03
RDMA/nes: Remove unnecessary if-else statement
Tatyana Nikolova
1
-12
/
+3
2012-10-03
RDMA/nes: Add missing break to switch.
Tatyana Nikolova
1
-0
/
+1
2012-09-30
RDMA/nes: Print hardware resource type
Tatyana Nikolova
1
-7
/
+7
2012-03-05
IB: Use central enum for speed instead of hard-coded values
Or Gerlitz
1
-1
/
+1
2012-01-30
RDMA/nes: Copyright update
Tatyana Nikolova
1
-1
/
+1
2012-01-27
RDMA/nes: Fix fast memory registration opcode
Tatyana Nikolova
1
-1
/
+1
2012-01-27
RDMA/nes: Fix fast memory registration length
Tatyana Nikolova
1
-0
/
+2
2011-10-10
RDMA/nes: Support for Packed And Unaligned fpdus
Faisal Latif
1
-2
/
+1
2011-10-06
RDMA/nes: Add missing calls to ib_umem_release()
Julia Lawall
1
-1
/
+4
2011-07-18
RDMA: Allow for NULL .modify_device() and .modify_port() methods
Bart Van Assche
1
-11
/
+0
2011-05-09
RDMA/iwcm: Get rid of enum iw_cm_event_status
Roland Dreier
1
-1
/
+1
2011-01-16
RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE events
Maciej Sosnowski
1
-1
/
+36
2010-10-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-7
/
+9
2010-10-12
net: percpu net_device refcount
Eric Dumazet
1
-2
/
+2
2010-10-06
RDMA/nes: Report correct port state if interface is down
Chien Tung
1
-1
/
+3
2010-09-27
RDMA/nes: Fix cast-to-pointer warnings on 32-bit
Roland Dreier
1
-6
/
+6
2010-08-04
RDMA/nes: Get rid of "set but not used" variables
Roland Dreier
1
-4
/
+1
2010-08-04
RDMA/nes: Read firmware version from correct place
Miroslaw Walukiewicz
1
-1
/
+1
2010-08-04
RDMA/nes: Fix two sparse warnings
Or Gerlitz
1
-1
/
+1
2010-07-28
RDMA/nes: Fix hangs on ifdown
Faisal Latif
1
-0
/
+12
2010-05-21
IB/core: Allow device-specific per-port sysfs files
Ralph Campbell
1
-1
/
+1
2010-04-21
RDMA/nes: Make unnecessarily global functions static
Roland Dreier
1
-1
/
+1
2010-04-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-5
/
+4
2010-04-07
RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()
Chien Tung
1
-5
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-11
RDMA/nes: Set assume_aligned_header bit
Faisal Latif
1
-0
/
+1
2010-02-19
RDMA/nes: Change WQ overflow return code
Or Gerlitz
1
-3
/
+3
2009-12-09
RDMA/nes: Free kmap() resources
Faisal Latif
1
-2
/
+8
2009-12-09
RDMA/nes: Check for zero STag
Faisal Latif
1
-3
/
+0
2009-12-09
RDMA/nes: Fix query of ORD values
Faisal Latif
1
-4
/
+4
2009-12-09
RDMA/nes: Update copyright and branding string
Chien Tung
1
-1
/
+1
2009-12-09
RDMA/nes: Add max_cqe check to nes_create_cq()
Chien Tung
1
-1
/
+4
2009-12-09
RDMA/nes: Clean up struct nes_qp
Chien Tung
1
-6
/
+0
2009-12-09
RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension
Chien Tung
1
-2
/
+4
2009-12-09
RDMA/nes: Correct fast memory registration implementation
Chien Tung
1
-288
/
+269
2009-12-09
RDMA/nes: Add support for IB_WR_*INV
Chien Tung
1
-90
/
+113
2009-12-09
RDMA/nes: In nes_post_recv() always set bad_wr on error
Frank Zago
1
-2
/
+5
2009-12-09
RDMA/nes: In nes_post_send() always set bad_wr on error
Frank Zago
1
-2
/
+8
2009-09-05
RDMA/nes: Map MTU to IB_MTU_* and correctly report link state
Chien Tung
1
-3
/
+20
2009-09-05
RDMA/nes: Use the flush code to fill in cqe error
Don Wood
1
-1
/
+10
2009-09-05
RDMA/nes: Make poll_cq return correct number of wqes during flush
Don Wood
1
-21
/
+40
2009-09-05
RDMA/nes: Implement Terminate Packet
Don Wood
1
-2
/
+24
2009-09-05
RDMA/nes: Clean out CQ completions when QP is destroyed
Don Wood
1
-39
/
+80
2009-06-22
RDMA/nes: Fix max_qp_init_rd_atom returned from query device
Faisal Latif
1
-1
/
+1
2009-04-27
RDMA/nes: Fix fw_ver in /sys
Chien Tung
1
-4
/
+3
2009-04-21
RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()
Miroslaw Walukiewicz
1
-1
/
+25
[next]