Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
548ead17442f13bdaa679e222ee2fd186e32301d
/
drivers
/
infiniband
/
core
/
mad.c
548ead1
IB/mad: Add partial Intel OPA MAD support
by Ira Weiny
· 9 years ago
4cd7c94
IB/mad: Add support for additional MAD info to/from drivers
by Ira Weiny
· 9 years ago
c9082e5
IB/mad: Convert allocations from kmem_cache to kzalloc
by Ira Weiny
· 9 years ago
337877a
IB/core: Add ability for drivers to report an alternate MAD size.
by Ira Weiny
· 9 years ago
da2dfaa
IB/mad: Support alternate Base Versions when creating MADs
by Ira Weiny
· 9 years ago
e11ae8a
IB/mad: Split IB SMI handling from MAD Recv handler
by Ira Weiny
· 9 years ago
83a1d22
IB/mad cleanup: Generalize processing of MAD data
by Ira Weiny
· 9 years ago
d94bd26
IB/mad cleanup: Clean up function params -- find_mad_agent
by Ira Weiny
· 9 years ago
8e37210
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
by Matan Barak
· 9 years ago
175e8ef
Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2
by Doug Ledford
· 9 years ago
f766c58
IB/mad: Add const qualifiers to query only functions
by Ira Weiny
· 10 years ago
8bf4b30
IB/mad: Clean up rcv_has_same_class
by Ira Weiny
· 10 years ago
9690930
IB/mad: Change ib_response_mad signature arguments
by Ira Weiny
· 10 years ago
77f6083
IB/mad: Change validate_mad signature arguments
by Ira Weiny
· 10 years ago
c597eee
IB/mad: Rename is_data_mad to is_rmpp_data_mad
by Ira Weiny
· 10 years ago
29541e3
IB/Verbs: Use management helper rdma_cap_ib_smi()
by Michael Wang
· 10 years ago
c757dea
IB/Verbs: Use management helper rdma_cap_ib_mad()
by Michael Wang
· 10 years ago
827f2a8
IB/Verbs: Reform IB-core mad/agent/user_mad
by Michael Wang
· 10 years ago
1471cb6
IB/mad: Add user space RMPP support
by Ira Weiny
· 10 years ago
0f29b46
IB/mad: add new ioctl to ABI to support new registration options
by Ira Weiny
· 10 years ago
9ad13a4
IB/mad: Add dev_notice messages for various umad/mad registration failures
by Ira Weiny
· 10 years ago
7ef5d4b
IB/mad: Update module to [pr|dev]_* style print messages
by Ira Weiny
· 10 years ago
2c34e68
IB/mad: Check and handle potential DMA mapping errors
by Yan Burman
· 11 years ago
ef5ed41
IB/core: Create QP1 using the pkey index which contains the default pkey
by Jack Morgenstein
· 11 years ago
136b572
workqueue: deprecate __cancel_delayed_work()
by Tejun Heo
· 12 years ago
e7c2f96
workqueue: use mod_delayed_work() instead of __cancel + queue
by Tejun Heo
· 12 years ago
a9e7432
IB/mad: Don't send response for failed MADs
by Jack Morgenstein
· 13 years ago
840777d
IB/mad: Set 'D' bit in response for unhandled MADs
by Jack Morgenstein
· 13 years ago
0b30704
IB/mad: Return error response for unsupported MADs
by Swapna Thete
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
e4dd23d
infiniband: Fix up module files that need to include module.h
by Paul Gortmaker
· 13 years ago
b7ab0b1
IB/mad: Verify mgmt class in received MADs
by Hefty, Sean
· 13 years ago
c8367c4
IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required
by Ira Weiny
· 13 years ago
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
Next »