Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
85eb226c446a017996859093cbfb5d3ae2c2117a
/
drivers
/
infiniband
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
2d3c0b7
[PATCH] missing include in infiniband
by Al Viro
· 19 years ago
4cce339
[IB] fix up class_device_create() calls
by Roland Dreier
· 19 years ago
a4da062
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Roland Dreier
· 19 years ago
70a30e1
[IB] uverbs: Fix device lifetime problems
by Roland Dreier
· 19 years ago
a74968f
[IB] umad: Fix device lifetime problems
by Roland Dreier
· 19 years ago
1993d68
[IPoIB] Drop RX packets when out of memory
by Roland Dreier
· 19 years ago
6fbfddc
Merge ../bleed-2.6
by Greg KH
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
87b750d
[PATCH] gfp_t: drivers/infiniband
by Al Viro
· 19 years ago
cb0f091
[IB] ib_umad: various cleanups
by Sean Hefty
· 19 years ago
089a1be
[IB] ib_umad: fix crash when freeing send buffers
by Roland Dreier
· 19 years ago
3d155f8
[IB] mthca: first pass at catastrophic error reporting
by Roland Dreier
· 19 years ago
7cc656e
[IB] simplify mad_rmpp.c:alloc_response_msg()
by Roland Dreier
· 19 years ago
547e309
[IB] mthca: correct modify QP attribute masks for UC
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
ae7971a
[IB] CM: Fix initialization of QP attributes for UC QPs.
by Sean Hefty
· 19 years ago
ec329a1
Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c)
by Roland Dreier
· 19 years ago
5d7edb3
[IB] Add idr_destroy() calls on module unload
by Roland Dreier
· 19 years ago
75eeec2
[PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()
by Roland Dreier
· 19 years ago
c8e0ca6
[IB] mthca: Always re-arm EQs in mthca_tavor_interrupt()
by Roland Dreier
· 19 years ago
bbf2078
[IB] user_mad: Use class_device.devt
by Roland Dreier
· 19 years ago
2e0c512
[IB] user_mad: trivial coding style fixes
by Roland Dreier
· 19 years ago
3910f44
[IB] cm: Add missing break in switch
by Roland Dreier
· 19 years ago
7150bf8
[IB] mthca: Don't enter QP into MCG more than once.
by Jack Morgenstein
· 19 years ago
ba8e931
[IB] Fail sysfs queries after device is unregistered
by Roland Dreier
· 19 years ago
d476306
[IB] mthca: Add struct pci_driver.owner field
by Roland Dreier
· 19 years ago
c6f5cb7
[IB] mthca: Use enum in mthca_alloc_db() prototype
by Roland Dreier
· 19 years ago
4b2d319
[IPoIB] Improve ipoib_timeout() output
by Roland Dreier
· 19 years ago
762a03e
[IB] ucm: quiet sparse warnings
by Roland Dreier
· 19 years ago
07d357d
[IB] CM: bind IDs to a specific device
by Sean Hefty
· 19 years ago
595e726
[IB] merge ucm.h into ucm.c
by Sean Hefty
· 19 years ago
67cdb40
[IB] uverbs: Implement more commands
by Roland Dreier
· 19 years ago
883a99c
[IB] uverbs: Add a mask of device methods allowed for userspace
by Roland Dreier
· 19 years ago
56c202d
[IB] fail SA queries if device initialization failed
by Roland Dreier
· 19 years ago
305a7e8
[IB] uverbs: unlock correctly in error paths
by Roland Dreier
· 19 years ago
5b6810e
[IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup
by Roland Dreier
· 19 years ago
efaae8f
[IB] mthca: Better limit checking and reporting
by Jack Morgenstein
· 19 years ago
4ab6fb7
[IB] Fix leak on MAD initialization failure
by Roland Dreier
· 19 years ago
e23d6d2
[IB] mthca: detect SRQ overflow
by Roland Dreier
· 19 years ago
90f104d
[IB] mthca: SRQ limit reached events
by Roland Dreier
· 19 years ago
116c007
[IB] Check port number in ib_query_port()/ib_modify_port()
by Roland Dreier
· 19 years ago
f575394
[IB] uverbs: reject invalid memory registration permission flags
by Roland Dreier
· 19 years ago
9825051e
[IB] mthca: Fill in more fields in query_port method
by Jack Morgenstein
· 19 years ago
274c089
[IB] uverbs: Add device-specific ABI version attribute
by Roland Dreier
· 19 years ago
eb9d3cd
[IB] uverbs: Fix up resource creation error paths
by Roland Dreier
· 19 years ago
6b73597e
[IB] uverbs: ABI-breaking fixes for userspace verbs
by Roland Dreier
· 19 years ago
33033b79
[IB] mthca: Report correct atomic capability
by Jack Morgenstein
· 19 years ago
0c33aee
[IB] Add checks to multicast attach and detach
by Jack Morgenstein
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
aba7a22
[IB] mthca: Fix memory leak on device close
by Michael S. Tsirkin
· 19 years ago
d70ed60
[IPoIB] Rename IPoIB's path_lookup() to avoid name clashes
by Roland Dreier
· 19 years ago
a1c337a
[IB] mthca: fix hw_ver value returned from mthca_query_device
by Jack Morgenstein
· 19 years ago
f02b16b
[IB] mthca: Round up number of slots in HCA context memory table
by Michael S. Tsirkin
· 19 years ago
63c47c2
[IB] uverbs: Close some exploitable races
by Roland Dreier
· 19 years ago
44dd823
[IB] mthca: Fix off by one bug in mthca_map_cmd
by Michael S. Tsirkin
· 19 years ago
f7ed3a5
[IB] mthca: fix off by one in clr_int calculation
by Michael S. Tsirkin
· 19 years ago
018771f
[IB] mthca: Fix doorbell record resource leak
by Roland Dreier
· 19 years ago
f2065e4
[IB] Fix RMPP receive length calculation
by Hal Rosenstock
· 19 years ago
972d512
[IB] Add MAD data field size definitions
by Sean Hefty
· 19 years ago
71eea47
[PATCH] IB/mthca: Fix device removal memory leak
by Michael S. Tsirkin
· 19 years ago
8d2cae0
[PATCH] IPoIB: Don't flush workqueue from within workqueue
by Roland Dreier
· 19 years ago
eff4c65
[PATCH] IB: Fix data length for RMPP SA sends
by Hal Rosenstock
· 19 years ago
6577ae5
[PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs
by Roland Dreier
· 19 years ago
3853194
[PATCH] IB/mthca: Fix posting work requests to shared receive queues
by Roland Dreier
· 19 years ago
c915033
[PATCH] IB/mthca: Initialize eq->nent before we use it
by Roland Dreier
· 19 years ago
ce5b65c
[PATCH] IPoIB: Fix SA client retransmission strategy
by Hal Rosenstock
· 19 years ago
d6cff02
[PATCH] IB/mthca: fix posting of first work request
by Roland Dreier
· 19 years ago
bb4a7f0
[PATCH] IB/mthca: assign ACK timeout field correctly
by Roland Dreier
· 19 years ago
51574e0
[PATCH] IPoIB: fix module removal race
by Michael S. Tsirkin
· 19 years ago
9fe66df
Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
1b205c2
[PATCH] IB: fix CM use-after-free
by Roland Dreier
· 19 years ago
354ba39
[PATCH] IB CM: support CM redir
by John Kingman
· 19 years ago
63aaf64
Make sure that userspace does not retrieve stale asynchronous or
by Roland Dreier
· 19 years ago
fbed8ee
[PATCH] IB: Move SA attributes to ib_sa.h
by Hal Rosenstock
· 19 years ago
982245f
[PATCH] PCI: remove CONFIG_PCI_NAMES
by Adrian Bunk
· 19 years ago
82ca76b
[PATCH] drivers: convert kcalloc to kzalloc
by Pekka Enberg
· 19 years ago
17781cd
[PATCH] IB: clean up user access config options
by James Lentini
· 19 years ago
b5dcbf4
[PATCH] IB: RMPP fixes
by Hal Rosenstock
· 19 years ago
30a7e8e
[PATCH] IB: Initialize qp->wait
by Michael S. Tsirkin
· 19 years ago
c9fe2b3
[PATCH] IB: really reset QPs
by Roland Dreier
· 19 years ago
0b2b35f
[PATCH] IB: Add user-supplied context to userspace CM ABI
by Sean Hefty
· 19 years ago
1d6801f9
[PATCH] IB/sa_query: avoid unnecessary list scan
by Michael S. Tsirkin
· 19 years ago
06c56e4
[PATCH] IPoIB: fix memory leak
by Michael S. Tsirkin
· 19 years ago
a4d61e8
[PATCH] IB: move include files to include/rdma
by Roland Dreier
· 19 years ago
1ad62a1
[PATCH] IPoIB: Fix device removal race
by Michael S. Tsirkin
· 19 years ago
fe9e08e
[PATCH] IB: Add handling for ABORT and STOP RMPP MADs.
by Sean Hefty
· 19 years ago
b9ef520
[PATCH] IB: fix userspace CM deadlock
by Sean Hefty
· 19 years ago
4ce0593
[PATCH] IPoIB: Set full membership bit in P_Keys
by Roland Dreier
· 19 years ago
ec34a92
[PATCH] IB/mthca: Add SRQ implementation
by Roland Dreier
· 19 years ago
d20a401
[PATCH] IB/mthca: Handle context tables smaller than our chunk size
by Roland Dreier
· 19 years ago
c04bc3d
[PATCH] IB/mthca: Move WQE structures into their own header
by Roland Dreier
· 19 years ago
288bdeb
[PATCH] IB/mthca: Simplify handling of completions with error
by Roland Dreier
· 19 years ago
87b8167
[PATCH] IB/mthca: Factor out common queue alloc code
by Roland Dreier
· 19 years ago
f520ba5
[PATCH] IB: userspace SRQ support
by Roland Dreier
· 19 years ago
d41fcc6
[PATCH] IB: Add SRQ support to midlayer
by Roland Dreier
· 19 years ago
d1887ec
[PATCH] IB/mthca: Report correct max_msg_sz
by Roland Dreier
· 19 years ago
da6561c
[PATCH] IB/mthca: Use correct port width capability value
by Roland Dreier
· 19 years ago
2aeba9a
[PATCH] IB: Remove unnecessary includes of <linux/version.h>
by Olaf Hering
· 19 years ago
5dd2ce1
[PATCH] IB: Fix ib_mad_thread_completion_handler declaration
by Hal Rosenstock
· 19 years ago
Next »