Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
43ed41f648554c9fecaf7597d25e05da63ec7290
/
drivers
/
infiniband
/
core
1527106
IB/core: Use the new verbs DMA mapping functions
by Ralph Campbell
· 18 years ago
7521663
RDMA/cma: Export rdma cm interface to userspace
by Sean Hefty
· 18 years ago
628e5f6
RDMA/cma: Add support for RDMA_PS_UDP
by Sean Hefty
· 18 years ago
0fe313b
RDMA/cma: Allow early transition to RTS to handle lost CM messages
by Sean Hefty
· 18 years ago
a1b1b61
RDMA/cma: Report connect info with connect events
by Sean Hefty
· 18 years ago
9b2e9c0
RDMA/cma: Remove unneeded qp_type parameter from rdma_cm
by Sean Hefty
· 18 years ago
f47e22c
IB/fmr: ib_flush_fmr_pool() may wait too long
by Roland Dreier
· 18 years ago
1cfd6e6
[PATCH] struct path: convert infiniband
by Josef Sipek
· 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
f469b26
IB/ucm: Fix deadlock in cleanup
by Michael S. Tsirkin
· 18 years ago
e1444b5
IB/cm: Fix automatic path migration support
by Sean Hefty
· 18 years ago
04699a1
RDMA/addr: list_move() cleanups
by Roland Dreier
· 18 years ago
c78bb84
RDMA/addr: Fix some cancellation problems in process_req()
by Krishna Kumar
· 18 years ago
9ab1ffa
RDMA/iwcm: Fix comment for iwcm_deref_id() to match code
by Krishna Kumar
· 18 years ago
715a588
RDMA/iwcm: Remove unnecessary function argument
by Krishna Kumar
· 18 years ago
13fccdb
RDMA/iwcm: Remove unnecessary initializations
by Krishna Kumar
· 18 years ago
83b9658
RDMA/iwcm: Fix memory leak
by Krishna Kumar
· 18 years ago
33ba0fa
RDMA/iwcm: Fix memory corruption bug in cm_work_handler()
by Krishna Kumar
· 18 years ago
e54f818
IB: Convert kmem_cache_t -> struct kmem_cache
by Roland Dreier
· 18 years ago
e31353ea
RDMA/cm: Remove setting local write as part of QP access flags
by Dotan Barak
· 18 years ago
bed8bdf
IB: kmemdup() cleanup
by Eric Sesterhenn
· 18 years ago
a1a733f
RDMA/cma: Rewrite cma_req_handler() to encapsulate common code
by Krishna Kumar
· 18 years ago
f115db4
RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()
by Krishna Kumar
· 18 years ago
e402227
RDMA/cma: Remove redundant check in cma_add_one
by Krishna Kumar
· 18 years ago
e82153b
RDMA/cma: Optimize cma_bind_loopback() to check for empty list
by Krishna Kumar
· 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
7a118df
RDMA/addr: Use client registration to fix module unload race
by Sean Hefty
· 18 years ago
0b26c88
IB/uverbs: Return sq_draining value in query_qp response
by Jack Morgenstein
· 18 years ago
255d0c1
RDMA/cma: rdma_bind_addr() leaks a cma_dev reference count
by Krishna Kumar
· 18 years ago
82a9c16
IB/cm: Send DREP in response to unmatched DREQ
by Sean Hefty
· 18 years ago
8575329
IB/cm: Fix timewait crash after module unload
by Sean Hefty
· 18 years ago
3f168d2
RDMA/cma: Optimize error handling
by Krishna Kumar
· 18 years ago
94de178
RDMA/cma: Eliminate unnecessary remove_list
by Krishna Kumar
· 18 years ago
8f0472d
RDMA/cma: Set status correctly on route resolution error
by Sean Hefty
· 18 years ago
6e35aab
RDMA/cma: Fix device removal race
by Krishna Kumar
· 18 years ago
675a027
RDMA/cma: Fix leak of cm_ids in case of failures
by Krishna Kumar
· 18 years ago
60cad5d
[IPV4]: annotate inetdev.h helpers
by Al Viro
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
d7b2004
[PATCH] missing includes from infiniband merge
by Al Viro
· 18 years ago
9cd330d
IB: Fix typo in kerneldoc for ib_set_client_data()
by Krishna Kumar
· 18 years ago
a70d059
IB/cm: Do not track remote QPN in timewait state
by Michael S. Tsirkin
· 18 years ago
c1a0b23
IB/sa: Require SA registration
by Michael S. Tsirkin
· 18 years ago
61a73c7
RDMA/cma: Protect against adding device during destruction
by Sean Hefty
· 18 years ago
07ebafb
RDMA: iWARP Core Changes.
by Tom Tucker
· 18 years ago
922a8e9
RDMA: iWARP Connection Manager.
by Tom Tucker
· 18 years ago
3cd9656
IB: Whitespace fixes
by Roland Dreier
· 18 years ago
f06d265
IB/cm: Randomize starting comm ID
by Sean Hefty
· 18 years ago
2b3e258
IB/mad: Remove unused includes
by James Lentini
· 18 years ago
75ab134
IB/mad: Add support for dual-sided RMPP transfers.
by Sean Hefty
· 18 years ago
7684240
IB/cm: Use correct reject code for invalid GID
by Sean Hefty
· 18 years ago
c1f250c
IB/cm: Enable atomics along with RDMA reads
by Sean Hefty
· 18 years ago
9bc57e2
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
by Ralph Campbell
· 18 years ago
64f817b
IB/uverbs: Allow resize CQ operation to return driver-specific data
by Ralph Campbell
· 18 years ago
1ccf6aa
IB/uverbs: Fix lockdep warning when QP is created with 2 CQs
by Roland Dreier
· 18 years ago
ab10867
IB/uverbs: Use idr_read_cq() where appropriate
by Roland Dreier
· 18 years ago
d5bb759
RDMA/cma: Increase the IB CM retry count in CMA
by Michael S. Tsirkin
· 18 years ago
acaea9e
IB/core: Fix SM LID/LID change with client reregister set
by Jack Morgenstein
· 18 years ago
fd60ae4
IB/uverbs: Avoid a crash on device hot remove
by Jack Morgenstein
· 18 years ago
75df23e
IB/cm: Fix error handling in ib_send_cm_req
by Sean Hefty
· 18 years ago
e795d09
[NET] infiniband: Cleanup ib_addr module to use the netevents
by Tom Tucker
· 18 years ago
2527e68
IB/mad: Validate MADs for spec compliance
by Sean Hefty
· 18 years ago
43db2bc
IB/uverbs: Fix lockdep warnings
by Roland Dreier
· 18 years ago
ec924b4
IB/uverbs: Fix unlocking in error paths
by Michael S. Tsirkin
· 18 years ago
e322fed
[PATCH] IB/core: use correct gfp_mask in sa_query
by Michael S. Tsirkin
· 18 years ago
adfaa88
[PATCH] fmr pool: remove unnecessary pointer dereference
by Michael S. Tsirkin
· 18 years ago
74f76fb
[PATCH] IB/cm: set private data length for reject messages
by Ira Weiny
· 18 years ago
f0ee340
[PATCH] IB/addr: gid structure alignment fix
by Michael S. Tsirkin
· 18 years ago
04c3354
[PATCH] IB/cm: drop REQ when out of memory
by Michael S. Tsirkin
· 18 years ago
0d8fdfd
IB/core: Set alternate port number when initializing QP attributes
by Sean Hefty
· 18 years ago
146d26b
IB/uverbs: Set correct user handle for user SRQs
by Roland Dreier
· 18 years ago
5fd571c
[PATCH] Array overrun in drivers/infiniband/core/cma.c
by Eric Sesterhenn
· 19 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 19 years ago
61b9175
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 19 years ago
9b8efc0
IB/uverbs: Remove unnecessary list_del()s
by Roland Dreier
· 19 years ago
1832082
IB/uverbs: Don't free wr list when it's known to be empty
by Krishna Kumar
· 19 years ago
9ead190
IB/uverbs: Don't serialize with ib_uverbs_idr_mutex
by Roland Dreier
· 19 years ago
3463175
IB/uverbs: Factor out common idr code
by Roland Dreier
· 19 years ago
92b1582
IB/uverbs: Don't decrement usecnt on error paths
by Roland Dreier
· 19 years ago
77f7601
IB/uverbs: Release lock on error path
by Ganapathi CH
· 19 years ago
ca222c6
IB/cm: Use address handle helpers
by Sean Hefty
· 19 years ago
6d969a4
IB/sa: Add ib_init_ah_from_path()
by Sean Hefty
· 19 years ago
4e00d69
IB: Add ib_init_ah_from_wc()
by Sean Hefty
· 19 years ago
75af908
IB/ucm: Get rid of duplicate P_Key parameter
by Sean Hefty
· 19 years ago
6c8c1aa
IB/fmr: Use device's max_map_map_per_fmr attribute in FMR pool.
by Or Gerlitz
· 19 years ago
9874e74
IB/mad: Check GID/LID when matching requests
by Jack Morgenstein
· 19 years ago
6fb9cdb
IB: Add caching of ports' LMC
by Jack Morgenstein
· 19 years ago
856c256
IB/cm: remove unneeded flush_workqueue
by Michael S. Tsirkin
· 19 years ago
4be10c1e
IB/ucm: convert semaphore to mutex
by Sean Hefty
· 19 years ago
403a496
IB: Make needlessly global ib_mad_cache static
by Roland Dreier
· 19 years ago
e51060f
IB: IP address based RDMA connection manager
by Sean Hefty
· 19 years ago
7025fcd
IB: address translation to map IP toIB addresses (GIDs)
by Sean Hefty
· 19 years ago
6e61d04
IB/cm: Match connection requests based on private data
by Sean Hefty
· 19 years ago
6a9af2e
IB: common handling for marshalling parameters to/from userspace
by Sean Hefty
· 19 years ago
0cb4fe8
IB/uverbs: Don't leak ref to mm on error path
by Roland Dreier
· 19 years ago
1b52fa98
IB: refcount race fixes
by Sean Hefty
· 19 years ago
d8b9f23
IB: Fix display of 4-bit port counters in sysfs
by Ralph Campbell
· 19 years ago
64cb9c6
IB/mad: Fix RMPP version check during agent registration
by Hal Rosenstock
· 19 years ago
ce684df
IB/cache: Use correct pointer to calculate size
by Michael S. Tsirkin
· 19 years ago
Next »