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
/
core
/
mad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required
Ira Weiny
1
-0
/
+7
2010-10-13
IB/mad: IBoE supports only QP1 (no QP0)
Eli Cohen
1
-4
/
+23
2010-05-23
IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size static
Roland Dreier
1
-2
/
+2
2010-05-15
IB/core: Use kmemdup() instead of kmalloc()+memcpy()
Julia Lawall
1
-3
/
+1
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
IB/mad: Ignore iWARP devices on device removal
Steve Wise
1
-0
/
+3
2010-03-06
infiniband: use for_each_set_bit()
Akinobu Mita
1
-16
/
+5
2009-09-10
Merge branch 'mad' into for-linus
Roland Dreier
1
-8
/
+23
2009-09-07
IB/mad: Allow tuning of QP0 and QP1 sizes
Hal Rosenstock
1
-5
/
+20
2009-09-07
IB/mad: Fix possible lock-lock-timer deadlock
Roland Dreier
1
-3
/
+3
2009-09-05
IB: Use DEFINE_SPINLOCK() for static spinlocks
Roland Dreier
1
-5
/
+1
2009-03-03
IB/mad: Fix ib_post_send_mad() returning 0 with no generate send comp
Ralph Campbell
1
-6
/
+6
2009-02-27
IB/mad: initialize mad_agent_priv before putting on lists
Ralph Campbell
1
-11
/
+10
2009-02-27
IB/mad: Fix null pointer dereference in local_completions()
Ralph Campbell
1
-3
/
+4
2008-10-14
IB/mad: Use krealloc() to resize snoop table
Roland Dreier
1
-9
/
+5
2008-09-20
IB/mad: Don't discard BMA responses in kernel
Michael Brooks
1
-3
/
+2
2008-05-23
IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED
Dave Olson
1
-1
/
+3
2008-01-25
IB/mad: Fix incorrect access to items on local_list
Sean Hefty
1
-2
/
+0
2008-01-25
IB/mad: Report number of times a mad was retried
Sean Hefty
1
-2
/
+7
2008-01-25
IB/mad: Enable loopback of DR SMP responses from userspace
Steve Welch
1
-3
/
+3
2008-01-25
IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()
Ralph Campbell
1
-9
/
+0
2007-08-03
IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()
Hal Rosenstock
1
-6
/
+5
2007-08-03
IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()
Hal Rosenstock
1
-6
/
+8
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+0
2007-07-09
IB/mad: Enhance SMI for switch support
Hal Rosenstock
1
-9
/
+41
2007-05-06
IB: Add CQ comp_vector support
Michael S. Tsirkin
1
-1
/
+1
2007-04-24
IB/mad: Change SMI to use enums rather than magic return codes
Hal Rosenstock
1
-15
/
+19
2007-02-04
IB: Return qp pointer as part of ib_wc
Michael S. Tsirkin
1
-4
/
+7
2006-12-12
IB/core: Use the new verbs DMA mapping functions
Ralph Campbell
1
-46
/
+44
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-1
/
+1
2006-11-29
IB: Convert kmem_cache_t -> struct kmem_cache
Roland Dreier
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-12
/
+13
2006-11-13
IB/mad: Fix race between cancel and receive completion
Roland Dreier
1
-1
/
+1
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
1
-4
/
+1
2006-09-22
RDMA: iWARP Core Changes.
Tom Tucker
1
-2
/
+5
2006-09-22
IB: Whitespace fixes
Roland Dreier
1
-6
/
+6
2006-07-24
IB/mad: Validate MADs for spec compliance
Sean Hefty
1
-10
/
+12
2006-06-26
[PATCH] drivers: use list_move()
Akinobu Mita
1
-6
/
+3
2006-06-17
IB/mad: Check GID/LID when matching requests
Jack Morgenstein
1
-31
/
+63
2006-06-17
IB: Make needlessly global ib_mad_cache static
Roland Dreier
1
-2
/
+1
2006-05-12
IB: refcount race fixes
Sean Hefty
1
-22
/
+25
2006-04-19
IB/mad: Fix RMPP version check during agent registration
Hal Rosenstock
1
-4
/
+1
2006-04-02
IB/mad: fix oops in cancel_mads
Michael S. Tsirkin
1
-1
/
+1
2006-03-30
IB/mad: RMPP support for additional classes
Hal Rosenstock
1
-5
/
+49
2006-03-30
IB/mad: include GID/class when matching receives
Jack Morgenstein
1
-6
/
+52
2006-03-20
IB/mad: Fix oopsable race on device removal
Michael S. Tsirkin
1
-7
/
+14
2006-03-20
IB/umad: Add support for large RMPP transfers
Jack Morgenstein
1
-31
/
+135
2006-03-20
IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp()
Ralph Campbell
1
-5
/
+3
2006-02-03
IB/mad: Handle DR SMPs with a LID routed part
Ralph Campbell
1
-1
/
+9
2005-11-27
[PATCH] drivers/infiniband/core/mad.c: fix use-after-release case
Adrian Bunk
1
-2
/
+2
[next]