Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cb771838715b1c470bc5735bdae709b33b18e0ad
/
drivers
/
infiniband
/
core
/
mad.c
fac70d5
IB/mad: IBoE supports only QP1 (no QP0)
by Eli Cohen
· 14 years ago
1693395
IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size static
by Roland Dreier
· 14 years ago
9893e74
IB/core: Use kmemdup() instead of kmalloc()+memcpy()
by Julia Lawall
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
070e140
IB/mad: Ignore iWARP devices on device removal
by Steve Wise
· 15 years ago
19b629f
infiniband: use for_each_set_bit()
by Akinobu Mita
· 15 years ago
73f526d
Merge branch 'mad' into for-linus
by Roland Dreier
· 15 years ago
b76aabc
IB/mad: Allow tuning of QP0 and QP1 sizes
by Hal Rosenstock
· 15 years ago
6b2eef8
IB/mad: Fix possible lock-lock-timer deadlock
by Roland Dreier
· 15 years ago
6276e08
IB: Use DEFINE_SPINLOCK() for static spinlocks
by Roland Dreier
· 15 years ago
4780c19
IB/mad: Fix ib_post_send_mad() returning 0 with no generate send comp
by Ralph Campbell
· 16 years ago
d9620a4
IB/mad: initialize mad_agent_priv before putting on lists
by Ralph Campbell
· 16 years ago
1d9bc6d6
IB/mad: Fix null pointer dereference in local_completions()
by Ralph Campbell
· 16 years ago
52805174
IB/mad: Use krealloc() to resize snoop table
by Roland Dreier
· 16 years ago
7097228
IB/mad: Don't discard BMA responses in kernel
by Michael Brooks
· 16 years ago
5a4f2b67
IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED
by Dave Olson
· 16 years ago
b61d92d
IB/mad: Fix incorrect access to items on local_list
by Sean Hefty
· 17 years ago
4fc8cd4
IB/mad: Report number of times a mad was retried
by Sean Hefty
· 17 years ago
727792d
IB/mad: Enable loopback of DR SMP responses from userspace
by Steve Welch
· 17 years ago
3828ff4
IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()
by Ralph Campbell
· 17 years ago
86dfbec
IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()
by Hal Rosenstock
· 17 years ago
445d680
IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()
by Hal Rosenstock
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
1bae4db
IB/mad: Enhance SMI for switch support
by Hal Rosenstock
· 17 years ago
f4fd0b2
IB: Add CQ comp_vector support
by Michael S. Tsirkin
· 18 years ago
de493d4
IB/mad: Change SMI to use enums rather than magic return codes
by Hal Rosenstock
· 18 years ago
062dbb6
IB: Return qp pointer as part of ib_wc
by Michael S. Tsirkin
· 18 years ago
1527106
IB/core: Use the new verbs DMA mapping functions
by Ralph Campbell
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
e54f818
IB: Convert kmem_cache_t -> struct kmem_cache
by Roland Dreier
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
3979869
IB/mad: Fix race between cancel and receive completion
by Roland Dreier
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
3cd9656
IB: Whitespace fixes
by Roland Dreier
· 18 years ago
2527e68
IB/mad: Validate MADs for spec compliance
by Sean Hefty
· 18 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 18 years ago
9874e74
IB/mad: Check GID/LID when matching requests
by Jack Morgenstein
· 18 years ago
403a496
IB: Make needlessly global ib_mad_cache static
by Roland Dreier
· 18 years ago
1b52fa98
IB: refcount race fixes
by Sean Hefty
· 19 years ago
64cb9c6
IB/mad: Fix RMPP version check during agent registration
by Hal Rosenstock
· 19 years ago
37289ef
IB/mad: fix oops in cancel_mads
by Michael S. Tsirkin
· 19 years ago
618a3c0
IB/mad: RMPP support for additional classes
by Hal Rosenstock
· 19 years ago
fa9656b
IB/mad: include GID/class when matching receives
by Jack Morgenstein
· 19 years ago
dc05980
IB/mad: Fix oopsable race on device removal
by Michael S. Tsirkin
· 19 years ago
f36e179
IB/umad: Add support for large RMPP transfers
by Jack Morgenstein
· 19 years ago
5e9f71a
IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp()
by Ralph Campbell
· 19 years ago
8cf3f04
IB/mad: Handle DR SMPs with a LID routed part
by Ralph Campbell
· 19 years ago
2012a11
[PATCH] drivers/infiniband/core/mad.c: fix use-after-release case
by Adrian Bunk
· 19 years ago
6044ec8
[PATCH] kfree cleanup: misc remaining drivers
by Jesper Juhl
· 19 years ago
de6eb66
[IB] kzalloc() conversions
by Roland Dreier
· 19 years ago
34816ad
[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped
by Sean Hefty
· 19 years ago
4ab6fb7
[IB] Fix leak on MAD initialization failure
by Roland Dreier
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
5dd2ce1
[PATCH] IB: Fix ib_mad_thread_completion_handler declaration
by Hal Rosenstock
· 19 years ago
97f52eb
[PATCH] IB: sparse endianness cleanup
by Sean Hefty
· 19 years ago
fa619a7
[PATCH] IB: Add RMPP implementation
by Hal Rosenstock
· 19 years ago
d2082ee
[PATCH] IB: Introduce RMPP APIs
by Hal Rosenstock
· 19 years ago
cabe3cb
[PATCH] IB: Fix a couple of MAD code paths
by Hal Rosenstock
· 19 years ago
29bb33d
[PATCH] IB: Optimize canceling a MAD
by Hal Rosenstock
· 19 years ago
03b61ad
[PATCH] IB: Add ib_modify_mad API to MAD
by Hal Rosenstock
· 19 years ago
2c153b9
[PATCH] IB: Eliminate MAD cache leak associated with local completions
by Hal Rosenstock
· 19 years ago
dbf9227
[PATCH] IB: Simplify calling of list_del in MAD
by Hal Rosenstock
· 19 years ago
f75b7a5
[PATCH] IB: Add automatic retries to MAD layer
by Hal Rosenstock
· 19 years ago
df9f9ea
[PATCH] IB: Add ib_coalesce_recv_mad to MAD
by Hal Rosenstock
· 19 years ago
f68bcc2
[PATCH] IB: Minor cleanup during MAD startup and shutdown
by Hal Rosenstock
· 19 years ago
6a0c435
[PATCH] IB: Fix timeout/cancelled MAD handling
by Hal Rosenstock
· 19 years ago
d760ce8
[PATCH] IB: Change ib_mad_send_wr_private struct
by Hal Rosenstock
· 19 years ago
f8197a4
[PATCH] IB: Change saving of user's send wr_id in MAD
by Hal Rosenstock
· 19 years ago
4a0754f
[PATCH] IB: Combine some MAD routines
by Hal Rosenstock
· 19 years ago
824c8ae
[PATCH] IB: Add MAD helper functions
by Hal Rosenstock
· 19 years ago
b82cab6
[PATCH] IB: Update MAD client API
by Hal Rosenstock
· 19 years ago
79b61dc
[PATCH] IB: Remove incorrect comments
by Hal Rosenstock
· 20 years ago
dfe7cc7
[PATCH] IB: remove unneeded includes
by Hal Rosenstock
· 20 years ago
24239af
[PATCH] IB: Keep MAD work completion valid
by Sean Hefty
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago