index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
RDMA/hns: Modify qp&cq&pd specification according to UM
Lijun Ou
2019-02-19
1
-5
/
+5
|
*
|
|
|
rdma_rxe: Use netlink messages to add/delete links
Steve Wise
2019-02-19
8
-13
/
+46
|
*
|
|
|
RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support
Steve Wise
2019-02-19
1
-0
/
+122
|
*
|
|
|
IB/usnic: Fix deadlock
Parvi Kaustubhi
2019-02-19
3
-28
/
+19
|
*
|
|
|
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
2019-02-19
5
-12
/
+30
|
*
|
|
|
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
2019-02-19
6
-33
/
+32
|
*
|
|
|
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
2019-02-19
8
-87
/
+30
|
*
|
|
|
RDMA/device: Provide APIs from the core code to help unregistration
Jason Gunthorpe
2019-02-19
1
-36
/
+206
|
*
|
|
|
RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding
Jason Gunthorpe
2019-02-19
4
-47
/
+38
|
*
|
|
|
RDMA/device: Add ib_device_get_by_netdev()
Jason Gunthorpe
2019-02-19
1
-12
/
+107
|
*
|
|
|
RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev
Jason Gunthorpe
2019-02-19
5
-38
/
+164
|
*
|
|
|
RDMA/cache: Move the cache per-port data into the main ib_port_data
Jason Gunthorpe
2019-02-19
1
-58
/
+31
|
*
|
|
|
RDMA/device: Consolidate ib_device per_port data into one place
Jason Gunthorpe
2019-02-19
3
-63
/
+35
|
*
|
|
|
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
2019-02-19
10
-46
/
+42
|
*
|
|
|
RDMA/nldev: Don't expose number of not-visible entries
Leon Romanovsky
2019-02-19
1
-5
/
+2
|
*
|
|
|
RDMA/nldev: Connect QP number to .doit callback
Leon Romanovsky
2019-02-19
2
-1
/
+11
|
*
|
|
|
RDMA/nldev: Provide parent IDs for PD, MR and QP objects
Leon Romanovsky
2019-02-19
1
-0
/
+18
|
*
|
|
|
RDMA/nldev: Share with user-space object IDs
Leon Romanovsky
2019-02-19
1
-0
/
+20
|
*
|
|
|
RDMA/restrack: Prepare restrack_root to addition of extra fields per-type
Leon Romanovsky
2019-02-19
3
-78
/
+43
|
*
|
|
|
RDMA/restrack: Hide restrack DB from IB/core
Leon Romanovsky
2019-02-18
4
-34
/
+111
|
*
|
|
|
RDMA/restrack: Reduce scope of synchronization lock while updating DB
Leon Romanovsky
2019-02-18
1
-2
/
+0
|
*
|
|
|
RDMA/nldev: Add resource tracker doit callback
Leon Romanovsky
2019-02-18
1
-61
/
+129
|
*
|
|
|
RDMA/restrack: Translate from ID to restrack object
Leon Romanovsky
2019-02-18
1
-0
/
+25
|
*
|
|
|
RDMA/restrack: Convert internal DB from hash to XArray
Leon Romanovsky
2019-02-18
2
-38
/
+78
|
*
|
|
|
RDMA/core: Move device addition deletion to device.c
Parav Pandit
2019-02-15
3
-13
/
+14
|
*
|
|
|
RDMA/core: Introduce and use ib_setup_port_attrs()
Parav Pandit
2019-02-15
1
-29
/
+35
|
*
|
|
|
RDMA/core: Use simpler device_del() instead of device_unregister()
Parav Pandit
2019-02-15
2
-5
/
+3
|
*
|
|
|
RDMA/cxgb4: Remove kref accounting for sync operation
Leon Romanovsky
2019-02-15
3
-29
/
+3
|
*
|
|
|
RDMA/nes: Remove useless usecnt variable and redundant memset
Leon Romanovsky
2019-02-15
2
-9
/
+1
|
*
|
|
|
IB/hfi1: Fix a build warning for TID RDMA READ
Kaike Wan
2019-02-15
1
-0
/
+1
|
*
|
|
|
RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq
Jason Gunthorpe
2019-02-15
1
-2
/
+1
|
*
|
|
|
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
22
-155
/
+189
|
*
|
|
|
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-15
5
-28
/
+44
|
*
|
|
|
IB/ipoib: Use __func__ instead of function's name
Erez Alfasi
2019-02-14
1
-2
/
+2
|
*
|
|
|
RDMA/iwpm: Remove set but not used variable 'msg_seq'
YueHaibing
2019-02-14
1
-2
/
+0
|
*
|
|
|
RDMA/hns: Configure capacity of hns device
Lijun Ou
2019-02-14
1
-0
/
+5
|
*
|
|
|
RDMA/hns: Delete useful prints for aeq subtype event
Yixian Liu
2019-02-14
1
-51
/
+6
|
*
|
|
|
RDMA/hns: Set allocated memory to zero for wrid
Yixian Liu
2019-02-14
1
-4
/
+4
|
*
|
|
|
RDMA/hns: Fix the state of rereg mr
Yixian Liu
2019-02-14
1
-0
/
+3
|
*
|
|
|
RDMA/hns: Limit minimum ROCE CQ depth to 64
chenglang
2019-02-14
1
-0
/
+1
|
*
|
|
|
RDMA/nes: Use for_each_sg_dma_page iterator for umem SGL
Shiraz, Saleem
2019-02-13
1
-131
/
+89
|
*
|
|
|
RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs
Shiraz, Saleem
2019-02-13
1
-10
/
+8
|
*
|
|
|
RDMA: Fix allocation failure on pointer pd
Colin Ian King
2019-02-13
1
-1
/
+1
|
*
|
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Doug Ledford
2019-02-13
56
-1026
/
+1201
|
|
\
\
\
\
|
|
*
|
|
|
RDMA/bnxt_re: fix or'ing of data into an uninitialized struct member
Colin Ian King
2019-02-11
1
-1
/
+1
|
|
*
|
|
|
RDMA/mlx5: Fix memory leak in case we fail to add an IB device
Mark Bloch
2019-02-11
1
-1
/
+3
|
|
*
|
|
|
IB/mlx5: Fix bad flow upon DEVX mkey creation
Yishai Hadas
2019-02-11
1
-2
/
+3
|
|
*
|
|
|
RDMA/rxe: Use for_each_sg_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
1
-7
/
+6
|
|
*
|
|
|
RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
1
-32
/
+23
|
|
*
|
|
|
RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL
Shiraz, Saleem
2019-02-11
1
-37
/
+30
[prev]
[next]