index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Verify that memory window type is legal
Noa Osherovich
2019-02-20
1
-0
/
+5
*
RDMA/iwcm: Fix string truncation error
Leon Romanovsky
2019-02-20
1
-3
/
+3
*
RDMA/core: Cosmetic change - move member initialization to correct block
Yuval Shaia
2019-02-20
1
-8
/
+7
*
RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support
Steve Wise
2019-02-20
1
-0
/
+122
*
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
2019-02-20
1
-0
/
+9
*
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
2019-02-20
1
-0
/
+28
*
RDMA/device: Provide APIs from the core code to help unregistration
Jason Gunthorpe
2019-02-20
1
-36
/
+206
*
RDMA/device: Add ib_device_get_by_netdev()
Jason Gunthorpe
2019-02-20
1
-12
/
+107
*
RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev
Jason Gunthorpe
2019-02-20
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
8
-42
/
+37
*
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-19
4
-34
/
+111
*
RDMA/restrack: Reduce scope of synchronization lock while updating DB
Leon Romanovsky
2019-02-19
1
-2
/
+0
*
RDMA/nldev: Add resource tracker doit callback
Leon Romanovsky
2019-02-19
1
-61
/
+129
*
RDMA/restrack: Translate from ID to restrack object
Leon Romanovsky
2019-02-19
1
-0
/
+25
*
RDMA/restrack: Convert internal DB from hash to XArray
Leon Romanovsky
2019-02-19
2
-38
/
+78
*
RDMA/core: Move device addition deletion to device.c
Parav Pandit
2019-02-16
3
-13
/
+14
*
RDMA/core: Introduce and use ib_setup_port_attrs()
Parav Pandit
2019-02-16
1
-29
/
+35
*
RDMA/core: Use simpler device_del() instead of device_unregister()
Parav Pandit
2019-02-16
2
-5
/
+3
*
RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq
Jason Gunthorpe
2019-02-15
1
-2
/
+1
*
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-15
5
-28
/
+44
*
RDMA/iwpm: Remove set but not used variable 'msg_seq'
YueHaibing
2019-02-14
1
-2
/
+0
*
RDMA/devices: Re-organize device.c locking
Jason Gunthorpe
2019-02-09
1
-140
/
+221
*
RDMA/devices: Use xarray to store the client_data
Jason Gunthorpe
2019-02-09
1
-178
/
+170
*
RDMA/devices: Use xarray to store the clients
Jason Gunthorpe
2019-02-09
1
-5
/
+45
*
RDMA/device: Use an ida instead of a free page in alloc_name
Jason Gunthorpe
2019-02-09
1
-11
/
+17
*
RDMA/device: Get rid of reg_state
Jason Gunthorpe
2019-02-09
1
-6
/
+2
*
RDMA/device: Call ib_cache_release_one() only from ib_device_release()
Jason Gunthorpe
2019-02-09
2
-29
/
+15
*
RDMA/device: Ensure that security memory is always freed
Jason Gunthorpe
2019-02-09
3
-12
/
+6
*
RDMA/device: Check that the rename is nop under the lock
Jason Gunthorpe
2019-02-09
1
-4
/
+6
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
4
-17
/
+29
*
RDMA/core: Share driver structure size with core
Leon Romanovsky
2019-02-09
1
-0
/
+2
*
IB/core: Don't register each MAD agent for LSM notifier
Daniel Jurgens
2019-02-09
3
-22
/
+34
*
IB/core: Fix potential memory leak while creating MAD agents
Daniel Jurgens
2019-02-09
1
-2
/
+6
*
IB/core: Unregister notifier before freeing MAD security
Daniel Jurgens
2019-02-09
1
-1
/
+2
*
RDMA/iwcm: add tos_set bool to iw_cm struct
Steve Wise
2019-02-09
1
-0
/
+2
*
RDMA/cma: listening device cm_ids should inherit tos
Steve Wise
2019-02-09
1
-0
/
+2
*
IB/cma: Define option to set ack timeout and pack tos_set
Danit Goldberg
2019-02-09
3
-1
/
+42
*
drivers/IB,core: reduce scope of mmap_sem
Davidlohr Bueso
2019-02-07
1
-39
/
+2
*
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2019-02-07
1
-6
/
+6
*
RDMA/iwpm: move kdoc comments to functions
Steve Wise
2019-02-05
2
-33
/
+123
*
RDMA/cma: Remove CM_ID statistics provided by rdma-cm module
Leon Romanovsky
2019-02-05
2
-86
/
+1
*
RDMA/IWPM: Support no port mapping requirements
Steve Wise
2019-02-05
4
-6
/
+141
*
RDMA/IWPM: refactor the IWPM message attribute names
Steve Wise
2019-02-05
1
-17
/
+23
[next]