index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
device.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"
Colin Ian King
2020-08-20
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-08-07
1
-6
/
+22
|
\
|
*
RDMA/core: Remove query_pkey from the mandatory ops
Kamal Heib
2020-07-20
1
-1
/
+3
|
*
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
2020-07-07
1
-0
/
+1
|
*
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
2020-07-07
1
-0
/
+1
|
*
IB/uverbs: Expose UAPI to query ucontext
Yishai Hadas
2020-07-07
1
-0
/
+1
|
*
RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()
Jason Gunthorpe
2020-07-02
1
-3
/
+8
|
*
RDMA: Add support to dump resource tracker in RAW format
Maor Gottlieb
2020-06-24
1
-0
/
+3
|
*
RDMA: Add dedicated CM_ID resource tracker function
Maor Gottlieb
2020-06-23
1
-1
/
+1
|
*
RDMA: Add dedicated QP resource tracker function
Maor Gottlieb
2020-06-23
1
-0
/
+1
|
*
RDMA: Add a dedicated CQ resource tracker function
Maor Gottlieb
2020-06-23
1
-0
/
+1
|
*
RDMA: Add dedicated MR resource tracker function
Maor Gottlieb
2020-06-23
1
-1
/
+2
*
|
dma-mapping: make support for dma ops optional
Christoph Hellwig
2020-07-19
1
-1
/
+5
|
/
*
RDMA/core: Remove FMR device ops
Max Gurtovoy
2020-06-03
1
-4
/
+0
*
RDMA/core: Introduce shared CQ pool API
Yamin Friedman
2020-05-29
1
-0
/
+2
*
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
2020-05-06
1
-2
/
+14
*
RDMA/core: Fix missing error check on dev_set_name()
Jason Gunthorpe
2020-03-13
1
-1
/
+3
*
RDMA/core: Remove err in iw_query_port
Guoqing Jiang
2020-01-10
1
-6
/
+1
*
IB/core: Rename event_handler_lock to qp_open_list_lock
Parav Pandit
2020-01-08
1
-1
/
+1
*
IB/core: Let IB core distribute cache update events
Parav Pandit
2020-01-08
1
-23
/
+10
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-30
1
-1
/
+0
|
\
|
*
RDMA/odp: Use mmu_interval_notifier_insert()
Jason Gunthorpe
2019-11-24
1
-1
/
+0
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-11-27
1
-16
/
+34
|
\
\
|
*
\
Merge branch 'ib-guids' into rdma.git for-next
Jason Gunthorpe
2019-11-25
1
-0
/
+1
|
|
\
\
|
|
*
|
IB/core: Add interfaces to get VF node and port GUIDs
Danit Goldberg
2019-11-22
1
-0
/
+1
|
*
|
|
RDMA/core: Fix return code when modify_port isn't supported
Kamal Heib
2019-11-06
1
-1
/
+5
|
*
|
|
RDMA/core: Create mmap database and cookie helper functions
Michal Kalderon
2019-11-06
1
-0
/
+1
|
*
|
|
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-28
1
-4
/
+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
RDMA/core: Set DMA parameters correctly
Bart Van Assche
2019-10-28
1
-2
/
+14
|
*
|
|
RDMA/nldev: Provide MR statistics
Erez Alfasi
2019-10-22
1
-0
/
+1
|
*
|
|
infiniband: fix core/ kernel-doc notation
rd.dunlab@gmail.com
2019-10-22
1
-12
/
+11
|
*
|
|
RDMA/core: Fix return code when modify_device isn't supported
Kamal Heib
2019-10-01
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
IB/core: Avoid deadlock during netlink message handling
Parav Pandit
2019-10-25
1
-0
/
+2
|
|
/
|
/
|
*
|
RDMA/core: Fix use after free and refcnt leak on ndev in_device in iwarp_quer...
Michal Kalderon
2019-10-01
1
-4
/
+5
|
/
*
Merge branch 'odp_fixes' into rdma.git for-next
Jason Gunthorpe
2019-08-21
1
-34
/
+69
|
\
|
*
RDMA/core: Make invalidate_range a device operation
Moni Shoua
2019-08-21
1
-0
/
+1
|
*
RDMA/devices: Remove the lock around remove_client_context
Jason Gunthorpe
2019-08-01
1
-21
/
+27
|
*
RDMA/devices: Do not deadlock during client removal
Jason Gunthorpe
2019-08-01
1
-13
/
+41
*
|
RDMA/core: Add common iWARP query port
Kamal Heib
2019-08-12
1
-16
/
+71
*
|
RDMA/core: Support netlink commands in non init_net net namespaces
Parav Pandit
2019-07-25
1
-25
/
+13
*
|
RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked
Parav Pandit
2019-07-25
1
-0
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-07-16
1
-10
/
+140
|
\
|
*
RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlink
Yamin Friedman
2019-07-08
1
-0
/
+9
|
*
RDMA/netlink: Implement counter dumpit calback
Mark Zhang
2019-07-05
1
-0
/
+2
|
*
RDMA/counter: Add "auto" configuration mode support
Mark Zhang
2019-07-05
1
-0
/
+3
|
*
RDMA/counter: Add set/clear per-port auto mode support
Mark Zhang
2019-07-05
1
-0
/
+5
|
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-29
1
-14
/
+35
|
|
\
|
*
|
RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl's
Max Gurtovoy
2019-06-24
1
-0
/
+1
|
*
|
RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity API
Israel Rukshin
2019-06-24
1
-0
/
+1
|
*
|
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
Jason Gunthorpe
2019-06-19
1
-0
/
+3
[next]